* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none
}

a {
    text-decoration: none;
    color: #FFFFFFCC;
}

body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: #FFFFFFCC;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-image: url(../../img/abcd/bg.png);
    background-color: #131519;
}

#app {
    font-size: .24rem;
}

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

.my-sticky {
    position: sticky;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-image: url(../../img/abcd/bg1.png);
    z-index: 11;
    padding: 0 8px 12px 8px;
}
.title-wrap{
    width: 100%;
    padding: .24rem 0;
    display: flex;
    justify-content: center;
}
.title-img{
  width:  auto;
  height: .5rem;
}
.nav-c {
    display: flex;
    height: .56rem;
    justify-content: center;
}

.nav-c .item {
    margin-right: .08rem;
    flex: 0 0 auto;
}
.domain-text{
    overflow: hidden;
    width: 2.14rem;
    border-radius: .8rem;
    background-color: #FFFFFF0F;
    line-height: .56rem;
    text-align: center;
    flex: 1;
}
.nav-c .item:last-child {
    margin-right: 0;
}
.nav-c .item-img {
    width: 1.6rem;
    height: .56rem;
}
.domain-item{
    width: 100%;
    text-align: center;
    line-height: .56rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content{
    padding: 8px;
}
.title-item{
    color: #FF8753;
    font-size: .28rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.grid-col-6{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .24rem;
}
.jgg-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.jgg-img {
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .2rem;
}
.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jgg-item .text{
    text-align: center;
    margin-top: .08rem;
    font-size: .22rem;
}

.grid-col-3{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .08rem;
}
.text-item{
    width: 100%;
    height: .76rem;
    border-radius: .12rem;
    padding: 0 .12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    background-color: #FFFFFF0D;
}
.text-icon{
    width: .32rem;
    height: .32rem;
    margin-right: .04rem;
    border-radius: 5px;
}
.text-item span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1.42rem;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-wrap{
    margin-bottom: .24rem;
}
.footer-wrap{
    border: 4px solid #1F2728;
    margin-bottom: .4rem;
    border-radius: 10px;
    background-color: #1a1f20;
    padding: 8px;
}
.footer-item{
    background-color: #1e2627;
    margin-bottom: 10px;
    border-radius: 10px;
    
}
.domain-img{
    width: 100%;
    height: 4.04rem;
    overflow: hidden;
}
.copy-text{
    color: #FF5996; 
    text-decoration: underline  #FF5996;
    margin-left: 10px;
    font-size: .32rem;
    font-weight: 600;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p16{
    padding: .32rem 0;
}
.footer-item-title{
    color: #87FF6F;
    font-weight: 600;
    font-size: .4rem;
    margin-bottom: 10px;
}
.domain-color{
    color: #59AFFF;
    font-size: .32rem;
    font-weight: 600;
   
}
.new-domain{
     width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.send-tips{
    font-size: .28rem;
    color: #B6B366;
    background-color: #3B3727;
    border-radius: 10px;
    margin: 0 .72rem;
    margin-top: 10px;
    padding: 4px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.go-top{
    position: fixed;
    right: 8px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00976EE5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden{
    display: none;
}
 .tips {
    z-index: 10000;
}
 .tips {
    position: absolute;
    left: 50%;
    top: 18px;
    margin-left: -120px;
    margin-top: 23px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 12px;
    min-width: 240px;
    line-height: 26px;
    background-color: rgba(48, 59, 90, .9);
    color: #a3abc7;
    white-space: nowrap;
}

[class*='icon-'], [class^='icon-'] {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tips em {
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.icon-bs-menu:before {
    content: "\e608";
    color: #ffbf00;
}
.icon-bs-more:before {
    content: "\e606";
    color: #ffbf00;
}
.tips:before {
    content: "";
    position: absolute;
    display: block;
    border-width: 8px;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #2d3a56;
}
.relative{
    position: relative;
}
.ad-hf{
    display: block;
    width: 100%;
    margin-top: .24rem;
}
.hf-img{
    width: 100%;
    height: 1.12rem;
    border-radius: .16rem;
}