html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
    color: #ECECEC;
    font-family: "微软雅黑";
    font-size: 14px;
    background-color: #373739;
}


.custom-select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right center;
    border: none;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    color: white;
    position: relative;
  }
  .custom-select:focus {
    outline: none;
  }
  .custom-select:focus option {
    background-color: #373739;
  }

  .singtr {
      position: relative;
  }
  .singtr::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translateY(-25%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: white transparent transparent transparent;
  }

  .custom-select-option {
    padding-left: 20px;
    background-color: #373739;
    background-repeat: no-repeat;
    background-position: left center;
  }


.header {
    
}
.banner {
    /* height: 100px; */
    /* height: 10em; */
    /* height: 100px; */
    
}
.banner-div {
    border-radius: 10px;
    background-color: #515151;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.marquee-area {
    /* width: 100%; */
    height: 60px;
    background-color: #373737;
    border-radius: 6px;
}
.pt-7 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.mt-7 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dk_profile_css {
    font-weight: bold;
    color: #C5F7EC;
    font-size: 1.3em;
}
.dk_profile_css_mini {
    color: #C5F7EC;
    font-weight: normal;
    font-size: 1.2em!important;
}
.dk_reason_css {
  color: #DAFCF8;
    font-size: 1em;
}
.comfirm {
    text-align: center;
    border-radius:5em;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 12px;
    /* background-color: #FE4C02; */
    background-color: #E95A28;
    color: white;
    /* font-weight: bold; */
}
.footer-font {
    color: #E1E1E3;
    font-size: .8em;
    text-align: center;
}
.bannerpng {
    width: 60%;
}
.banner-left {
    /* padding: 30px; */
    padding-left: 30px;
}
.banner-text-o {
    /* margin-bottom: 0.2em; */
    font-family: "微软雅黑";
    font-size: 1.8em;
    /* font-weight: bold; */
    color: #DAFCF8;
    padding: 15px 0 15px 0;
} 
.banner-text-t {
    color: white;
    font-size: 1em;
}
.treason {
    /* margin-top: 2em; */
}
.nnew {
    /* height: 40px; */
    color: #C6C6C6;
}
.nnew > div {
  position: relative;
  overflow: hidden;
}
.nnew .newimg {
  z-index: 5;
  position: absolute;
  top: -18%;
  left: 0;

}

.danmu-container {
    margin-top: 2em;
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 100%;
  }

  .danmu {

    /* right: -10em; */
    /* animation: danmuAnimation 10s linear infinite; */
    /* transform: translateX(100%); */
    /* left: 100%; */
  }

  .danmu-item {
    position: absolute;
    white-space: nowrap;
    border-radius: 2em;
    width: 250px;
    height: 30px;
    background-color: #54525C;
  }
  .danmu-name {
    font-size: .8em;
    color: white;
    white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 控制溢出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
  }
  .danmu-money {
    font-size: .8em;
    color: #DAFCF8;
  }
  .danmu-round {
    margin-left: 3px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: linear-gradient(75deg,#9F83E9 25%, #AB92EB 50%, #9DA2ED 75%);
  }
  .danmu-address {
    white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 控制溢出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    color:white;
    font-size: .6em;
  }
  .p-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lll {
    width: 25px;
  }
  .pd-0 {
    padding-left: 0px;
    margin-left: -10px;
  }
  .ptb-0 {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .pb-8 {
    padding-bottom: 8px;
  }

  @keyframes danmuAnimation {
    /* 0% {
      left: 100%;

    } */
    to{
      left: -200%;

    }
  } 


















  /* ----------------------------------------------------------------------------- */
  .mmb-5 {
    margin-bottom: 20px;
  }
  .wall-ban {
    height: 160px;
    background: linear-gradient(135deg, #F77235 0%, #F77235 45%, #FD8E59 55%, #FD8E59 100%);
    border-radius: 15px;
  }
  .wall-ban-head {
    font-size: 1.4em;
    color: white;
    font-family: "微软雅黑";
    flex: 1;
  }
  .wall-ban-bottom {
    font-size: 1.8em;
    color: white;
    font-family: "微软雅黑";
    font-weight: bold;
    flex: 1;
  }
  .wall-binum {
    background-color: #505050;
    /* height: 100px; */
    border-radius: 15px;
  }
  .wall-qishu {
    background-color: #505050;
    height: 160px;
    border-radius: 15px;
  }
  .jiebi_num_inpout {
    color: white;
    width: 100%;
    height: 35px;
    background: transparent;
    font-size: .95em;
    border-radius: 5px; 
    border: 1px solid gray;
    outline: none;
    box-shadow: none;
  }
  .wall-small-title {
    color: white;
    font-size: .95em;
  }

  #wallet-middle input[type="radio"] {
    accent-color:rgb(252,200,1);
  }
  #wallet-middle input[type="radio"]:checked + label {
    color:rgb(252,200,1) ;
  }

  .rcol-css {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    padding: 6px 0 6px 0;
  }
  .rcol-css .bzsupp {
    color: #9A9A9A;
  }
  .rcol-css .bzbg {
    background: #ECA024;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    color: black;
  }


  .rcol-css .bz {
    font-size: .8em;
    padding-left: 8px;
  }
  .rcol-css .bz-rate {
    font-size: .7em;
    color: #CCCCCC;
  }

  .footer {
    position: relative;
    bottom: 0;
  }


  .container {
    position: relative;
  }

  .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #373739;*/
    background-color: #0F1925;
    z-index: 11;
  }
  

  @keyframes fadeInOut {
    0%, 20% {
      opacity: 0;
    }
    20%, 40% {
      opacity: 1;
    }
    40%, 60% {
      opacity: 0;
    }
    60%, 80% {
      opacity: 1;
    }
    80%, 100% {
      opacity: 0;
    }
  }

  .container .logo {
    top: 25%;
    left: 43%;
    position: absolute;
    z-index: 15;
    opacity: 0;
    animation: fadeInOut 4s ease-in-out 1 reverse;
  }

  .container .logo-bottom{
     color: #DAFCF8;
     font-size: .9rem;
    text-align: center;
    width: 80%;
    top: 45%;
    left: 10%;
    position: absolute;
    z-index: 15;
    opacity: 0;
    animation: fadeInOut 4s ease-in-out 1 reverse;
  }




 

/* a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin: 0;
} */
