* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: .14rem;
    transition: all .3s;
  }

  ul {
    list-style: none
  }

  img,
  video {
    height: auto;
    max-width: 100%
  }

  iframe {
    border: 0
  }

  table {
    border-collapse: collapse;
    border-spacing: 0
  }

  html {
    height: 100%;
    width: 100%
  }

  @media screen and (min-width:751px) {
    html {
      font-size: 5.20833vw;
      font-size: calc(100vw/(1920/var(--theme-rem-unit, 100)))
    }
  }

  @media screen and (min-width:751px)and (min-width:1920px) {
    html {
      font-size: 100px;
      font-size: calc(1920px/(1920/var(--theme-rem-unit, 100)))
    }
  }

  @media only screen and (min-width:751px)and (min-width:1400px)and (max-width:1499px) {
    html {
      font-size: 5.5208333333vw
    }
  }

  @media only screen and (min-width:751px)and (min-width:1300px)and (max-width:1399px) {
    html {
      font-size: 5.6770833333vw
    }
  }

  @media only screen and (min-width:751px)and (min-width:1200px)and (max-width:1299px) {
    html {
      font-size: 6.1458333333vw
    }
  }

  @media only screen and (min-width:751px)and (min-width:1100px)and (max-width:1199px) {
    html {
      font-size: 6.5625vw
    }
  }

  @media only screen and (min-width:751px)and (min-width:1000px)and (max-width:1099px) {
    html {
      font-size: 6.7708333333vw
    }
  }

  @media only screen and (min-width:751px)and (min-width:900px)and (max-width:999px) {
    html {
      font-size: 7.2916666667vw
    }
  }

  @media only screen and (min-width:751px)and (min-width:750px)and (max-width:899px) {
    html {
      font-size: 8.3333333333vw
    }
  }

  html[data-device=desktop] {
    font-size: 5.20833vw;
    font-size: calc(100vw/(1920/var(--theme-rem-unit, 100)))
  }

  @media screen and (min-width:1920px) {
    html[data-device=desktop] {
      font-size: 100px;
      font-size: calc(1920px/(1920/var(--theme-rem-unit, 100)))
    }
  }

  @media only screen and (min-width:1400px)and (max-width:1499px) {
    html[data-device=desktop] {
      font-size: 5.5208333333vw
    }
  }

  @media only screen and (min-width:1300px)and (max-width:1399px) {
    html[data-device=desktop] {
      font-size: 5.6770833333vw
    }
  }

  @media only screen and (min-width:1200px)and (max-width:1299px) {
    html[data-device=desktop] {
      font-size: 6.1458333333vw
    }
  }

  @media only screen and (min-width:1100px)and (max-width:1199px) {
    html[data-device=desktop] {
      font-size: 6.5625vw
    }
  }

  @media only screen and (min-width:1000px)and (max-width:1099px) {
    html[data-device=desktop] {
      font-size: 6.7708333333vw
    }
  }

  @media only screen and (min-width:900px)and (max-width:999px) {
    html[data-device=desktop] {
      font-size: 7.2916666667vw
    }
  }

  @media only screen and (min-width:750px)and (max-width:899px) {
    html[data-device=desktop] {
      font-size: 8.3333333333vw
    }
  }

  @media screen and (max-width:750px) {
    html {
      font-size: 13.33333vw;
      font-size: calc(100vw/(750/var(--theme-rem-unit, 100)))
    }
  }

  html[data-device=mobile] {
    font-size: 13.33333vw;
    font-size: calc(100vw/(750/var(--theme-rem-unit, 100)))
  }

  input {
    border: none;
    outline-style: none;
    background: none;
    box-sizing: content-box;
  }

  input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff;
  }

  input:focus,
  select:focus,
  textarea:focus {
    border: none;
    outline-style: none;
  }

  textarea {
    resize: none;
  }

  button {
    cursor: pointer;
    border: none;
  }

  img {
    display: block;
    border: none;
  }

  a {
    text-decoration: none;
    cursor: pointer;
  }

  .flex {
    display: flex;
    align-items: center;
  }

  .no {
    display: none !important;
  }

  .main {
    width: 100%;
    overflow: visible;
  }

  .head {
    width: 100%;
    height: .8rem;
    position: sticky;
    top: 0;
    background: #060730;
    border-bottom: 1px solid #FFD700;
    display: flex;
    align-items: center;
    padding: 0 0.2rem 0 0.12rem;
    z-index: 11;
  }

  .head_icon {
    width: .263rem;
    margin: 0 0.25rem 0 0.08rem;
    transition: all .3s;
    flex-shrink: 0;
    cursor: pointer;
  }

  .head_icon2 {
    transform: rotate(180deg);
  }

  .head_log {
    width: 2.2rem;
    margin-right: 0.05rem;
    flex-shrink: 0;
  }

  .head_time {
    flex-shrink: 0;
    margin-left: 0.4rem;
    margin-right: 0.2rem;
  }

  .head_time p {
    text-align: center;
    color: #ffffff;
    font-size: .12rem;
    line-height: 1.5;
  }

  .head_select {
    position: relative;
  }

  .head_select_input {
    min-width: 1.7rem;
    padding: 0 0.15rem;
    border: 0.01rem solid #F7A849;
    border-radius: 0.2rem;
    display: flex;
    height: 0.4rem;
    margin-right: 0.2rem;
    max-width: 2.05rem;
    overflow: hidden;
    align-items: center;
    cursor: pointer;
  }

  .head_select_input:hover p {
    color: #F7A849;
  }

  .head_select_input p {
    color: #ffffff;
    font-size: .2rem;
    max-width: 1.6rem;
    overflow: hidden;
    padding-bottom: 0.02rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .head_select_input img:last-child {
    margin-left: auto;
    width: .12rem;
    transition: all .3s;
  }

  .head_select_input3 img:last-child {
    transform: rotate(180deg);
  }

  .head_select_input img:first-child {
    margin-left: 0.05rem;
    margin-right: 0.1rem;
    width: 0.3rem;
  }

  .select_box {
    background-color: rgb(3, 30, 59);
    border: thin solid #F7A849;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 10%);
    max-width: 3.15rem;
    min-width: 1.7rem;
    padding: 0.05rem 0;
    position: absolute;
    top: 0.42rem;
    left: 0;
    overflow: hidden;
  }

  .select_box>div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
  }

  .select_box>div:hover {
    background: #0A0C39;
  }

  .select_box>div p {
    width: 100%;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0.55rem;
    display: flex;
    color: #F7A849;
    align-items: center;
  }

  .select_box>div img {
    flex-shrink: 0;
    height: 0.3rem;
    margin: 0.02rem 0.17rem 0 0.03rem;
    width: 0.3rem;
  }

  .head_select_input2 {
    padding-left: 0;
    width: auto;
    min-width: auto;
  }

  .head_select_input3 {
    border-color: #F7A849;
  }

  .head_btn {
    font-size: .16rem;
    height: 0.4rem;
    min-width: 1rem;
    border-radius: 0.1rem;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    cursor: pointer;
    padding: 0 0.1rem;
  }

  .head_btn2 {
    margin-left: auto;
    margin-right: 0.2rem;
    background: #F7A849;
    color: #FFFFFF;
  }

  .head_btn3 {
    border: 1px solid #F7A849;
    background: none;
    color: #F7A849;
  }

  .head_con {
    display: flex;
    align-items: center;
    max-width: calc(50vw + 4.2rem);
    flex: 1;
  }

  .content {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }

  .con_left {
    width: 2.4rem;
    flex-shrink: 0;
    /* overflow-x: hidden; */
    overflow-y: auto;
    height: calc(100vh - .8rem);
    background: #0A0C39;
    padding: 0.15rem 0.15rem 0;
  }
  .pc  .con_left {
    height: 100vh;
  }

  .con_left::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
  }

  .con_left::-webkit-scrollbar-thumb {
    width: .06rem;
    background: #6873BF;
  }

  .con_rigth {
    width: 100%;
    background: #0A0C39;
    background-image: url(../images/icon5.png);
    overflow: hidden;
    height: calc(100vh - .8rem);
  }
  .pc  .con_rigth {
    height: 100vh;
  }
  .con_rigth_div::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
  }

  .con_rigth_div::-webkit-scrollbar-thumb {
    width: .06rem;
    background: #6873BF;
  }


  .con_rigth_div {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .con_rigth_div_div {
    width: 100%;
    overflow: hidden;
    padding: 0 0.1rem;
  }

  .con_rigth_div>div>div {
    width: 12rem;
    /* overflow: hidden; */
    margin: 0.2rem auto;
  }

  .hazy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 101;
    background: rgba(0, 0, 0, .45);
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .box {
    width: 5.5rem;
    background-color: #0A0C39;
    border: 1px solid #6873BF;
    border-radius: 0.2rem;
    max-height: calc(var(--vh, 1vh)*100 - 0.1rem);
    overflow: hidden;
    position: relative;
    overflow: auto;
    padding: 0 .3rem .2rem;
  }

  .close {
    width: 0.25rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
  }

  .box_title {
    width: 100%;
    text-align: center;
    margin: 0.2rem 0 0.4rem;
    font-size: .35rem;
    color: #ffffff;
    font-weight: bold;
  }

  .form {
    width: 100%;
    overflow: hidden;
  }

  .input {
    width: 100%;
    position: relative;
  }

  .input_box {
    width: 100%;
    margin-bottom: 0.4rem;
    border: 1px solid #6873BF;
    border-radius: 0.1rem;
    padding: 0 0.16rem;
    display: flex;
    align-items: center;
    height: 0.5rem;
  }

  .input_box img:first-child {
    width: 0.2rem;
    flex-shrink: 0;
    margin-right: 0.16rem;
  }

  .input_clear {
    width: 0.3rem;
    flex-shrink: 0;
    margin-left: 0.16rem;
    cursor: pointer;
    opacity: 0;
  }

  .input_clear2 {
    opacity: 1;
  }

  .input_box2 {
    border-color: #F7A849;
  }

  .input_box .pwd_icon {
    width: 0.35rem;
    flex-shrink: 0;
    margin-left: 0.16rem;
    cursor: pointer;
  }

  .input_box input {
    width: 100%;
    font-size: .25rem;
    color: #FFFFFF;
    font-weight: bold;
    background: none !important;
  }

  .input_box input::placeholder {
    color: #ffffff;
    font-weight: 400;
  }

  .prompt {
    width: 100%;
    height: 0.4rem;
    display: flex;
    position: absolute;
    top: 0.5rem;
    left: 0;
    align-items: center;
  }

  .prompt img {
    width: 0.18rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }

  .prompt p {
    width: 100%;
    font-size: .14rem;
    color: #ff4a4a;
    line-height: 1;
  }

  .senha {
    width: 100%;
    display: flex;
    margin-top: 0.08rem;
    align-items: center;
  }

  .senha label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .senha label img {
    display: none;
    width: 0.4rem;
  }

  .senha label i {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #6873BF;
    border-radius: 0.05rem;
  }

  .senha label input:checked~img {
    display: block;
  }

  .senha label input:checked~i {
    display: none;
  }

  .senha label span {
    padding: 0 0.09rem;
    color: #ffffff;
    font-size: .25rem;
  }

  .senha p {
    font-size: .18rem;
    color: #F7A849;
    cursor: pointer;
    margin-left: auto;
  }

  .form_btn {
    display: block;
    width: 100%;
    font-size: .3rem;
    background: #F7A849;
    color: #ffffff;
    height: 0.7rem;
    border-radius: 0.1rem;
    margin: 0.2rem 0;
  }

  .form_text {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    justify-content: space-around;
  }

  .form_text p {
    cursor: pointer;
    font-size: .25rem;
    color: #F7A849;
  }

  .prompt2 p {
    color: #ffffff;
  }

  .game_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .game_menu_item {
    background: #6873BF;
    border-radius: 0.1rem;
    color: #ffffff;
    cursor: pointer;
    height: 0.7rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    width: 1rem;
    position: relative;
  }

  /*.game_menu_item:hover {*/
  /*  background: #6873BF;*/
  /*}*/

  /*.game_menu_item:hover p {*/
  /*  color: #F7A849;*/
  /*}*/

  .game_menu_item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.304rem;
    margin: 0.05rem auto 0;
    position: relative;
  }

  .game_menu_item>div img {
    height: 110%;
  }

  .game_menu_item>div img:nth-child(2) {
    display: none;
  }

  .game_menu_item p {
    width: 100%;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .16rem;
    color: #ffffff;
    line-height: 1;
  }

  .game_menu_item2>div img:nth-child(1) {
    display: none;
  }

  .game_menu_item2>div img:nth-child(2) {
    display: block;
  }

  .game_menu_item2 {
    background: #F7A849;
  }

  .game_menu_item2 p {
    color: #ffffff;
  }

  .img_icon {
    width: 100%;
    margin-bottom: 0.1rem;
    cursor: pointer;
  }

  .left_img {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    margin: 0.1rem 0 0.05rem;
    padding: 0.1rem 0.1rem 0;
  }

  .left_img_icon {
    cursor: pointer;
    margin-bottom: 0.1rem;
    position: relative;
    width: 0.9rem;
  }

  .left_img_icon img {
    width: 100%;
  }

  .left_img_icon p {
    width: 100%;
    font-size: .16rem;
    left: 0.08rem;
    line-height: 1.2;
    max-width: 0.7rem;
    position: absolute;
    top: 0.08rem;
    color: #ffffff;
  }

  .left_cell,
  .left_cell2 {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.5rem;
    padding: 0 0 0 0.14rem;
    position: relative;
  }

  .left_cell div {
    margin-right: 0.15rem;
    position: relative;
    width: 0.26rem;
  }

  .left_cell div img {
    display: block;
    width: 0.2rem;
    margin: 0 auto;
  }

  .left_cell div p {
    width: 100%;
    font-size: .12rem;
    line-height: .18rem;
    margin-top: 0.024rem;
    text-align: center;
    color: #1afa29;
    zoom: 0.5;
  }

  .left_cell>p {
    font-size: .18rem;
    color: #ffffff;
  }

  .left_cell2 img:first-child {
    width: 0.26rem;
    margin-right: 0.15rem;
  }

  .left_cell2 img:nth-child(3) {
    width: 0.18rem;
    margin-left: auto;
  }

  .left_cell2>p {
    font-size: .18rem;
    color: #ffffff;
  }

  #certify {
    width: 100%;
    position: relative;
    margin: 0.2rem 0;
  }

  #certify .swiper-container {
    width: 100%;
  }

  #certify .swiper-slide {
    width: 8.68rem;
    position: relative;
  }

  #certify .swiper-slide img {
    width: 100%;
    height: 2.5rem;
    filter: blur(5px);
  }

  #certify .swiper-slide-active img,
  .mobile #certify .swiper-slide img {
    filter: blur(0);
  }

  #certify .swiper-button-next,
  #certify .swiper-button-prev {
    background-color: rgba(0, 0, 0, .1);
    border: thin solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 0.36rem;
    width: 0.36rem;
    background-size: 0.2rem 0.2rem;
  }

  .notice {
    width: 100%;
    align-items: center;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
    color: #ffffff;
    display: flex;
    font-size: .18rem;
    justify-content: space-between;
    padding: 0.06rem 0.2rem;
    margin-bottom: 0.2rem;
  }

  .notice img {
    height: 0.22rem;
    margin-right: 0.1rem;
    position: relative;
    width: 0.26rem;
    flex-shrink: 0;
  }

  .notice p {
    width: 100%;
    overflow: hidden;
  }

  .notice p span {
    display: inline-block;
    animation: marquee 70s linear infinite;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.22rem;
    color: #606266;
    line-height: 29px;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .index_cont {
    width: 100%;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
    overflow: hidden;
    padding: 0 0.2rem;
  }

  .index_nav {
    width: 100%;
    display: flex;
    align-items: center;
    background: #0A0C39;
  }

  .index_nav_item {
    min-width: 1.1rem;
    width: auto;
    background: none !important;
    margin-bottom: 0;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }

  .index_cont .game_menu_item2 p {
    color: #F7A849;
  }

  .index_cont .game_menu_item2::after {
    background-color: #F7A849;
    border-radius: 0.04rem 0.04rem 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0.04rem;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .con_box {
    width: 100%;
    padding: 0.3rem 0;
    overflow: hidden;
    border-bottom: 0.01rem solid #6873BF;
  }

  .con_box_title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.34rem;
    margin-bottom: 0.18rem;
  }

  .con_box_title img {
    width: 0.4rem;
    margin: 0.05rem 0.06rem 0 0;
  }

  .con_box_title p:nth-child(2) {
    font-size: .24rem;
    color: #ffffff;
  }

  .con_box_title p:nth-child(3) {
    color: #ffffff;
    font-size: .2rem;
    margin-left: auto;
    cursor: pointer;
  }

  .con_box_list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .con_box_list2 {
    height: 5rem;
  }

  .con_box_list3 {
    height: 2.5rem;
  }

  .con_box_item {
    width: 16.66667%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0.12rem 0;
    cursor: pointer;
  }

  .con_box_item>div {
    width: 1.7rem;
    height: 2.26rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
  }

  .con_box_item_img {
    width: 100%;
    height: 100%;
  }

  .con_box_item_text,
  .con_box_item_text2 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.04rem 0.1rem;
  }

  .con_box_item_text2 {
    display: flex;
    align-items: center;
  }

  .con_box_item_text2 img {
    flex-shrink: 0;
    height: 0.4rem;
    width: 0.4rem;
  }

  .con_box_item_text p:first-child,
  .con_box_item_text2 p {
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    font-size: .28rem;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, .3);
    color: #ffffff;
  }

  .con_box_item_text2 p {
    font-size: .24rem;
  }

  .con_box_item_text p:nth-child(2) {
    font-size: .14rem;
    margin-top: 0.05rem;
    color: #ffffff;
  }

  .con_box_item_icon {
    position: absolute;
    height: 0.34rem;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.34rem;
    z-index: 9;
  }

  .con_box_item_bg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .3));
    opacity: 0;
    transition: all 0.5s;
  }

  .con_box_item_bg img {
    width: 30%;
  }

  .con_box_item:hover .con_box_item_bg {
    opacity: 1;
  }

  .con_box_more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem 0 1.5rem 0;
  }

  .con_box_more p {
    color: #ffffff;
    font-size: .3rem;
    justify-content: center;
  }

  .con_box_more p:nth-child(2) {
    color: #ffffff;
    cursor: pointer;
    margin-left: 0.08rem;
  }

  .con_box_more img {
    width: .2rem;
    margin-left: 0.08rem;
    height: 0.18rem;
  }

  .amount {
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    border: 0.01rem solid #6873BF;
    border-radius: 0.2rem;
    height: 0.4rem;
    padding: 0 0.05rem 0 0.02rem;
  }

  .amount img:nth-child(1) {
    width: 0.32rem;
  }

  .amount p {
    color: #ffaa09;
    cursor: pointer;
    font-size: .22rem;
    margin: 0 0.1rem;
  }

  .amount img:nth-child(3) {
    width: 0.22rem;
    cursor: pointer;
  }

  .isLogin {
    flex: 1;
  }

  .user {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0 0.1rem;
    cursor: pointer;
    position: relative;
    z-index: 11;
  }

  .user:hover {
    background: #0A0C39;
    border-radius: 0.1rem;
  }

  .user:hover .user_menu {
    display: block;
  }

  .user:hover>img {
    transform: rotate(180deg);
  }

  .user_img {
    margin-right: 0.1rem;
    position: relative;
    width: 0.56rem;
    height: 0.56rem;
  }

  .user_img>img {
    width: 100%;
    height: 100%;
  }

  .user_img p {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    position: absolute;
    right: -0.005rem;
    background: rgb(36, 178, 153);
    border-radius: 0.04rem 0px;
    display: flex;
    height: 0.12rem;
    max-width: 0.33rem;
    min-width: 0.29rem;
  }

  .user_img p img {
    width: 0.163rem;
    min-width: 0.163rem !important;
    margin-top: 0.01rem;
  }

  .user_img p span {
    color: rgb(229, 185, 82);
    font-size: 0.14rem;
    font-style: italic;
    font-weight: 700;
    margin: -0.02rem 0px 0px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0.005rem 0.005rem;
    transform: scale(0.6);
  }

  .user_info p:first-child {
    margin-right: 0.1rem;
    font-size: 0.18rem;
    color: #ffffff;
    margin-top: -0.05rem;
  }

  .user_info p:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: 0.06rem;
  }

  .user_info p:nth-child(2) span {
    color: #ffffff;
    margin-right: 0.1rem;
  }

  .user_info p:nth-child(2) img {
    width: 0.16rem;
    cursor: pointer;
  }

  .user>img {
    width: 0.15rem;
    margin-left: 0.08rem;
  }

 .recharge_title {
    width: 100%;
    border-bottom: 1px solid #6873BF;
}

.recharge_title>div {
    display: inline-flex;
    align-items: center;
    position: relative;
    border-bottom: 0.03rem solid #F7A849;
}

.recharge_title>div img {
    width: 0.25rem;
}

.recharge_title>div p {
    font-size: .22rem;
    color: #ff3a55;
    margin-left: 0.1rem;
}

.recharge_to {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #6873BF;
    flex-wrap: wrap;
}

.recharge_to_item {
    margin-right: 3.5%;
    width: 48.25%;
    background-color: #0A0C39;
    border: thin solid #6873BF;
    border-radius: 0.1rem;
    cursor: pointer;
    height: 0.6rem;
    margin: 0 2.66% 0.2rem 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tips {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.025rem;
    background: #f38c06;
    border-radius: 5px;
    color: white;
}

.recharge_to_item img:first-child {
    border-radius: 0.05rem;
    height: 0.44rem;
    margin-left: 0.08rem;
    margin-right: 0.03rem;
    overflow: hidden;
    width: 0.44rem;
    flex-shrink: 0;
}

.recharge_to_item p {
    width: auto;
    text-align: center;
    color: #F7A849;
    font-size: .28rem;
    overflow: hidden;
}

.recharge_to_item img:last-child {
    display: none;
    position: absolute;
    bottom: -0.06rem;
    right: -0.06rem;
    width: 0.3rem;
}

.recharge_cont {
    width: 100%;
    max-height: 6.8rem;
    overflow: auto;
    padding: 0.2rem 0;
}

.recharge_cont::-webkit-scrollbar {
    display: none;
}

  .box2 {
    width: 8rem;
  }

  .recharge_to2 {
    padding-top: 0.2rem;
  }

  .recharge_to2 .recharge_to_item {
    width: 31%;
    margin: 0 3.5% 0.2rem 0;
    min-height: 0.6rem;
  }

  .recharge_to2 .recharge_to_item:nth-child(3n) {
    margin-right: 0;
  }

  .recharge_to3 .recharge_to_item {
    width: 22.375%;
    margin: 0 3.5% 0.2rem 0;
    min-height: 0.6rem;
  }

  .recharge_to3 .recharge_to_item:nth-child(4n) {
    margin-right: 0;
  }

  .recharge_to_title {
    width: 100%;
    color: #ffffff;
    font-size: .18rem;
    line-height: .26rem;
    margin-bottom: 0.2rem;
    min-height: 0.26rem;
    margin-top: 0.3rem;
  }

  .input_box p {
    font-size: .2rem;
    color: #ffffff;
    margin-right: 0.2rem;
  }

  .recharge_prompt {
    width: 100%;
    font-size: .18rem;
    margin-bottom: 0.2rem;
    line-height: 1.1;
    color: #ffffff;
  }

  .recharge_btn {
    background-color: #F7A849;
    border-radius: 0.1rem;
    color: #ffffff;
    font-size: .2rem;
    height: 0.55rem;
    width: 4.4rem;
    display: block;
    margin: 0 auto;
  }

  .saque_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.2rem;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0.03rem 0.09rem 0px;
    display: flex;
    height: 0.6rem;
    padding: 0px 0.1rem 0px 0.2rem;
    position: relative;
    margin-top: 0.2rem;
  }

  .saque_back {
    position: absolute;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .saque_back img {
    width: 0.25rem;
    margin-right: 0.05rem;
  }

  .saque_back p {
    color: #ffffff;
    font-size: 0.2rem;
  }

  .saque_title_text {
    width: 100%;
    /* padding: 0 5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .saque_title_text img {
    width: 0.7433rem;
    height: 0.0867rem;
  }

  .saque_title_text p {
    font-size: 0.24rem;
    color: #ffffff;
    margin: 0 0.12rem;
  }

  .saque_con {
    width: 100%;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.06rem 0 rgb(0 0 0 / 6%);
    /* overflow: hidden; */
  }

  .saque_nav {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 0.06rem;
    padding-left: 0.2rem;
    border-bottom: 1px solid #6873BF;
  }

  .saque_nav_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
    height: 0.6rem;
    max-width: 1.4rem;
    font-size: .24rem;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    cursor: pointer;
  }

  .saque_nav_item:last-child {
    margin-right: 0;
  }

  .saque_nav_item2 {
    color: #F7A849;
    border-bottom: 0.03rem solid #F7A849;
  }

  .saque_nav_text {
    font-size: .18rem;
    color: #fff;
  }

  .saque_nav_amount {
    font-size: .18rem;
    color: #ffaa09;
    margin-left: 0.05rem;
    margin-right: 0.1rem;
  }

  .saque_nav_img {
    width: 0.2rem;
    cursor: pointer;
  }

  .saque_nav_btn {
    font-size: .16rem;
    height: 0.4rem;
    margin-left: 0.2rem;
    width: 1rem;
    margin-right: 0.2rem;
    background: #F7A849;
    color: #fff;
    border-radius: 0.1rem;
  }

  .saque_text {
    width: 100%;
    color: #ffffff;
    font-size: .18rem;
    margin: 0.2rem auto 0.3rem;
    padding-top: 0.1rem;
  }

  .saque_no {
    width: 100%;
    position: relative;
    margin-bottom: 0.3rem;
    z-index: 9;
  }

  .saque_no2 {
    margin-right: 0.2rem;
  }

  .saque_no_con {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 0.06rem;
    font-size: .18rem;
    height: 0.5rem;
    line-height: .5rem;
    padding: 0 0.15rem;
    border: 1px solid #6873BF;
    cursor: pointer;
  }

  .saque_no_con img:first-child {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.05rem;
  }

  .saque_no_con p {
    margin-left: 0.15rem;
    color: #fff;
  }

  .saque_no_con span {
    margin-left: 0.04rem;
    color: #ffffff;
  }

  .saque_no_con img:last-child {
    margin-left: auto;
    flex-shrink: 0;
    width: 0.2rem;
  }

  .saque_no_list {
    width: 100%;
    position: absolute;
    top: 0.55rem;
    left: 0;
    border: 1px solid #ffffff;
    border-radius: 0.06rem;
    background: #0A0C39;
    padding: 0.1rem 0;
  }

  .saque_no_list .saque_no_con {
    border: none;
    height: 0.85rem;
  }

  .saque_no_list .saque_no_con img {
    width: 0.65rem;
    height: 0.65rem;
  }

  .saque_no_con2,
  .saque_no_con:hover {
    background: #6873BF;
  }

  .saque_no_con2 span,
  .saque_no_con:hover span {
    color: #F7A849;
  }

  .saque_no_con3 img:last-child {
    transform: rotate(180deg);
  }

  .saque_no_con3 {
    border-color: #F7A849;
  }

  .input_box span {
    color: #F7A849;
    font-size: 0.18rem;
    cursor: pointer;
    flex-shrink: 0;
  }

  .saque_text2 {
    margin: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ffffff;
  }

  .saque_pwd_text {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.12rem;
    height: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .saque_pwd_text p {
    font-size: 0.18rem;
    color: #ffffff;
  }

  .saque_pwd_text img {
    width: 0.3rem;
    cursor: pointer;
  }

  .saque_pwd_text img:last-child {
    display: none;
  }

  .saque_pwd_text2 img:last-child {
    display: block;
  }

  .saque_pwd_text2 img:nth-child(2) {
    display: none;
  }

  .prompt3 {
    top: 0.8rem;
  }

  .saque_btn {
    background-color: #F7A849;
    border-radius: 0.1rem;
    color: #ffffff;
    font-size: .2rem;
    height: 0.55rem;
    margin: 0 auto;
    width: 1.8rem;
    display: block;
    margin: 0 auto 0.6rem;
  }

  .retiradas_title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem;
  }

  .retiradas_title p {
    font-size: .18rem;
    color: #ffffff;
    margin-left: auto;
  }

  .retiradas_title span {
    margin: 0 0.05rem;
    font-size: .18rem;
    color: #ffffff;
  }

  .retiradas_title>img {
    width: 0.2rem;
    cursor: pointer;
    margin-left: 0.1rem;
  }

  .retiradas_title .saque_no {
    max-width: 3.15rem;
    min-width: 1.6rem;
    width: auto;
  }

  .retiradas_title>.saque_no {
    margin-bottom: 0;
  }

  .retiradas_title>.saque_no>.saque_no_con {
    border-radius: 0.5rem;
  }

  .retiradas_title .saque_no_list .saque_no_con {
    height: 0.5rem;
    border-radius: 0;
    padding: 0 0.1rem;
  }

  .table {
    width: 100%;
    padding: 0 0.2rem;
    overflow: hidden;
  }

  .table_head {
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
    background: #0A0C39;
    border-radius: 0.05rem;
    border: 1px solid #6873BF;
  }

  .table_head p {
    width: 20%;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
  }

  .no_con {
    width: 100%;
    margin-top: 1.2rem;
  }

  .no_con img {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 auto;
  }

  .no_con p {
    width: 100%;
    text-align: center;
    font-size: .22rem;
    margin-top: 0.2rem;
    color: #ffffff;
    margin-bottom: 1.3rem;
  }

  .conta_title {
    width: 100%;
    font-size: .18rem;
    font-weight: 700;
    margin-top: 0.1rem;
    color: #fff;
    padding: 0.2rem;
  }

  .conta_title span {
    color: #ffffff;
    font-weight: 400;
    margin-left: 0.06rem;
  }

  .conta_list {
    width: 100%;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .conta_item {
    align-items: center;
    background-color: #0A0C39;
    border: thin solid #6873BF;
    border-radius: 0.1rem;
    cursor: pointer;
    display: flex;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    padding: 0.1rem 0.1rem 0.1rem 0.2rem;
    position: relative;
    width: 5.6rem;
    overflow: hidden;
  }

  .conta_item img:first-child {
    width: 0.6rem;
    border-radius: 0.1rem;
    flex-shrink: 0;
  }

 .recharge_to_item2 {
    /* border-color: #ff3a55; */
    background: #F7A849;
    color: white;
}

.recharge_to_item2 p {
    color: white;
}

  .conta_item_info {
    width: 100%;
    margin-left: 0.2rem;
  }

  .conta_item_info .conta_title {
    padding: 0;
    margin: 0;
  }

  .conta_item_info_text {
    display: flex;
    align-items: center;
  }

  .conta_item_info_text p {
    color: #ffffff;
    font-size: 0.18rem;
  }

  .conta_item_info_text img {
    width: 0.15rem;
    margin-left: .1rem;
  }

  .conta_item>img:last-child {
    display: none;
    position: absolute;
    bottom: -0.06rem;
    right: -0.06rem;
    width: 0.3rem;
  }

  .recharge_to_item2>img:last-child {
    display: block;
  }

  .mobile .head_icon {
    width: 0.36rem;
    margin-right: 0.15rem;
  }

  .mobile .con_left {
    width: 3rem;
    position: absolute;
    bottom: 0;
    left: -3rem;
    z-index: 102;
    top:0.8rem;
  }

  .mobile .con_left .game_menu_item {
    height: .9rem;
    width: 1.3rem;
  }

  .mobile .con_left .game_menu_item>div img {
    height: 90%;
  }

  .mobile .con_left .game_menu_item p {
    margin-top: 0.1rem;
  }
.con_left .game_menu_item.active{
    background-color: #F7A849;
  }

  .mobile .con_left2 {
    left: 0;
  }

  .mobile .left_img_icon {
    width: 1.2rem;
  }

  .mobile .left_cell2 img {
    width: 0.334rem;
  }

  .mobile .left_cell,
  .mobile .left_cell2 {
    height: 0.6rem;
  }

  .mobile .left_cell div img {
    display: block;
    width: 1rem;
    margin: 0 auto;
  }

  .mobile .left_cell div {
    width: 0.334rem;
  }

  .mobile .left_cell div p {
    font-size: 0.16rem;
  }

  .mobile .head_time,
  .mobile .head_con>.head_select,
  .mobile .swiper-button-prev,
  .mobile .swiper-button-next {
    display: none;
  }

  .mobile .noLogin {
    margin-left: auto;
  }

  .mobile .con_rigth_div>div>div {
    width: 100%;
  }

  .mobile #certify .swiper-slide {
    width: 100%;
  }

  .mobile .index_nav {
    overflow-x: auto;
    border-bottom: 1px solid #0A0C39;
  }

  .mobile .index_nav .game_menu_item {
    height: .94rem;
    flex-shrink: 0;
    min-width: 1.3rem;
  }

  .mobile .index_nav .game_menu_item>div {
    margin-top: 0.15rem;
  }

  .mobile .index_nav .game_menu_item>div img {
    height: 100%;
  }

  .mobile .index_nav .game_menu_item p {
    font-size: 0.2rem;
    height: 0.5rem;
  }

  .mobile .con_box_title img {
    width: 0.52rem;
  }

  .mobile .con_box_title p:nth-child(2) {
    font-size: 0.3rem;
  }

  .mobile .con_rigth {
    padding: 0;
    background-color: #0A0C39;
  }

  .mobile .head {
    height: 0.9rem;
  }

  .mobile .notice,
  .mobile .index_cont {
    background: none;
  }

  .mobile .index_cont {
    padding: 0;
  }

  .mobile .index_nav {
    padding-left: 0.2rem;
  }

  .mobile .index_nav::-webkit-scrollbar {
    display: none;
  }

  .mobile .con_box {
    padding: 0.3rem 0.2rem;
    border-bottom: none;
  }

  .mobile .notice p span {
    line-height: .35rem;
  }

  .index_nav2 {
    position: fixed;
    top: 0.8rem;
    z-index: 10;
  }

  .mobile .con_box_item {
    width: 33.33333%;
  }

  .mobile .con_box_item>div {
    width: 2.1rem;
    height: 2.792rem;
  }

  .mobile .con_box_list2 {
    height: 9.096rem;
  }

  .mobile .con_box_list3 {
    height: 3.032rem;
  }

  .mobile .box {
    width: 7rem;
  }

  .mobile .input_box {
    margin-bottom: 0.5rem;
  }

  .mobile .prompt {
    height: 0.5rem;
  }

  .mobile .senha {
    margin-top: 0.2rem;
  }

  .bottom_nav {
    display: none;
    width: 100%;
    bottom: 0;
    box-shadow: 0.02rem 0 0.06rem 0 rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 19;
    align-items: center;
    background: #0A0C39;
    height: 1.24rem;
    justify-content: space-around;
    left: 0;
  }

  .mobile_bottom {
    display: none;
    width: 100%;
    height: 1.24rem;
  }

  .bottom_nav>div {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .bottom_nav>div img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .bottom_nav>div p {
    width: 100%;
    text-align: center;
    height: 0.4rem;
    line-height: 1;
    color: #ffffff;
    font-size: .28rem;
    margin-top: 0.1rem;
  }

  .bottom_nav>div img:nth-child(2),
  .bottom_nav .bottom_nav_item2 img:nth-child(1) {
    display: none;
  }

  .bottom_nav .bottom_nav_item2 img:nth-child(2) {
    display: block;
  }

  .bottom_nav .bottom_nav_item2 p {
    color: #F7A849;
  }

  .mobile .bottom_nav {
    display: flex;
  }
  .mobile .bottom_nav>div img:nth-child(1){
    display: block !important;
  }
  .mobile .bottom_nav>div img:nth-child(2){
    display: none !important;
  }

  .mobile .bottom_nav .active img:nth-child(1){
    display: none !important;
  }
  .mobile .bottom_nav .active img:nth-child(2){
    display: block !important;
  }
  .mobile .bottom_nav .active p{
    color: #fff0bb;
  }

  .mobile .mobile_bottom {
    display: block;
  }

  .mobile .head .isLogin {
    justify-content: flex-end;
  }

  .mobile .isLogin .head_btn3,
  .mobile .user {
    display: none;
  }

  .mobile .isLogin .head_btn2 {
    margin-right: 0;
  }

  .mobile #recharge .box {
    width: 100%;
    border-radius: 0;
    border: none;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .mobile #recharge .recharge_cont {
    height: 80vh;
    max-height: none;
  }

  .mobile #recharge .recharge_prompt {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    line-height: 0.4rem;
  }

  .mobile #recharge .recharge_btn {
    width: 100%;
    height: 0.7rem;
  }

  .mobile .input_box {
    height: 0.65rem;
  }

  .saque_item {
    overflow: hidden;
  }

  .main2 {
    min-height: 100vh;
    background: #0A0C39;
  }

  .mobile_withdraw_head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    padding: 0 0.2rem;
    background: #0A0C39;
    border-bottom: 1px solid #6873BF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }

  .mobile_withdraw_head img {
    width: 0.3rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }

  .mobile_withdraw_head .van-nav-bar__right {
    position: absolute;
    top: 1px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    font-size: .2rem;
    cursor: pointer;
    right: 0;
    color: #fff;
}
.mobile_withdraw_head .van-nav-bar__text{
  font-size: .23rem;
  color: #fff0bb;
}
.main3 .mobile_head_title {
  font-size: .25rem;
}
  .mobile_withdraw_nav {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: auto;
  }

  .mobile_withdraw_nav::-webkit-scrollbar {
    display: none;
  }

  .mobile_withdraw_nav .saque_nav_item {
    max-width: none;
    flex-shrink: 0;
    height: 0.75rem;
  }

  .mobile_withdraw_con {
    width: 100%;
    margin-top: 0.9rem;
    overflow: hidden;
  }

  .saque_nav_head {
    width: 100%;
    display: flex;
    align-items: center;
    background: #0A0C39;
    border-bottom: 1px solid #6873BF;
    padding: 0.2rem;
  }

  .saque_nav_head .saque_text {
    padding-top: 0.15rem;
    margin: 0;
  }

  .saque_nav_head .saque_nav_btn {
    margin-left: auto;
  }

  .saque_nav_head .recharge_to_item {
    margin: 0.1rem 0;
  }

  .mobile_withdraw_item_con {
    width: 100%;
    padding: 0.3rem 0.2rem 0;
    overflow: hidden;
  }

  .mobile_withdraw_item_con .saque_no_con,
  .mobile_withdraw_item_con .input_box {
    height: .7rem;
    background: #0A0C39;
  }

  .mobile_withdraw_item_con .saque_no_list {
    top: 0.75rem;
  }

  .mobile_withdraw_item_con .saque_pwd_text {
    border-top: 1px solid #6873BF;
    padding-top: 0.5rem;
    margin-bottom: 0.3rem;
  }

  .mobile_withdraw_item_con .saque_pwd_text img {
    width: 0.4rem;
  }

  .mobile_withdraw_item_con .searchNum {
    padding-bottom: 1rem;
  }

  .mobile_withdraw_item_con .saque_btn {
    width: 100%;
    height: 0.8rem;
  }

  .mobile_withdraw_item .no_con {
    margin-top: 30vh;
  }

  .mobile_withdraw_item_conta {
    width: calc(100% - 0.4rem);
    background: #0A0C39;
    box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.14rem;
    margin: 0.2rem;
    padding: 0.2rem;
    padding-bottom: 0;
  }

  .mobile_withdraw_item_conta .conta_title {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0.15rem;
  }

  .mobile_withdraw_item_conta .conta_list {
    padding: 0;
  }

  .mobile_withdraw_item_conta .conta_list .conta_item {
    width: 100%;
    padding: 0.1rem;
  }

  .mobile_withdraw_item_conta .conta_list .conta_item .conta_title {
    margin-bottom: 0.05rem;
  }

  .mobile_withdraw_item_conta .conta_item_info_text img {
    width: .2rem;
  }

  #award {
    display: flex;
    align-items: flex-start;
  }

  .award_left {
    width: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }

  .award_left ul {
    width: 100%;
    overflow: hidden;
  }

  .award_left ul li:first-child {
    margin-top: 0;
  }

  .award_left ul li {
    width: 100%;
    border-radius: 0.16rem;
    height: 0.9rem;
    padding: 0.12rem 0.1rem 0;
    background: url(../images/icon76.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0.2rem;
  }

  .award_left ul li img {
    width: 0.28rem;
    margin: 0.08rem auto;
  }

  .award_left ul li img:nth-child(2) {
    display: none;
  }

  .award_left ul li p {
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.2;
    overflow: hidden;
    padding: 0.02rem 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: pre-line;
    width: 100%;
    color: #ffffff;
    font-size: 0.22rem;
  }

  .award_left ul .award_lefts {
    background-image: url(../images/icon77.png);
  }

  .award_left ul .award_lefts img:nth-child(1) {
    display: none;
  }

  .award_left ul .award_lefts img:nth-child(2) {
    display: block;
  }

  .award_left ul .award_lefts p {
    color: #ffffff;
  }

  .award_right {
    width: 100%;
    overflow: hidden;
    background: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 6%);
    padding: 0.2rem 0;
  }

  .award_right .table_head p {
    width: 25%;
  }

  .award_left_p {
    width: 1.4rem;
    line-height: .4rem;
    margin: 0.2rem auto 0;
    padding: .02rem 0;
    background: #999;
    color: #ffffff;
    font-size: 0.16rem;
    text-align: center;
    border-radius: 0.1rem;
    cursor: no-drop;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .award_left_p:last-child {
    background: #F7A849;
    cursor: pointer;
  }

  .vip_head {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0.45rem 0.2rem 0.25rem;
  }

  .vip_head_text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff4a4a;
    border-radius: 0.08rem 0.08rem 0.08rem 0;
    color: #fff;
    font-size: .16rem;
    line-height: 0.3rem;
    height: 0.3rem;
    justify-content: center;
    padding: 0 0.06rem;
    z-index: 1;
  }

  .vip_icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
    background-image: url(../images/icon87.png), url(../images/icon86.png);
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
  }

  .vip_icon span {
    font-weight: 700;
    font-size: 0.363636rem;
    color: #e6bb55;
  }

  .vip_head_text2 {
    font-size: .18rem;
    color: #ffffff;
  }

  .vip_head_text2 i {
    color: #ff4a4a;
  }

  .vip_head_text2 strong {
    color: #fff;
  }

  .vip_head .award_left_p {
    margin: 0;
  }

  .vip_saque_con_text {
    font-size: .24rem;
    color: #fff;
    padding: 0.2rem;
    padding-bottom: 0.1rem;
  }

  #vip .saque_nav_item {
    max-width: none;
  }

  .vip_con_head {
    width: 100%;
    height: .9rem;
    display: flex;
    align-items: center;
    background: #0A0C39;
    border-radius: 0.06rem;
    border: 1px solid #6873BF;
  }

  .vip_con_head div {
    padding: 0 0.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.16rem;
    color: #ffffff;
  }

  #vip .saque_item {
    padding: 0.2rem;
  }

  .vip_n {
    width: 20%;
  }

  .vip_a {
    width: 40%;
  }

  .vip_con_head div img {
    width: 0.2rem;
    margin-left: 0.2rem;
  }

  .vip_con_list {
    width: 100%;
    overflow: hidden;
  }

  .vip_con_item {
    width: 100%;
    height: 0.9rem;
    display: flex;
    align-items: center;
  }

  .vip_con_list .vip_con_item:first-child {
    border: 1px solid #F7A849;
    border-radius: .06rem;
  }

  .vip_con_list .vip_con_item:nth-child(odd) {
    background: #0A0C39;
  }

  .vip_con_list .vip_con_item:nth-child(even) {
    background: #0A0C39;
  }

  .vip_a_c {
    font-size: 0.12rem;
    color: #ffffff;
    text-align: center;
  }

  .vip_n .vip_icon {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
  }

  .vip_n .vip_icon span {
    font-size: 0.254545rem;
  }

  .vip_a_b {
    font-size: 0.12rem;
    color: #ffaa09;
    text-align: center;
  }

  .vip_a_b2 {
    color: #ffffff;
  }

  .progress {
    width: 100%;
    text-align: center;
    color: #fff;
    height: 0.25rem;
    line-height: 0.25rem;
    background: #ffffff;
    border-radius: 0.2rem;
    margin-top: 0.05rem;
    position: relative;
    overflow: hidden;
  }

  .progress p {
    height: 0.25rem;
    border-radius: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #04BE02;
  }

  .progress span {
    font-size: .16rem;
    position: relative;
    z-index: 1;
  }

  .vip_r {
    width: 28%;
    margin-right: 2%;
  }

  .vip_b {
    width: 20%;
  }

  .saque_title_span {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.12rem;
  }

  .yuebao_head {
    width: 100%;
    font-size: .2rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    border: 1px solid #6873BF;
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .yuebao_head_c {
    margin-right: 1rem;
  }

  .yuebao_head_c p {
    margin-bottom: 0.1rem;
    color: #ffffff;
  }

  .yuebao_head_c p:last-child {
    margin-bottom: 0;
  }

  .yuebao_head_c p span:first-child {
    display: inline-block;
    min-width: .8rem;
    margin-right: 0.1rem;
  }

  .yuebao_head_c p span:last-child {
    color: #ffffff;
  }

  .yuebao_head_c button {
    font-size: .16rem;
    border-radius: .1rem;
    margin-bottom: .2rem;
    height: 0.4rem;
    width: 1rem;
    background: #999;
    color: #ffffff;
    margin-right: 0.2rem;
    cursor: no-drop;
  }

  .yuebao_head_c button:last-child {
    margin-bottom: 0;
  }

  .yuebao_head_c button:first-child {
    cursor: pointer;
    background: #ffaa09;
  }

  #yuebao .saque_nav {
    padding-left: 0;
  }

  #yuebao .saque_nav .saque_nav_item {
    max-width: none;
  }

  #yuebao .table_head p {
    width: 34%;
  }

  .juros_title {
    width: 100%;
    line-height: .24rem;
    padding-bottom: 0.1rem;
    color: #fff;
    font-size: .18rem;
  }

  .juros_text {
    width: 100%;
    line-height: .275rem;
    font-size: .18rem;
    color: #ffffff;
  }

  .yuebao_head2 {
    display: block;
    padding: 0.3rem;
    margin-top: 0.2rem;
  }

  #promoteBtn {
    width: 1.9rem;
    height: 0.6rem;
  }

  #promoteBtn p {
    min-width: 70%;
    padding-left: 0.05rem;
    line-height: 0.6rem;
    left: 0;
    top: 0;
    text-align: center;
  }

  .saque_title_btn {
    position: absolute;
    right: 0.1rem;
  }

  .saque_title_btn button {
    border-radius: 0.1rem;
    font-size: .16rem;
    height: 0.4rem;
    width: 1rem;
    color: #ffffff;
    background: #999;
    margin-left: 0.2rem;
    cursor: no-drop;
  }

  .saque_title_btn button:last-child {
    width: 1.3rem;
    background: #F7A849;
    cursor: pointer;
  }

  .promote_head {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.2rem;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: rgb(0 0 0 / 6%) 0px 0.03rem 0.09rem 0px;
    position: relative;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
  }

  .promote_head_wen {
    display: flex;
    align-items: flex-start;
    align-self: start;
    flex-shrink: 0;
  }

  .promote_head_wen img:first-child {
    width: 0.8rem;
  }

  .promote_head_wen img:last-child {
    width: 0.24rem;
    margin-top: 0.1rem;
  }

  .promote_head_text {
    width: 36%;
    padding: 0.2rem;
  }

  .promote_head_text p {
    color: #ffffff;
    margin-bottom: 0.05rem;
  }

  .promote_head_text p span {
    color: #fff;
    margin-left: 0.1rem;
  }

  .promote_con {
    width: 100%;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }

  .promote_left {
    width: 1.3rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }

  .promote_left p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.2rem;
    width: 1.3rem;
    height: 0.6rem;
    color: #ffffff;
    background: url(../images/icon76.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    overflow: hidden;
    padding: 0 0.1rem;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: pre-line;
    cursor: pointer;
  }

  .promote_left p:hover {
    color: #F7A849;
  }

  .promote_left .promote_leftS {
    background-image: url(../images/icon77.png);
    color: #fff !important;
  }

  .promote_right {
    width: 100%;
    overflow: hidden;
  }

  .promote_item {
    width: 100%;
    overflow: hidden;
  }

  .promote_item_box {
    width: 100%;
    background: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 6%);
    overflow: hidden;
    margin-bottom: 0.2rem;
  }

  .promote_item_head {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.6rem;
    border-bottom: 1px solid #6873BF;
    padding: 0 0.2rem;
  }

  .promote_item_head p {
    font-size: .22rem;
    color: #fff;
  }

  .link {
    width: 100%;
    padding: 0.2rem;
    display: flex;
    align-items: center;
  }

  .link_qr {
    background: #fff;
    border: 0.01rem solid #6873BF;
    border-radius: 0.14rem;
    min-height: 1.9rem;
    width: 1.5rem;
    overflow: hidden;
    margin-right: 0.2rem;
    flex-shrink: 0;
  }

  .link_qr img {
    height: 1.3rem;
    margin: 0.1rem;
    width: 1.3rem;
  }

  .link_qr p {
    width: 100%;
    text-align: center;
    background: #005fa5;
    font-size: 0.2rem;
    color: #ffffff;
    padding-bottom: 0.05rem;
  }
  .promote-type1-ul{
    margin-top: 10px;
  }
  .promote-type1-li:first-child{
    background-color: rgb(26, 69, 177);
    border-radius: 3px;
  }
  .promote-type1-li>div{
    text-indent: 10px;
    white-space: nowrap;
  }
  .promote-type1-li-right{
    color: #fff !important;
  }

  .link_con {
    width: 100%;
    overflow: hidden;
  }

  .link_title {
    color: #ffffff;
    font-size: .2rem;
    height: 0.29rem;
    margin-bottom: 0.1rem;
  }

  .link_a {
    width: 100%;
    display: flex;
    align-items: center;
    border: 0.01rem solid #6873BF;
    border-radius: 0.1rem;
    height: 0.5rem;
    overflow: hidden;
    padding: 4px 11px;
  }

  .link_a p {
    color: #ffffff;
    font-size: .2rem;
  }

  .link_a img {
    width: 0.2rem;
    margin-left: auto;
  }

  .link_icon {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.06rem;
    padding-top: 0.2rem;
  }

  .link_icon div {
    min-width: 0.75rem;
    margin-right: 0.3rem;
  }

  .link_icon div img {
    width: 0.48rem;
    height: 0.48rem;
    display: block;
    margin: 0 auto;
  }

  .link_icon div p {
    display: inline-block;
    font-size: .16rem;
    line-height: 1.15;
    max-width: 0.9rem;
    overflow: hidden;
    padding-top: 0.1rem;
    text-align: center;
    text-overflow: ellipsis;
    color: #ffffff;
  }

  .promote_item_head span {
    color: #F7A849;
    margin-left: auto;
    font-size: 0.18rem;
  }

  .promote_item_row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: .4rem;
    border-bottom: 1px solid #6873BF;
  }

  .promote_item_row:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .promote_item_cell {
    width: 34%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0.15rem 0.2rem;
    position: relative;
  }

  .promote_item_cell span:first-child {
    color: #ffffff;
    font-size: .2rem;
    max-width: 1.5rem;
  }

  .promote_item_cell span:last-child {
    color: #ffaa09;
    font-size: .2rem;
    margin-left: auto;
  }

  .promote_item_cell::after {
    border-right: 0.01rem solid #ffffff;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .promote_item_cell:last-child::after {
    display: none;
  }

  .promote_item_box2 {
    margin-top: 0.4rem;
  }

  .promote_item_box2 .promote_item_cell span:last-child {
    color: #ffffff;
  }

  .promote_item2 {
    background-color: #0A0C39;
    border-radius: 0.1rem;
  }

  .dropdown-menu {
    display: none;
  }

  .taxa_con_head {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.7rem;
    background: #0A0C39;
    color: #fff;
    border-radius: .06rem;
  }

  .taxa_con_head div {
    width: 40%;
    text-align: center;
  }

  .taxa_con_head div:first-child {
    width: 20%;
  }

  .promote_item2 .saque_nav {
    padding: 0.06rem 0.2rem 0;
  }

  .promote_item2 .saque_list {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem;
  }

  .taxa_con_list {
    width: 100%;
    overflow: hidden;
    min-height: 4rem;
  }

  .taxa_con_item {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
  }

  .taxa_con_item p {
    width: 40%;
    text-align: center;
    color: #ffffff;
    font-size: 0.2rem;
  }

  .taxa_con_item p:first-child {
    width: 20%;
  }

  .taxa_con_item p span {
    color: #ffaa09;
  }

  .taxa_con_list .taxa_con_item:nth-child(even) {
    background: #0A0C39;
    border-radius: .06rem;
  }

  .taxa_con_text {
    padding-top: 0.2rem;
    color: #ffffff;
    font-size: .18rem;
    line-height: 1.56;
    margin-top: 0.21rem;
    max-width: 7.7rem;
  }

  .form2 {
    width: 6rem;
    margin: 0.3rem auto;
    min-height: 6rem;
  }

  .form2 button {
    display: block;
    margin: 0.1rem auto;
    font-size: .2rem;
    height: 0.55rem;
    background: #F7A849;
    cursor: pointer;
    border-radius: 0.1rem;
    padding: 0 0.1rem;
    width: 1.8rem;
    color: #ffffff;
  }

  .user_menu {
    display: none;
    border: 0.01rem solid #6873BF;
    margin-top: -0.045rem;
    max-width: 2.18rem !important;
    padding: 0.05rem 0;
    width: 2.18rem;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    position: absolute;
    padding: 0.1rem 0;
    top: 0.7rem;
    left: 0;
  }

  .user_menu_cell {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 0.55rem;
    padding: 0 0.15rem;
  }

  .user_menu_cell:hover{
    background: #0A0C39;
  }

  .user_menu_cell img {
    width: 0.22rem;
    margin-right: 0.1rem;
    flex-shrink: 0;
  }

  .user_menu_cell p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    font-size: 0.16rem;
  }

  .user_menu_cell2 {
    border-bottom: 1px solid #6873BF;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }

  #rela .saque_nav_item {
    max-width: none;
  }

  .table2 .table_head p {
    width: 25%;
  }

  .table_total {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem;
  }

  .table_total p {
    margin-right: 0.6rem;
    color: #ffffff;
    font-size: 0.18rem;
  }

  .table3 .table_head p {
    width: 15%;
  }

  .table3 .table_head .Apostas {
    width: 10%;
  }

  .table3 .table_head .Nota {
    width: 25%;
  }

  .table_head p {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table_head p img {
    display: block;
    width: 0.12rem;
    margin: 0.002rem 0;
    margin-left: 0.1rem;
  }

  .table_head p img:nth-child(2),
  .table_head p img:nth-child(4) {
    display: none;
  }

  .table_head p .sort img:first-child {
    display: none;
  }

  .table_head p .sort img:nth-child(2) {
    display: block;
  }

  .table_head p .sort2 img:nth-child(3) {
    display: none;
  }

  .table_head p .sort2 img:nth-child(4) {
    display: block;
  }

  .user2 {
    margin-bottom: 0.4rem;
    margin-top: 0.1rem;
  }

  .user2 .user_img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.4rem;
  }

  .user2 .user_img p span {
    transform: scale(1);
  }

  .user2 .user_img p {
    min-width: 0.45rem;
    height: 0.18rem;
    padding: 0 0.04rem 0 0.075rem;
  }

  .user2 .user_img p img {
    width: 0.45rem;
  }

  .user2 .user_info p:first-child {
    color: #F7A849;
  }

  .input_box3 {
    background: #0A0C39;
  }

  .user_prompt {
    width: 100%;
    color: #ffffff;
    font-size: .18rem;
    margin-bottom: 0.12rem;
    margin-top: 0.4rem;
  }

  .user_flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .saque_no_list2 {
    top: auto;
    bottom: 0.55rem;
  }

  .saque_no_list2 .saque_no_con {
    height: 0.5rem;
  }

  .user_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .user_btn button {
    border: thin solid #F7A849;
    background: none;
    border-radius: 0.1rem;
    color: #F7A849;
    font-size: .2rem;
    height: 0.55rem;
    line-height: .55rem;
    margin-right: 0.2rem;
    text-align: center;
    width: 1.8rem;
  }

  .user_btn button:nth-child(2) {
    background: #F7A849;
    color: #fff;
  }

  .left_cell2 .saque_no_list {
    top: 0;
    left: 107%;
    z-index: 999;
  }

  .left_cell2 .saque_no_list .saque_no_con {
    height: 0.5rem;
  }

  .left_cell3 img:nth-child(3) {
    transform: rotate(-90deg);
  }

  .con_rigth_bottom {
    width: 100%;
    min-width: 12rem;
    background: #0A0C39;
    padding-bottom: 0.2rem;
    overflow: hidden;
    margin-top: 0.5rem;
  }

  .con_rigth_bottom_con {
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
  }

  .con_rigth_bottom_con_c {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    padding: 0.1rem 0.67rem 0 0.4rem;
    border-bottom: 0.01rem solid #6873BF;
  }

  .con_rigth_bottom_con_c ul {
    margin-right: 0.2rem;
    width: 2.07rem;
  }

  .con_rigth_bottom_con_c ul li {
    width: 100%;
    cursor: pointer;
    display: block;
    font-size: .2rem;
    line-height: .29rem;
    margin-bottom: 0.1rem;
    color: #ffffff;
  }

  .con_rigth_bottom_con_c ul li:first-child {
    color: #ffffff;
  }

  .con_rigth_bottom_con_c ul li:hover {
    color: #F7A849;
  }

  .con_rigth_bottom_con_c_c {
    width: 5rem;
    margin-left: auto;
  }

  .con_rigth_bottom_con_c_c div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .con_rigth_bottom_con_c_c div img {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.2rem 0.2rem 0;
    cursor: pointer;
  }

  .con_rigth_bottom_con_c_c p {
    width: 100%;
    font-size: .16rem;
    color: #ffffff;
    line-height: 1.6;
  }

  .con_rigth_bottom_con_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
    flex-wrap: wrap;
  }

  .con_rigth_bottom_con_img img {
    height: 0.36rem;
    margin: 0 0.1rem;
    width: 1rem;
  }

  .con_rigth_bottom_con_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
  }

  .con_rigth_bottom_con_text p {
    max-width: 6rem;
    padding: 0 0.32rem;
    border-right: 0.01rem solid #6873BF;
    color: #ffffff;
    font-size: .16rem;
  }

  .con_rigth_bottom_con_text p:last-child {
    border-right: none;
  }

  #event,
  #cashback {
    display: flex;
    align-items: flex-start;
  }

  #event .award_left ul li,
  #cashback .award_left ul li {
    width: 1.3rem;
    display: flex;
    align-items: center;
    height: 0.6rem;
    padding: 0 0.05rem;
    border-radius: 0.1rem;
  }

  #event .award_left ul li p,
  #cashback .award_left ul li {
    font-size: 0.18rem;
  }

  .event_list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0.2rem;
  }

  .event_list div {
    width: 4.95rem;
    height: 2.35rem;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: rgb(0 0 0 / 6%) 0px 0.03rem 0.06rem 0px;
    margin-right: 0.17rem;
    margin-bottom: 0.2rem;
    padding: 0.1rem 0.1rem 0px;
    position: relative;
  }

  .event_list div img {
    width: 100%;
    height: 2.15rem;
  }

  .cashback_total {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .cashback_total p {
    color: #ffffff;
    display: flex;
    font-size: 0.18rem;
    padding-right: 0.4rem;
    padding-left: 0.1rem;
  }

  .cashback_total p span {
    color: #ffffff;
    margin-left: 0.04rem;
  }

  .award_right .table_head .Taxade {
    width: 20%;
  }

  .table_boy {
    width: 100%;
  }

  .table_boy_td {
    width: 100%;
    display: flex;
    align-items: center;
    height: .5rem;
    border-radius: 0.1rem;
  }

  .table_boy_td div {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table_boy_td div img {
    width: 0.4rem;
    color: #ffffff;
  }

  .table_boy_td div p {
    color: #ffffff;
    font-size: 0.16rem;
    padding-left: 0.1rem;
  }

  .table_boy_td:nth-child(even) {
    background: #0A0C39;
  }

  .table_boy_td div:nth-child(5) p {
    color: #ffaa09;
  }

  .table_boy_td div:nth-child(6) p {
    color: #F7A849;
  }

  .search {
    width: 100%;
    align-items: center;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    display: flex;
    box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 6%);
    height: 0.9rem;
    padding: 0.2rem;
    width: 100%;
  }

  .search button {
    font-size: .18rem;
    height: 0.5rem;
    margin-left: 0.2rem;
    width: 1.2rem;
    background: #F7A849;
    color: #fff;
    flex-shrink: 0;
    border-radius: 0.1rem;
  }

  .search .input_box {
    margin-bottom: 0;
    border-radius: 0.3rem;
  }

  .subgame_con {
    width: 100%;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin-top: 0.2rem;
  }

  #subgame .award_left ul li img {
    width: 0.42rem;
    margin: 0.01rem auto;
  }

  #subgame .award_left ul li p {
    font-size: 0.18rem;
  }

  .search_type {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .search_type button {
    width: 1rem;
    background-color: #0A0C39;
    border: 0.01rem solid #6873BF;
    border-radius: 0.1rem;
    margin-left: 0.2rem;
    height: 0.4rem;
    color: #ffffff;
    font-size: 0.14rem;
  }

  .search_type button:hover {
    border-color: #F7A849;
    color: #F7A849;
  }

  .search_type .search_typeS {
    background: #F7A849;
    color: #ffffff;
  }

  .con_box_list4 {
    padding: 0.2rem;
  }

  .con_box_list4 .con_box_item {
    width: 20%;
  }

  #notice .saque_nav_item {
    max-width: none;
  }

  .suporte {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem;
  }

  .suporte img {
    width: 0.74rem;
    height: 0.74rem;
    flex-shrink: 0;
    margin-right: .2rem;
  }

  .suporte div {
    width: 100%;
  }

  .suporte div p:first-child {
    font-size: .20rem;
    color: #fff;
  }

  .suporte div p:nth-child(2) {
    font-size: .16rem;
    margin-top: 0.05rem;
    color: #ffffff;
  }

  .suporte button {
    border: thin solid #F7A849;
    font-size: .16rem;
    height: 0.4rem;
    margin-left: 0.5rem;
    padding: 0 .18rem;
    width: 1.2rem;
    color: #F7A849;
    background: none;
    border-radius: 0.1rem;
  }

  .notice_con {
    width: 100%;
    padding: 0.2rem;
  }

  .notice_con_list {
    background-color: #0A0C39;
    border-radius: 0.1rem;
    min-height: 6.42rem;
    overflow: hidden;
    padding: 0.2rem;
    overflow: hidden;
  }

  .notice_con_item {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 6%);
    height: 1rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    position: relative;
    padding: .2rem .2rem .2rem .26rem;
    cursor: pointer;
  }

  .notice_con_item img:first-child {
    width: 0.46rem;
    margin-right: 0.16rem;
    flex-shrink: 0;
  }

  .notice_con_item div {
    margin-right: 0.5rem;
  }

  .notice_con_item div p:first-child {
    font-size: 0.18rem;
    color: #ffffff;
  }

  .notice_con_item div p:nth-child(2) {
    font-size: 0.18rem;
    color: #ffffff;
    margin-top: 0.08rem;
  }

  .notice_con_item>p {
    margin-left: auto;
    margin-right: 0.2rem;
    color: #ffffff;
    font-size: 0.18rem;
    flex-shrink: 0;
  }

  .notice_con_item img:last-child {
    width: 0.2rem;
    flex-shrink: 0;
  }

  .notice_con_btn {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    justify-content: center;
  }

  .notice_con_btn button {
    display: flex;
    border: 0.01rem solid #6873BF;
    color: #ffffff;
    cursor: not-allowed;
    font-size: .16rem;
    height: 0.4rem;
    justify-content: center;
    line-height: .18rem;
    text-align: center;
    white-space: pre-wrap;
    width: 1rem;
    border-radius: 0.1rem;
    background: none;
  }

  .notice_con_btn button:nth-child(2) {
    margin-left: 0.2rem;
  }

  .notice_no {
    width: 100%;
    margin: 3rem 0;
  }

  .notice_no img {
    display: block;
    width: 2.1rem;
    margin: 0 auto 8px;
  }

  .notice_no p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.22rem;
  }

  .notice_con_item2 img:first-child {
    width: 0.4rem;
  }

  .notice_con_item2>p {
    width: 100%;
    color: #606266;
    overflow: hidden;
    flex-shrink: 1;
    white-space: nowrap;
  }

  .notice_con_item2>p span {
    color: #993300;
  }

  .notice_btn {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem;
  }

  .notice_btn button {
    font-size: .18rem;
    height: 0.4rem;
    justify-content: center;
    margin-right: 0.2rem;
    min-width: 1.2rem;
    border-radius: 0.25rem;
    background: none;
    border: 1px solid #6873BF;
    color: #ffffff;
  }

  .notice_btn .notice_btnS {
    border-color: #F7A849;
    background: #F7A849 !important;
    color: #fff;
  }

  .submit {
    width: 100%;
    padding: 0 0.2rem;
    overflow: hidden;
  }

  .submit_item {
    width: 100%;
    overflow: hidden;
  }

  .submit_item_title {
    width: 100%;
    font-size: .18rem;
    margin-bottom: 0.16rem;
    color: #fff;
  }

  .submit_item_title span {
    color: #ffffff;
    margin-left: 0.05rem;
  }

  .submit_item_text {
    width: 100%;
    background: none;
    border: 0.01rem solid #6873BF;
    border-radius: 0.1rem;
    color: #ffff;
    font-size: .18rem;
    margin-bottom: 0.4rem;
    padding: 0.2rem 0.2rem 0.3rem;
  }

  .submit_item_text::placeholder {
    color: #ffffff;
  }

  .photo {
    border: 0.01rem solid #6873BF;
    height: 1.25rem;
    position: relative;
    width: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .photo_icon {
    width: 0.5rem;
  }

  .photo_file img {
    width: 100%;
    height: 100%;
  }

  .photo_btn p {
    font-size: .16rem;
    padding: 0.02rem 0;
    margin-top: 0.15rem;
    line-height: 1.2;
    position: relative;
    text-align: center;
    width: 100px;
    border-radius: 0.1rem;
    background: #F7A849;
    color: #ffff;
    cursor: pointer;
  }

  .submit_item_p {
    color: #ffffff;
    display: block;
    font-size: .16rem;
    line-height: 1.63;
    margin-top: 0.15rem;
  }

  .submit_item_btn {
    font-size: .2rem;
    height: 0.55rem;
    width: 1.8rem;
    border-radius: 0.1rem;
    background: #F7A849;
    color: #ffff;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .mobile_head_title {
    width: 100%;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    padding-right: 0.5rem;
  }

  .mobile_head_title span {
    display: block;
    color: #ffffff;
    font-size: 0.2rem;
  }

  .mobile_subgame .subgame_con {
    padding: 0 0.2rem;
  }

  .mobile_subgame .award_right {
    background: none;
    padding-top: 0;
  }

  .mobile_subgame .search {
    background: none;
  }

  .mobile_subgame .award_left {
    width: 1.5rem;
    margin-right: 0;
  }

  .mobile_subgame .award_left ul li {
    height: 1.05rem;
  }

  .mobile_subgame .search_type button {
    height: 0.5rem;
    width: 1.2rem;
  }

  .mobile_subgame .con_box_list4 .con_box_item {
    width: 33.333%;
  }

  .mobile_subgame .con_box_item>div {
    height: 2.12rem;
    width: 1.6rem;
  }

  .mobile .con_rigth_bottom {
    min-width: auto;
    padding: 0 0.2rem;
  }

  .mobile .con_rigth_bottom_con_img {
    padding: 0 0.4rem;
  }

  .mobile .con_rigth_bottom_con_img img {
    margin: 0.3rem 0 0.4rem;
  }

  .mobile .con_rigth_bottom_con_c {
    flex-wrap: wrap;
  }

  .mobile .con_rigth_bottom_con_c ul {
    width: 33%;
    margin-right: 0;
  }

  .mobile .con_rigth_bottom_con_c_c {
    width: 100%;
    padding-top: 0.4rem;
    border-top: 1px solid #6873BF;
  }

  .mobile .con_rigth_bottom_con_c_c p {
    text-align: center;
  }

  .mobile .con_rigth_bottom_con_c_c img {
    width: 0.7rem;
    height: 0.7rem;
  }

  .mobile .con_rigth_bottom {
    margin-top: 0;
  }

  .mobile_withdraw_head2 {
    height: 0.9rem;
    padding: 0 0.6rem;
    border-bottom: 1px solid #6873BF;
  }

  .mobile_withdraw_con2 {
    margin-top: 0.9rem;
    height: calc(100vh - 2.14rem);
    overflow: hidden;
  }

  .mobile_withdraw_con2 #event,
  .mobile_withdraw_con2 #cashback,
  .mobile_withdraw_con2 #award {
    padding: 0 0.2rem;
    height: 100%;
  }

  .mobile_withdraw_con2 #cashback {
    height: calc(100% - 0.7rem);
  }

  .mobile_withdraw_con2 .mobile_withdraw_item {
    height: 100%;
    overflow: hidden;
  }

  .mobile_withdraw_con2 .award_left ul li {
    width: 1.5rem !important;
    height: 1rem !important;
    flex-direction: column;
  }

  .mobile_withdraw_con2 .award_left {
    width: 1.5rem;
    padding-top: 0.2rem;
    overflow-y: auto;
    height: 100%;
  }

  .mobile_withdraw_con2 .award_left ul li img {
    width: 0.4rem;
    margin-top: 0.1rem;
    margin-bottom: 0.03rem;
  }

  .mobile_withdraw_con2 .event_list {
    height: 100%;
    overflow-y: auto;
    padding: 0;
    padding-top: 0.2rem;
  }

  .mobile_withdraw_con2 .event_list div {
    width: 100%;
  }

  .mobile_withdraw_con2 .award_left_p {
    width: 1.1rem;
    line-height: 0.23rem;
    padding: 0.01rem 0;
  }

  .mobile_withdraw_con2 .cashback_total {
    background: #0A0C39;
    padding: 0 0.2rem;
    height: 0.7rem;
    margin-bottom: 0;
  }

  .mobile_withdraw_con2 .award_right {
    height: 100%;
    overflow-y: auto;
    background: none;
    padding-top: 0.2rem;
  }

  .apostas {
    width: 100%;
    display: flex;
    font-size: .18rem;
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    min-height: 1.1rem;
    padding: 0.2rem;
    background-color: #0A0C39;
    border-radius: 0.12rem;
    box-shadow: 0 0.05rem 0.18rem 0 rgb(0 0 0 / 6%);
  }

  .apostas_img {
    width: 0.5rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }

  .apostas_img img {
    width: 0.5rem;
    display: block;
    margin: 0 auto;
  }

  .apostas_img p {
    text-align: center;
  }

  .apostas_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
  }

  .apostas_info p {
    width: 45%;
  }

  .apostas_info p:first-child,
  .apostas_info p:nth-child(3) {
    width: 50%;
  }

  .apostas_info p:first-child,
  .apostas_info p:nth-child(2) {
    margin-bottom: 0.14rem;
  }

  .apostas_info p span {
    color: #ffffff;
  }

  .apostas_info p:nth-child(3) span {
    color: #ffaa09;
  }

  .apostas>img {
    width: 0.3rem;
    flex-shrink: 0;
  }

  .mobile .yuebao_head {
    background: #0A0C39;
    border: none;
    display: block;
    margin-bottom: 0;
  }

  .mobile .yuebao_head_c {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
  }

  .mobile .yuebao_head_c p {
    width: 50%;
  }

  .mobile .yuebao_head_c button {
    width: 1.2rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
  }

  .mobile #yuebao .saque_nav {
    background-color: #0A0C39;
    padding: 0 0.3rem;
  }

  .mobile .saque_nav .saque_nav_item {
    margin-right: 0.3rem;
    flex-shrink: 0;
    font-size: 16px;
    height: .9rem;
    line-height: .3rem;
    min-width: 75px;
    padding: 0 .3rem;
  }

  .mobile .saque_no_con,
  .mobile #yuebao .table_head {
    background: #0A0C39;
  }

  .mobile #vip,
  .mobile #promote {
    padding: 0.2rem;
  }

  .mobile .vip_head {
    padding: 0.2rem;
  }

  .mobile .award_left_p {
    width: 1.25rem;
    padding: 0.1rem 0;
    line-height: 0.26rem;
  }

  .mobile .saque_con {
    background: none;
  }

  .mobile #vip .saque_nav {
    padding-left: 0;
  }

  .mobile .saque_nav {
    overflow-x: auto;
  }

  .mobile .saque_nav::-webkit-scrollbar {
    display: none;
  }

  .mobile #vip .saque_item {
    padding: 0.2rem 0;
  }

  .mobile .promote_head {
    margin-top: 0;
  }

  .mobile .promote_head_text {
    width: 100%;
  }

  .mobile .promote_head_text:last-child {
    width: auto;
    flex-shrink: 0;
    text-align: right;
  }

  .mobile .promote_left {
    width: 1.5rem;
  }

  .mobile .promote_left p {
    width: 1.5rem;
    height: 0.7rem;
  }

  .mobile .link_a {
    height: 1.48rem;
    align-items: flex-start;
    padding: 0.2rem;
  }

  .mobile .link_a img {
    width: 0.25rem;
  }

  .mobile .link {
    align-items: flex-start;
  }

  .mobile .link_title {
    margin-bottom: .2rem;
  }

  .mobile .link_qr p {
    line-height: 1;
  }

  .mobile .link_icon {
    padding: 0 0.2rem;
    margin-bottom: 0.5rem;
  }

  .mobile .link_icon img {
    width: 0.7rem;
    height: 0.7rem;
  }

  .mobile .promote_item_row {
    flex-wrap: wrap;
  }

  .mobile .promote_item_head {
    height: 0.8rem;
  }

  .mobile .promote_item_row .promote_item_cell {
    width: 100%;
    padding: 0.2rem;
    border-bottom: 1px solid #6873BF;
  }

  .mobile .promote_item_row {
    margin-bottom: 0;
  }

  .mobile .promote_item_row .promote_item_cell::after {
    display: none;
  }

  .mobile .promote_item_cell span:first-child {
    max-width: 2.8rem;
  }

  .mobile .retiradas_title {
    padding-top: 0;
  }

  .mobile #daterange-btn {
    background: #0A0C39;
  }

  .mobile .taxa_con_head {
    background: #0A0C39;
    margin-top: 0.2rem;
  }

  .mobile .taxa_con_item {
    height: 0.7rem;
  }

  .mobile .taxa_con_item:nth-child(even) {
    background: #0A0C39;
  }

  .mobile #promoteBtn {
    width: 100%;
  }

  .mobile .saque_list {
    margin-top: 0.2rem;
  }

  .mobile .table_total {
    position: fixed;
    bottom: 0;
    background: #0A0C39;
    border-top: 1px solid #6873BF;
    flex-wrap: wrap;
  }

  .mobile .table_total p {
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .rela_item {
    width: 100%;
    border-radius: 0.1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
  }

  .rela_item p {
    color: #ffffff;
    font-size: 0.2rem;
  }

  .rela_item p span {
    display: block;
  }

  .rela_item p:nth-child(2) span:first-child {
    color: #fff;
  }

  .rela_item p:nth-child(2) {
    text-align: right;
  }

  .rela_item:nth-child(odd) {
    background: #0A0C39;
  }

  .mobile .saque_nav {
    background: #0A0C39;
  }

  .mobile .saque_item {
    padding: 0 0.2rem;
  }

  .suporte_item {
    width: 100%;
    border-radius: 0.1rem;
    background: #0A0C39;
    overflow: hidden;
  }

  .mobile .suporte {
    align-items: flex-start;
  }

  .mobile .suporte img {
    width: 0.82rem;
    height: 0.82rem;
  }

  .suporte_item button {
    width: 1.2rem;
    font-size: .2rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    color: #F7A849;
    border: 1px solid #F7A849;
    background: none;
    word-break: break-all;
    padding: 0 0.15rem;
    line-height: 1;
    margin-bottom: 0.24rem;
    float: right;
    margin-right: 0.2rem;
  }

  .mobile .notice_con {
    padding: 0;
  }

  .mobile .notice_con_list {
    padding: 0;
  }

  .mobile .notice_btn button {
    background: #0A0C39;
    height: 0.5rem;
  }

  .mobile .submit_item_text,
  .mobile .photo {
    background: #0A0C39;
  }

  .submit_item_btn2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.2rem 0.2rem 0.4rem;
    background: #0A0C39;
  }

  .submit_item_btn2 button {
    width: 100%;
    font-size: .24rem;
    height: 0.7rem;
    color: #fff;
    background: #F7A849;
    border-radius: 0.1rem;
  }

  .mobile .notice_btn {
    padding-top: 0;
  }

  .wode_head {
    width: 100%;
    background: linear-gradient(to bottom, #F7A849, #06b1d2);
    overflow: hidden;
  }

  .wode_head_info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }

  .wode_head .user_img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
  }

  .wode_head .user_img p span {
    transform: scale(1);
  }

  .wode_head .user_img p {
    max-width: 0.66rem;
    min-width: 0.5rem;
    height: 0.24rem;
    padding: 0px 0.035rem;
  }

  .wode_head .user_img p img {
    width: 0.368rem;
  }

  .wode_head_c {
    width: 100%;
    overflow: hidden;
  }

  .wode_head_id {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .wode_head_id span {
    font-size: 0.4rem;
    color: #fff;
    margin-right: 0.1rem;
  }

  .wode_head_id img {
    width: 0.25rem;
  }

  .wode_head_name {
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.1rem;
  }

  .wode_head_mo {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
  }

  .wode_head_mo img:first-child {
    width: 0.5rem;
  }

  .wode_head_mo p {
    line-height: 1.1;
    font-size: 25.0222px;
    padding: 0 0.15rem;
    color: #ffffff;
    border-left: 1px solid #fff;
    margin-left: 0.15rem;
  }

  .wode_head_mo img:last-child {
    width: 0.5rem;
  }

  .message {
    flex-shrink: 0;
    position: relative;
    top: -0.2rem;
  }

  .message img:first-child {
    display: block;
    width: 0.43rem;
    margin: 0 auto;
  }

  .message p {
    font-size: 0.2rem;
    color: #ffff;
    text-align: center;
    margin-top: 0.1rem;
  }

  .message img:last-child {
    width: 0.4rem;
    float: right;
    margin-top: 0.1rem;
  }

  .wode_head_list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 0.4rem;
  }

  .wode_head_list div {
    width: 33.33%;
    position: relative;
  }

  .wode_head_list div:not(:last-child):after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0.65rem;
    background: #fff;
    content: "";
  }

  .wode_head_list div img {
    display: block;
    height: 0.55rem;
    margin: 0 auto;
  }

  .wode_head_list div p {
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
  }

  .wode_con {
    width: 100%;
    padding: 0.2rem;
    overflow: hidden;
  }

  .wode_box {
    width: 100%;
    background-color: #0A0C39;
    border-radius: 0.14rem;
    box-shadow: rgb(0 0 0 / 6%) 0px 0.03rem 0.1rem 0px;
    padding: 0.25rem 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
  }

  .wode_info {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .wode_info_c {
    width: 100%;
    overflow: hidden;
  }

  .wode_info_c>p {
    width: 100%;
    overflow: hidden;
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
    color: #ffffff;
  }

  .wode_info_p {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .wode_info_p>p {
    width: 1.5rem;
    font-size: 0.17rem;
    flex-shrink: 0;
    color: #ffffff;
  }

  .wode_info>img {
    width: 0.3rem;
    flex-shrink: 0;
    margin-left: 0.1rem;
  }

  .wode_info .vip_icon {
    width: 0.9rem;
  }

  .wode_head_list2 {
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .wode_head_list2 div::after {
    display: none;
  }

  .wode_head_list2 div p {
    margin-top: 0.05rem;
  }

  .wode_item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 1rem;
    border-bottom: 1px solid #6873BF;
  }

  .wode_item img:first-child {
    width: 0.38rem;
    flex-shrink: 0;
  }

  .wode_item p {
    width: 100%;
    font-size: 0.3rem;
    margin-left: 0.25rem;
    color: #fff;
  }

  .wode_item img:last-child {
    width: 0.25rem;
    flex-shrink: 0;
    margin-left: 0.1rem;
  }

  .wode_item span {
    flex-shrink: 0;
    font-size: 0.22rem;
    margin-left: 0.1rem;
  }

  .wode_item:last-child {
    border-bottom: none;
  }

  .mobile .saque_no_con {
    height: 0.65rem;
  }

  .mobile .user3{
    display: flex;
  }

  .mobile .user3 .user_img{
    zoom: 1.3;
  }

  .mobile .user_btn{
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0;
    background: #0A0C39;
    height: 1.3rem;
    padding: 0 0.2rem;
  }

  .mobile .user_btn button{
    width: 3.45rem;
  }
     .index_gg {
    width: 100%;
    height: 3.2rem;
    color: #FFFF6B;
    /*background: url(../images/jackpot-bg.png) no-repeat center;*/
    border-radius: 0.1rem;
    overflow: hidden;
    /*padding: 0 0.2rem;*/
    /*background-size:100% auto;*/
    position: relative;
  }

  .index_gg_img{
      display: block;
      width: 100%;
      position: relative;
  }

  .index_count{
      color: #ff0000;
      position: absolute;
      width: 62.29%;
      height: 39.63% !important;
      /* line-height: 39.63%;*/
      left: 18.85%;
      bottom: 18.751% !important;
      text-align: center;
      font-size: 0.8rem !important;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      letter-spacing: 1.2px;
      display: flex;
      align-items: center;
      justify-content: center;

  }
  .mobile .index_count{
    font-size: 20px !important;
    color: #0A0C39;
    bottom: 16.751% !important;
  }

  .index_ggxx {
     color: #ffffff;
    padding: 15 5rem;
    width: 100%;
    display: flex;
    font-size: 20px;
    align-items: center;

  }

  .index_cont {
    width: 100%;
    background-color: #0A0C39;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
    overflow: hidden;
    padding: 0 0.2rem;
  }
  .audio-js-plugin{
    position: fixed;
    left: -10000px;
    opacity: 0;
  }


.audio-player .audio__btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: scale(0.9);
}

.audio-player .audio__play-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden
}

.audio-player .audio__play-volume-icon-wrap {
  position: relative;
  width: .7rem;
  height: .5rem;
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  margin-left: .1rem;
  display: none;
}

.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap {
  position: absolute;
  width: .37333rem;
  height: 1.33333rem;
  bottom: .56rem;
  left: 0;
  background-color: #ddd;
  border-radius: .26667rem
}

.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap .audio__play-volume {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .26667rem
}

.audio-player .audio__play-rate {
  position: relative;
  height: .56rem;
  line-height: .56rem;
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  font-size: .37333rem;
  margin-right: .42667rem
}

.audio-player .audio__play-rate__dropdown {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .05333rem;
  color: #fff;
  border-radius: .4rem;
  font-size: .32rem;
  overflow: hidden
}

.audio-player .audio__play-prev {
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

.audio-player .audio__play-prev svg {
  display: block;
  width: .7rem;
  height: .4rem
}

.audio-player .audio__play-prev.disable {
  opacity: .5
}

.audio-player .audio__play-start {
  margin: 0 .1rem;
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
.pc .audio-player .audio__play-start {
  margin: 0rem 0rem;
}


.audio-player .audio__play-start svg {
  display: block;
  width: .4rem;
  height: .6rem;
}

.audio-player .audio__play-pause {
  display: none;
  margin: 0rem;
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
.pc .audio-player .audio__play-pause {
  margin: 0rem;
}

.audio-player .audio__play-pause svg {
  display: block;
  width: .9rem;
  height: .6rem
}

.audio-player .audio__play-loop{

  margin-left: 0.05rem;
}
.audio-player .audio__play-loop svg {
  display: block;
  width: .6rem;
  height: .4rem
}
.audio-player .audio__play-repeat{
  display: none;
  margin-left: 0.05rem;
}
.audio-player .audio__play-repeat svg {
  display: block;
  width: .6rem;
  height: .4rem
}
.audio-player .audio__play-next {
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

.audio-player .audio__play-next svg {
  display: block;
  width: .5rem;
  height: .4rem
}

.audio-player .audio__play-next.disable {
  opacity: .5
}

.audio__notice {
  position: absolute;
  bottom: -.4rem;
  color: #bdb2b2;
  border-radius: .10667rem;
  font-size: .32rem
}

.audio-player .audio__progress-wrap {
  position: relative;
  background: #ddd;
  height: .10667rem;
  border-radius: .08rem;
  margin-top: .53333rem;
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

.audio-player .audio__progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: .08rem
}

.audio-player .audio__progress-point {
  position: absolute;
  left: -.21333rem;
  top: 50%;
  width: .42667rem;
  height: .42667rem;
  border-radius: 50%;
  margin-top: -.21333rem
}

.audio-player .audio__progress-point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .16rem;
  height: .16rem;
  margin: -.08rem 0 0 -.08rem;
  background: #fff;
  border-radius: 50%
}

.audio-player .audio__time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: .18667rem
}

.audio-player .audio__current-time,.audio-player .audio__duration {
  font-size: .26667rem;
  color: #888
}

.audio-player .audio-player__audio {
  display: block;
  margin: 0 auto
}
.mp3_player {
  background: #6873BF;
  margin: 0 auto .1rem auto;
  border-radius: .2rem;
  padding: .2rem .1rem;
  box-sizing: border-box;
}
.music_name {
  text-align: center;
  color: #fff;
  font-size: 11px;
  margin-top: 3px;
}

.pc .audio-player .audio__play-start  svg{
  width: 42px;
  height: 28px;
}


.pc .audio-player .audio__play-pause svg{
  width: 42px;
}

.pc .audio-player .audio__play-prev svg{
  width: 42px;
  height: 28px;

}

.pc .audio-player .audio__play-next svg{
  width: 42px;
  height: 28px;

}


.pc .audio-player .audio__play-loop svg{
  width: 42px;
  height: 28px;

}

.pc .audio-player .audio__play-repeat svg{
  width: 42px;
  height: 28px;

}

.pc .audio-player .audio__btn-wrap{
  height: 36px;
}

@media (any-hover: hover) {
  .audio-player .audio__play-rate:hover>span,.audio-player .audio__play-rate__dropdown>div:hover,.audio__play-icon:hover {
      opacity:.7
  }
}
.nav-swiper{
  /* width: 90%; */
  /* height: 50px; */
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 20px 0;
  position: relative;
  box-sizing: border-box;
}

.nav-swiper .swiper-button-prev, .nav-swiper .swiper-button-next{
  display: block;
  width: 13px;
  height: 16px;
  margin-top: -8px;
  background-size: 12px auto;
}
.nav-swiper .swiper-button-prev{
  /* left: 20px; */
}
.nav-swiper .swiper-button-next{
  /* right: 20px; */
}
.a_nav_item{
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: column;
}
.a_nav_item>div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.a_nav_item img{
  width: 50%;
  max-width: 46px;
}
.a_nav_item p{
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  color: #F7A849;
  padding-bottom: 5px;
  margin-bottom: -2px;
  white-space: nowrap;
}
.nav-swiper .swiper-wrapper{
  /* overflow: hidden; */
}
.nav-swiper .swiper-slide-active{

}
.a_nav_item.active{
  border-bottom: 2px solid #F7A849;
}

.promote-type1-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.promote-type1-item{
  position: relative;
}

.promote-type1-item .promote-type1-pessoas-bk{
  width: 83px;
  height: 70px;
  color: #C5FFDF;
  background: url(../images/tghdhb3_s.png) no-repeat center;
  border-radius: 0.1rem;
  overflow: hidden;
  background-size:100% auto;
  position: relative;
}
.promote-type1-item .promote-type1-pessoas-light{
  width: 83px;
  height: 70px;
  color: #C5FFDF;
  background: url(../images/tghdhb3_light.png) no-repeat center;
  border-radius: 0.1rem;
  overflow: hidden;
  background-size:100% auto;
  position: relative;
}
.promote-type1-item .promote-type1-pessoas-xin{
  width: 18px;
  height: 18px;
  color: #C5FFDF;
  background: url(../images/tghdhb3_s2.png) no-repeat center;
  border-radius: 50%;
  overflow: hidden;
  background-size:100% 100%;
  position: absolute;
  left: 50%;
  bottom: 13px;
  margin-left: -9px;
  display: flex;
  justify-items: center;
  align-items: center;
  transform: scale(0.8);
}

.promote-type1-item .promote-type1-pessoas-xin img{
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
}
.promote-type1-item .promote-type1-pessoas-count-i{
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  transform: scale(0.8);
}
.promote-type1-pessoas-count{
  font-size: 11px;
  color: #6FA4EF !important;
  text-align: center;
  height: 20px;
  line-height: 20px;

}
.promote-type1-r-icon{
  width: 10px;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
  opacity: 0.8;

}
.promote-type1-list:nth-child(2n) .promote-type1-r-icon{
  transform: rotateY(180deg);
}

 .promote-type1-r-icon-90{
  position: absolute !important;
  right: 26px;
  top: 85px;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
.promote-type1-r-icon-90-l{
  position: absolute !important;
  left: 26px;
  top: 85px;
  width: 10px;
  height: 10px;
  transform: rotate(90deg) !important;
}

/*.promote-type1-list:last-child{*/
/*  flex-direction: row-reverse;*/
/*  justify-content: flex-start;*/
/*}*/

/*.promote-type1-list:last-child .promote-type1-r-icon{*/
/*  margin-left: 5px;*/
/*  margin-right: 5px;*/
/*}*/
.promote_item_box-type1_content *{
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  font-weight: lighter;
  opacity: 1;
}
.head_btn_div{
    position:relative;
    z-index:100;
}
.action-box-outer{
    display:none;

    position: absolute;
    left: 109px;
    top: -7px;
    padding-top: 6px;
    padding-left: 6px;
}
.action-box{
    width: 180px;
    z-index: 100;
    border-radius:10px;
    background:#fff;
    padding: 8px 10px 8px 12px;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
}
.action-box-item{
    display: flex;
    align-items: baseline;
    width: 100%;
    padding:10px 0;
    color:#333;

}
.action-box-item i,.action-box-item span{
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
}
.action-box-item:nth-child(1){
    border-bottom:1px solid #e7e7e7;
}
.action-box-item:nth-child(1) i{
    font-size: 20px;
}
.action-box-item-show{
}
/* .head_btn_div:hover .action-box-outer{
    display:block;
} */
.mobile .action-box-outer{
    position: absolute;
    right: 45px;
    top: -18px;
    padding-top: 6px;
    padding-left: 6px;
    transform: scale(0.8);
    left: initial;
    display:none;
}
.action-box-outer.active{
    display:block;
}

.show_more {
    color: #F7A849;
    width: 95%;
    margin: 0 auto;
    border-radius: .2rem;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.show_more div {
    height: .5rem;
    line-height: .5rem;
    color: #cc5d68;
    font-size: 15px;
}

.mobile .show_more {
    font-size: 13px;
}
.mobile .show_more div {
    height: 20px;
    line-height: 20px;
    color: #cc5d68;
    font-size: 12px;
}