  body {
    position: relative;
    font-size: 14px;
    padding-bottom: 45px;
    margin: 0 auto;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  .my_bar {
    position: relative;
    padding: 0 65px;
    height: 66px;
    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: #b21824;
  }
  .my_bar .m_b_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .my_bar .setting_box {
    position: absolute;
    height: 30px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    right: 0;
    top: 20px;
    border-radius: 15px 0 0 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my_bar .setting_box 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: #00cdcd;
  }
  .header_tabs .van-tabs__nav--card .van-tab__text--ellipsis {
    overflow: inherit;
  }
  .header_tabs .h_t_title_box {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header_tabs_my {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 2px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_tabs_my .h_t_title_box {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
  }
  .header_tabs_my .h_t_title_box:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header_tabs_my .h_t_title_box a {
    color: #000;
  }
  .header_tabs_my .h_t_title_box_active {
    color: #fff;
    background-color: #00cdcd;
  }
  .header_tabs_my .h_t_title_box_active a {
    color: #fff;
  }
  .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_box {
    margin-top: 66px;
    padding-bottom: 50px;
  }
  .main_box .banner_box {
    width: 100%;
  }
  .main_box .banner_box .banner_item {
    display: flex;
    margin-top: 1px;
    width: 100%;
    height: auto;
  }
  .main_box .banner_box .banner_item img {
    width: 100%;
    max-width: 420px;
    height: 82px;
  }
  .main_box .banner_box .banner_item_flicker {
    animation: imgbanner-2a183b29 1s 0.2s infinite;
  }
  .banner_box {
    width: 100%;
  }
  .banner_box .banner_item {
    display: flex;
    margin-top: 1px;
    width: 100%;
    height: auto;
  }
  .banner_box .banner_item img {
    width: 100%;
    max-width: 420px;
    height: 82px;
  }
  .banner_box .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);
  }
  }
  .main_box .issue_box {
    position: relative;
    padding: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(216, 208, 208, 0.24);
  }
  .main_box .issue_box .issue_b_left {
    padding-left: 15px;
  }
  .main_box .issue_box .issue_b_left .number_box {
    font-size: 16px;
    font-weight: 700;
  }
  .main_box .issue_box .issue_b_left .number_box span {
    color: #f00;
  }
  .main_box .issue_box .issue_b_left .countdown_box {
    margin-top: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .main_box .issue_box .issue_b_left .countdown_box .van-icon-replay {
    font-size: 19px;
    margin-left: 5px;
  }
  .main_box .issue_box .issue_b_left .countdown_box .van-icon-replay-no {
    display: none;
  }
  .main_box .issue_box .issue_b_left .countdown_box .van-count-down {
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    background-color: #000;
  }
  .main_box .issue_box .issue_b_left .countdown_box .text_span {
    font-size: 13px;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 5px;
  }
  .main_box .issue_box .issue_b_right {
    position: relative;
    display: flex;
    align-items: center;
    width: 197px;
    height: 70px;
  }
  .main_box .issue_box .issue_b_right .scratchCardResult_box_block {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-end;
    width:100%;
    height:100%;
    font-size:16px;
    background-color:#fff;
    padding-right:10px;box-sizing:border-box;
  }
  .main_box .issue_box .issue_b_right .scratchCardResult_box_block .scratchCardResult_box {
    display: flex;
    align-items: center
  }
  .main_box .issue_box .issue_b_right .scratchCardResult_box_block .scratchCardResult_box .scratchCardResult_box_item {
    display: flex;
    align-items: center
  }
  .main_box .issue_box .issue_b_right .scratchCardResult_box_block .scratchCardResult_box span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .main_box .issue_box .issue_b_right .scratchCardResult_box_block .scratchCardResult_box .scratchCardResult_box_item i {
    margin: 0 2px;
    color: #333
  }
  .main_box .issue_box .issue_b_right .scratchCardResult_box_block .text_result_box {
    width: 100%;
    margin-top: 5px;
    color: #666;
    text-align: right;
  }
  .main_box .issue_box .issue_b_right .scratchCard .result {
    width: 100% !important;
    height: 100% !important;
  }
  .main_box .issue_box .issue_b_right .scratchCard .result .pic {
    width: 100% !important;
    height: 100% !important;
  }
  .main_box .issue_box .issue_b_right .canvas_box {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 60px;
  }
  .main_box .issue_box .issue_b_right .canvas_box #canvas {
    width: 100%;
    height: 100%;
  }
  .main_box .issue_box .top_ads_box_block {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_box .issue_box .top_ads_box {
    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_box .issue_box .top_ads_box a {
    color: #555;
  }
  .main_box .issue_box .top_ads_box_flicker {
    font-weight: 700;
  }
  .main_box .issue_box .top_ads_box_right {
    padding-right: 10px;
    text-align: right;
  }
  .main_box .text_a_box .t_a_b_item {
    display: flex;
    align-items: center;
    margin: 5px;
    padding: 3px;
    color: #00afc7;
    border: 1px solid #00afc7;
    cursor: pointer;
    box-sizing: border-box;
  }
  .main_box .text_a_box .t_a_b_item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main_box .text_a_box .t_a_b_item_flicker:nth-child(1) {
    animation: blink-2a183b29 2s linear infinite alternate;
  }
  .main_box .text_a_box .t_a_b_item_flicker:nth-child(2) {
    animation: blink-2a183b29 1.5s linear infinite alternate-reverse;
  }
  .main_box .text_a_box .t_a_b_item_flicker:nth-child(3) {
    animation: blink-2a183b29 1.2s linear infinite alternate-reverse;
  }
  .main_box .text_a_box .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_box .result_box {
    display: none;
    margin-top: 5px;
  }
  .main_box .result_box_active {
    display: block;
  }
  .main_box .result_box .result_b_header,
  .main_box .result_box .result_b_content .result_b_c_item {
    display: flex;
    align-items: center;
    height: 32px;
    font-weight: 700;
    color: #fff;
    background-color: #00afc7;
  }
  .main_box .result_box .result_b_header span,
  .main_box .result_box .result_b_content .result_b_c_item span {
    text-align: center;
  }
  .main_box .result_box .result_b_header span:nth-child(1),
  .main_box .result_box .result_b_content .result_b_c_item span:nth-child(1),
  .main_box .result_box .result_b_header span:nth-child(3),
  .main_box .result_box .result_b_content .result_b_c_item span:nth-child(3) {
    flex: 1;
  }
  .main_box .result_box .result_b_header span:nth-child(2),
  .main_box .result_box .result_b_content .result_b_c_item span:nth-child(2) {
    flex: 1.5;
  }
  .main_box .result_box .result_b_content {
    border-bottom: 1px solid #e4e4e4;
  }
  .main_box .result_box .result_b_content .result_b_c_item {
    font-weight: 400;
    color: #717171;
    background-color: #f9f9f9;
    border-bottom: 1px dashed #ebebeb;
  }
  .main_box .result_box .result_b_content .result_b_c_item:nth-child(2n) {
    background-color: inherit;
  }
  .main_box .result_box .result_b_content .result_b_c_item:nth-last-child(1) {
    border-bottom: none;
  }
  .main_box .trend .result_b_header span:nth-child(1),
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(1) {
    flex: 2;
  }
  .main_box .trend .result_b_header span:nth-child(n + 2),
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(n + 2) {
    flex: 1;
  }
  .main_box .trend .result_b_header span:nth-child(n + 7),
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(n + 7) {
    flex: 1.2;
  }
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(3) i,
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(6) i {
  /* .main_box .trend .result_b_content .result_b_c_item span:nth-child(8) i, */
  /* .main_box .trend .result_b_content .result_b_c_item span:nth-child(10) i { */
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
  }
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(4) i,
  .main_box .trend .result_b_content .result_b_c_item span:nth-child(5) i {
  /* .main_box .trend .result_b_content .result_b_c_item span:nth-child(7) i, */
  /* .main_box .trend .result_b_content .result_b_c_item span:nth-child(9) i { */
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background-color: #00afc7;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
  }
  .main_box .statistics_box {
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .main_box .statistics_box .s_b_title_box {
    border-bottom: 1px solid #ebebeb;
  }
  .main_box .statistics_box .s_b_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .main_box .statistics_box .s_b_title .s_b_t_btn {
    margin-left: 8px;
    padding: 4px 6px;
    border-radius: 100px;
    cursor: pointer;
    color: #fff;
    background-color: #00cdcd;
  }
  .main_box .statistics_box .s_b_title_fu {
    padding-bottom: 10px;
    margin-top: -10px;
    font-size: 12px;
    color: #555;
    text-align: center;
  }
  .main_box .statistics_box .statistics_b_header {
    display: flex;
    align-items: center;
    height: 32px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #ebebeb;
    background-color: #00afc7;
  }
  .main_box .statistics_box .statistics_b_header .statistics_b_h_left,
  .main_box .statistics_box .statistics_b_header .statistics_b_h_right {
    flex: 1;
    display: flex;
  }
  .main_box .statistics_box .statistics_b_header .statistics_b_h_left span,
  .main_box .statistics_box .statistics_b_header .statistics_b_h_right span {
    text-align: center;
  }
  .main_box .statistics_box .statistics_b_header .statistics_b_h_left span:nth-child(1),
  .main_box .statistics_box .statistics_b_header .statistics_b_h_right span:nth-child(1) {
    flex: 0.4;
  }
  .main_box .statistics_box .statistics_b_header .statistics_b_h_left span:nth-child(2),
  .main_box .statistics_box .statistics_b_header .statistics_b_h_right span:nth-child(2) {
    flex: 1;
  }
  .main_box .statistics_box .statistics_b_content {
    display: none;
    align-items: center;
    color: #333;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left,
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item,
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item {
    flex: 1;
    display: flex;
    height: 40px;
    border-bottom: 1px dashed #ebebeb;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item:nth-child(2n),
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item:nth-child(2n) {
    background-color: #f9f9f9;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item span,
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span {
    line-height: 32px;
    text-align: center;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item span:nth-child(1),
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span:nth-child(1) {
    flex: 0.4;
    border-right: 1px solid #ebebeb
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span:nth-child(1) {
    border-left: 1px solid #ebebeb;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item span:nth-child(2),
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span:nth-child(2) {
    flex: 1;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item span i,
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span i {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #4dd0e1;
    border-radius: 12px;
    font-size: 12px;
    min-width: 22px;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item span i.red,
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span i.red {
    background-color: #dd524d;
  }
  .main_box .statistics_box .statistics_b_content .statistics_b_c_left .statistics_b_c_item span i.my_i,
  .main_box .statistics_box .statistics_b_content .statistics_b_c_right .statistics_b_c_item span i.my_i {
    padding: 0 5px;
  }
  .main_box .statistics_box .statistics_b_content_two {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #555;
    text-align: center;
  }
  .main_box .statistics_box .statistics_b_content_active {
    display: flex;
  }
  .main_box .prediction .result_b_header {
    margin-top: 10px;
  }
  .main_box .prediction .result_b_header span,
  .main_box .prediction .result_b_content .result_b_c_item span {
    flex: 1 !important;
  }
  .main_box .prediction .result_b_header .prbct_i i,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_i i {
    height: 24px;
    line-height: 24px;
    max-width: 48px;
    color: #fff;
    background-color: #4dc7d8;
    display: inline-block;
  }
  .main_box .prediction .result_b_header .prbct_i i.wrong,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_i i.wrong {
    background-color: #ccc;
  }
  .main_box .prediction .result_b_header .prbct_1 i,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_1 i,
  .main_box .prediction .result_b_header .prbct_3 i,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_3 i,
  .main_box .prediction .result_b_header .prbct_4 i,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_4 i {
    width: 24px !important;
  }
  .main_box .prediction .result_b_header .prbct_2,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f00;
  }
  .main_box .prediction .result_b_header .prbct_2 i,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_2 i {
    margin-left: 3px;
    width: 40px !important;
  }
  .main_box .prediction .result_b_header .prbct_result i,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_result i {
    height: 24px;
    line-height: 24px;
    width: 24px !important;
    max-width: 48px;
    color: #fff;
    background-color: #4dc7d8;
    display: inline-block;
  }
  .main_box .prediction .result_b_header .prbct_result i.wrong,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_result i.wrong {
    background-color: #808080;
  }
  .main_box .prediction .result_b_content .result_b_c_item .prbct_1,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_2,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_3,
  .main_box .prediction .result_b_content .result_b_c_item .prbct_4 {
    display: none;
  }
  .main_box .prediction .result_b_content .result_b_c_item .prbct_result {
    display: none;
  }
  .main_box .prediction .result_b_content .result_b_c_item .prbct_i_active {
    display: block;
  }
  .main_box .prediction .result_b_content .result_b_c_item .prbct_result_active {
    display: block;
  }
  .main_box .prediction .result_b_content .result_b_c_item .prbct_result_active i {
    display: none;
  }
  .main_box .prediction .result_b_content .result_b_c_item .prbct_result_active i.i_active {
    display: inline-block;
  }
  .main_box .prediction .result_b_content .result_b_c_item:nth-child(1) .prbct_result_active i {
    display: inline-block;
  }
  .main_box .introduction_article_links_list {
    position: relative;
    padding: 10px 5px;
    padding-bottom: 0;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main_box .introduction_article_links_list .introduction_article_links_list_block {
    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_box .introduction_article_links_list .introduction_article_links_list_btn {
    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_box .introduction_article_links_list .introduction_article_links_list_btn img {
    width: 20px;
    height: 20px;
  }
  .main_box .introduction_article_links_list .introduction_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333;
  }
  .main_box .introduction_article_links_list .article_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_box .introduction_article_links_list .article_box .article_box_title {
    width: 100%;
  }
  .main_box .introduction_article_links_list .article_box .article_box_item {
    padding: 0 5px;
    margin-bottom: 5px;
    width: 48%;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .main_box .introduction_article_links_list .article_box .van-divider {
    margin: 5px 0;
  }
  .main_box .introduction_article_links_list .links_list_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #717171;
  }
  .main_box .introduction_article_links_list .links_list_box a {
    margin-right: 15px;
    margin-bottom: 8px;
    color: #717171;
  }
  .main_box .introduction_article_links_list_auto {
    height: auto !important;
  }
  .copyright_box {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333;
  }
  .my_popup {
    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_box {
    width: 100%;
    background-color: #fff;
  }
  .popup_box .p_header_box {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
  }
  .popup_box .p_header_box .van-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-weight: 700;
  }
  .popup_box .p_settimg_box {
    padding: 20px;
    font-size: 16px;
  }
  .popup_box .p_settimg_box .p_s_b_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
  }
  .popup_box .p_settimg_box .p_s_b_item:nth-last-child(1) {
    border-bottom: none;
  }
  .serviceview {
    z-index: 999999999;
    position: fixed;
    right: 10px;
    bottom: 200px;
    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: #b21824;
    box-sizing: border-box;
  }
  .serviceview .btn_ad_box span {
    margin-top: 2px;
  }
  .serviceview .btn_ad_box span:nth-child(1) {
    margin-top: 0;
  }
  .abtn_box {
    border-radius: 50%;
  }
  .abtn_box_flicker {
    animation: abtn-2a183b29 1.5s linear infinite alternate;
  }
  @keyframes abtn-2a183b29 {
  0% {
      border-color: transparent;
  }
  100% {
      border-color: #b21824;
      box-shadow: 1px 1px 10px 0px #99212b, 2px 2px 10px 0px #99212b, -2px -2px 10px 0px #99212b, 2px 2px 10px 0px #99212b;
  }
  }
  .scrollToTop_box {
    position: fixed;
    right: 10px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    background-color: #4dd0e1;
    opacity: 0.8;
  }
  .scrollToTop_box .van-icon-play {
    margin-top: -8px;
    transform: rotate(-90deg);
  }
  .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);
  }
  
  