  body {
    position: relative;
    font-size: 14px;
    margin: 0 auto;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  .header {
    position: relative;
    padding: 0 65px;
    height: 50px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px -10px 18px rgba(0, 0, 0, 0.4);
    background-color: #fff;
  }
  .header .h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header .setting {
    position: absolute;
    height: 30px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 15px 0 0 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .setting img {
    margin-right: 3px;
    width: 20px;
    height: 20px;
    font-weight: 700;
  }
  .header_tabs {
    margin-top: 2px;
    width: 100%;
    height: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(216, 208, 208, 0.24);
  }
  .header_tabs .van-tabs__wrap {
    height: 100%;
  }
  .header_tabs .van-tabs__nav--card {
    margin: 0;
    height: 100%;
    border: none;
  }
  .header_tabs .van-tabs__nav--card .van-tab {
    color: #6b6969;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header_tabs .van-tabs__nav--card .van-tab.van-tab--active {
    color: #fff;
    background-color: #0075FF;
  }
  .header_tabs .van-tabs__nav--card .van-tab__text--ellipsis {
    overflow: inherit;
  }
  .header_tabs .tabs-item-m {
    position: relative;
    display: flex;
    align-items: center;
  }
  .tabs-div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 2px;
    width: 100%;
    height: 40px;
  }
  .tabs-div .tabs-item-m {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
  }
  .tabs-div .tabs-item-m a {
    color: #000;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
  }
  .tabs-div .tabs-item-m-active {
    font-weight: 600;
    color: #0075FF;
    /* background-color: #0075FF; */
  }
  .tabs-div .tabs-item-m-active a {
    color: #0075FF;
    border-bottom: 2px solid #0075FF;
  }
  .website_box {
    padding: 0 15px;
    width: 30%;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .website_box img {
    width: 13px;
    height: 13px;
  }
  .website_box span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3acc9b;
    font-size: 13px;
  }
  .main {
    margin-top: 50px;
  }
  .main .banner {
    width: 100%;
  }
  .main .banner .banner-item {
    display: flex;
    margin-top: 1px;
    width: 100%;
    height: auto;
  }
  .main .banner .banner-item img {
    width: 100%;
    max-width: 420px;
    height: 82px;
  }
  .main .banner .banner-item-flicker {
    animation: imgbanner-2a183b29 1s 0.2s infinite;
  }
  @keyframes imgbanner-2a183b29 {
  0% {
      transform: scale(1);
  }
  10%,
    20% {
      transform: scale(0.98) rotate(-2deg);
  }
  30%,
    50%,
    70%,
    90% {
      transform: scale(1) rotate(2deg);
  }
  40%,
    60%,
    80% {
      transform: scale(1) rotate(-2deg);
  }
  100% {
      transform: scale(1) rotate(0);
  }
  }
  .banner {
    width: 100%;
  }
  .banner .banner-item {
    display: flex;
    margin-top: 1px;
    width: 100%;
    height: auto;
  }
  .banner .banner-item img {
    width: 100%;
    max-width: 420px;
    height: 82px;
  }
  .banner .banner-item-flicker {
    animation: imgbanner-2a183b29 1s 0.2s infinite;
  }
  .main .issue-div {
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(216, 208, 208, 0.24);
  }
  .main .issue-div .i-one-b {
    margin-top: 8px;
  }
  .main .issue-div .i-one-b .i-one-b-num {
    font-size: 16px;
    font-weight: 500;
  }
  .main .issue-div .i-one-b .i-one-b-num span {
    font-weight: 600;
    color: #0075FF;
  }
  .main .issue-div .i-three-b {
    /* margin-top: 16px; */
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .main .issue-div .i-three-b .countdown_box_left {
    padding: 2px 8px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #f2f4f8;
  }
  .main .issue-div .i-three-b .countdown_box_right {
    margin-left: 10px;
    padding: 3px 4px;
    background: #FF5B4D;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 48px;
  }
  .main .issue-div .i-three-b .countdown_box_right span {
    margin-left: 3px;
  }

  .main .issue-div .i-three-b .countdown_box_left span {
    color: #5e5e5e;
  }
  .main .issue-div .i-three-b .van-count-down {
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 5px;
    color: #FF5B4D;
    background-color: #000;
  }
  .main .issue-div .i-three-b .countdown_box_left .text_span {
    font-size: 13px;
    display: flex;
    align-items: center;
    /* background-color: #000; */
    color: #FF5B4D;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 20px;
    width: 50px;
    box-sizing: border-box;
  }
  .main .issue-div .i-two-b {
    /* margin-top: 16px; */
    padding: 6px 16px;
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    /* height: 70px; */
  }
  .main .issue-div .i-two-b .i-two-b-subelement {
    display:flex;
    justify-content:center;
    align-items:center;
    /* width:100%; */
    height:100%;
    font-size:16px;
    background-color:#fff;
    box-sizing:border-box;
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-s {
    display: flex;
    align-items: center
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-s .i-two-b-subelement-s-b {
    display: flex;
    align-items: center
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-s span {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    /* border: 1px solid #f00; */
    border-radius: 50%;
    box-sizing: border-box;
    background-image: url('../image/item2.png');
    background-size: 100% 100%;
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-s > span {
    background-image: url('../image/item1.png');
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-s .i-two-b-subelement-s-b i {
    margin: 0 4px;
    font-weight: 600;
    color: #333
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-r {
    margin-left: 7px;
    display: flex;
    align-items: center;
  }
  .main .issue-div .i-two-b .i-two-b-subelement .i-two-b-subelement-r span {
    margin: 0 5px;
    padding: 6px 4px;
    min-width: 40px;
    /* height: 25px; */
    color: #fff;
    text-align: center;
    /* line-height: 25px; */
    border-radius: 5px;
    background: linear-gradient(180deg, #F99 0%, #FF0101 100%);
    box-sizing: border-box;
  }

  .main .issue-div .i-two-b .scratchCard .result {
    width: 100% !important;
    height: 100% !important;
  }
  .main .issue-div .i-two-b .scratchCard .result .pic {
    width: 100% !important;
    height: 100% !important;
  }
  .main .issue-div .i-two-b .canvas-box {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 60px;
  }
  .main .issue-div .i-two-b .canvas-box #canvas {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .main .issue-div .i-four-b {
    margin-top: 16px;
    /* position: absolute; */
    /* bottom: 5px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .issue-div .i-four-b-ad {
    /* padding: 0 15px; */
    /* width: 70%; */
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .issue-div .i-four-b-ad a {
    color: #555;
  }
  .main .issue-div .top_ads_box_flicker {
    font-weight: 700;
  }
  .main .issue-div .i-four-b-ad-r {
    /* padding-right: 10px; */
  }
  .main .text-ad-b .t_a_b_item {
    display: flex;
    align-items: center;
    margin: 5px;
    padding: 3px;
    color: #0075FF;
    border: 1px solid #0075FF;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .main .text-ad-b .t_a_b_item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .text-ad-b .t_a_b_item_flicker:nth-child(1) {
    animation: blink-2a183b29 2s linear infinite alternate;
  }
  .main .text-ad-b .t_a_b_item_flicker:nth-child(2) {
    animation: blink-2a183b29 1.5s linear infinite alternate-reverse;
  }
  .main .text-ad-b .t_a_b_item_flicker:nth-child(3) {
    animation: blink-2a183b29 1.2s linear infinite alternate-reverse;
  }
  .main .text-ad-b .t_a_b_item_flicker:nth-child(4) {
    animation: blink-2a183b29 2.5s linear infinite alternate-reverse;
  }
  @keyframes blink-2a183b29 {
  0% {
      border-color: transparent;
  }
  100% {
      border-color: #00afc7;
      box-shadow: 0 1px 2px 1px skyblue, 0 2px 3px 2px skyblue,
                0 3px 4px 3px skyblue, 0 4px 5px 4px skyblue;
  }
  }
  .main .result-div {
    display: none;
    margin-top: 5px;
  }
  .main .result-div-active {
    display: block;
  }
  .main .result-div .result-header-div,
  .main .result-div .result-content-div .result-c-div-item {
    display: flex;
    align-items: center;
    height: 32px;
    font-weight: 500;
    color: #555;
    font-size: 12px;
    /* background-color: #00afc7; */
  }
  .main .result-div .result-header-div span,
  .main .result-div .result-content-div .result-c-div-item span {
    text-align: center;
  }
  .main .result-div .result-header-div span,
  .main .result-div .result-content-div .result-c-div-item span {
    flex: 1;
  }
  .main .result-div .result-content-div .result-c-div-item span:nth-last-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .result-div .result-content-div .result-c-div-item span:nth-last-child(1) em {
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(180deg, #F99 0%, #FF0101 100%);
    border-radius: 50%;
  }
  .main .result-div .result-content-div .result-c-div-item span:nth-last-child(1) em:nth-last-child(1) {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(180deg, #ABD5FF 0%, #0A7BFF 100%);
  }
  /* .main .result-div .result-header-div span:nth-child(2),
  .main .result-div .result-content-div .result-c-div-item span:nth-child(2),
  .main .result-div .result-header-div span:nth-child(3),
  .main .result-div .result-content-div .result-c-div-item span:nth-child(3) {
    flex: 1.5;
  } */
  .main .result-div .result-content-div {
    border-bottom: 1px solid #e4e4e4;
  }
  .main .result-div .result-content-div .result-c-div-item {
    font-weight: 400;
    color: #717171;
    background-color: #f9f9f9;
    border-bottom: 1px dashed #ebebeb;
  }
  .main .result-div .result-content-div .result-c-div-item:nth-child(2n) {
    background-color: inherit;
  }
  .main .result-div .result-content-div .result-c-div-item:nth-last-child(1) {
    border-bottom: none;
  }
  .main .trend .result-header-div span:nth-child(1),
  .main .trend .result-content-div .result-c-div-item span:nth-child(1) {
    flex: 2;
  }
  .main .trend .result-header-div span:nth-child(n + 2),
  .main .trend .result-content-div .result-c-div-item span:nth-child(n + 2) {
    flex: 1;
  }
  .main .trend .result-header-div span:nth-child(n + 7),
  .main .trend .result-content-div .result-c-div-item span:nth-child(n + 7) {
    flex: 1.2;
  }
  .main .trend .result-content-div .result-c-div-item span:nth-child(3) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(6) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(4) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(5) i {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: linear-gradient(180deg, #ABD5FF 0%, #0A7BFF 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
  }
  .main .trend .result-content-div .result-c-div-item span:nth-child(4) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(5) i {
    background: linear-gradient(180deg, #F99 0%, #FF0101 100%);
  }
  .main .trend .result-content-div .result-c-div-item span:nth-child(7) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(8) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(9) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(10) i {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: linear-gradient(180deg, #ABD5FF 0%, #0A7BFF 100%);
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
  }
  .main .trend .result-content-div .result-c-div-item span:nth-child(7) i,
  .main .trend .result-content-div .result-c-div-item span:nth-child(9) i {
    background: linear-gradient(180deg, #F99 0%, #FF0101 100%);
  }
  
  .main .other-div {
    position: relative;
    padding: 10px 5px;
    padding-bottom: 0;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main .other-div .mask-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  }
  .main .other-div .mask-btn-div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .other-div .mask-btn-div img {
    width: 20px;
    height: 20px;
    animation:  icon 2s infinite;
  }
  @keyframes icon{
    0%{
      opacity: 0.8;
      transform: translate(0,0);
    }
    50%{
      opacity: 1;
      transform: translate(0px,5px);
    }
    100%{
      opacity: 0.8;
      transform: translate(0,0);
    }
  }

  .main .other-div .introduction-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333;
  }
  .main .other-div .article-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .other-div .article-ul .article-li-title {
    width: 100%;
  }
  .main .other-div .article-ul .article-a-li {
    display: flex;
    padding: 0 5px;
    margin-bottom: 5px;
    width: 48%;
    box-sizing: border-box;
  }
  .main .other-div .article-ul .article-a-li a {
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .other-div .article-ul .van-divider {
    margin: 5px 0;
  }
  .main .other-div .links-div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #717171;
  }
  .main .other-div .links-div a {
    margin-right: 15px;
    margin-bottom: 8px;
    color: #717171;
  }
  .main .introduction_article_links_list_auto {
    height: auto !important;
  }
  .copyright-div {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333;
  }
  .popup-div {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: none;
    align-items: flex-end;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: myfirst-2a183b29 0.5s;
  }
  @keyframes myfirst-2a183b29 {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
  }
  .my_popup_show {
    display: flex;
  }
  .popup-div-block {
    width: 100%;
    background-color: #fff;
  }
  .popup-div-block .popup-div-header {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
  }
  .popup-div-block .popup-div-header .van-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-weight: 700;
  }
  .popup-div-block .popup-div-setting {
    padding: 20px;
    font-size: 16px;
  }
  .popup-div-block .popup-div-setting .popup-div-setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
  }
  .popup-div-block .popup-div-setting .popup-div-setting-item:nth-last-child(1) {
    border-bottom: none;
  }
  .serviceview {
    z-index: 999999999;
    position: fixed;
    right: 10px;
    bottom: 150px;
    width: 60px;
    height: 60px;
  }
  .serviceview .btn_ad_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    background-color: #267AFF;
    box-sizing: border-box;
  }
  .serviceview .btn_ad_box span {
    margin-top: 2px;
  }
  .serviceview .btn_ad_box span:nth-child(1) {
    margin-top: 0;
  }
  .btn-ad-div {
    border-radius: 50%;
  }
  .btn-ad-div-flicker {
    animation: abtn-2a183b29 1.5s linear infinite alternate;
  }
  @keyframes abtn-2a183b29 {
  0% {
      border-color: transparent;
  }
  100% {
      border-color: #267AFF;
      box-shadow: 1px 1px 10px 0px #215f99, 2px 2px 10px 0px #215f99, -2px -2px 10px 0px #215f99, 2px 2px 10px 0px #215f99;
  }
  }
  .scrollToTop-div {
    position: fixed;
    right: 10px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #ffa49c;
    opacity: 0.8;
    font-size: 12px;
  }
  .scrollToTop-div .van-icon-arrow-up {
    margin-top: -8px;
  }
  .my_popup_loading {
    position: fixed;
    z-index: 99999999999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  