p{
    moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;
}
@media screen and (min-width: 768px){
    /* 在宽度在768px到1024px之间的设备上执行这段CSS */
    .min-width750 {
        width: 450px;
        margin: auto;
        background: #000b2c;
    }
    .hui-header{
        position: static;
    }
    body{
        background: #000b2c!important;
    }
}
body{
    background: #000b2c;
}
.uni-content{
    width: 95%;
    margin: auto;
    margin-top: 30px;
}
.uni-content .left{
    float: left;
    width: 45%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.uni-content .left img{
    width: 100%;
    background: #000b2c;
    border-radius: 10px;
    display: block;
}
.uni-content .right{
    float: left;
    width: 55%;
}
.uni-content .right .top{
    height: 40px;
}
.uni-content .right .top p{
    height: 40px;
    line-height: 40px;
    width: 50%;
    float: left;
    color: #FFF;
}
.uni-content .right .top p:nth-child(1){
    font-size: 12px;
     width: 40%;
}
.uni-content .right .top p:nth-child(2){
    text-align: right;
    font-size: 13px;
    width: 60%;
}
.uni-content .right .list{
    height: 60px;
    border-bottom: solid 1px #1b1b1b;
}
.uni-content .right .list div{
    float: left;
    height: 60px;

}
.uni-content .right .list div:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uni-content .right .list div:nth-child(1) img{
    width: 50%;
}
.uni-content .right .list div:nth-child(2){
    width: 70%;
}
.uni-content .right .list div:nth-child(2) p{
    width: 100%!important;
    height: 20px;
    line-height: 20px;
}
.uni-content .right .list div:nth-child(2) p:nth-child(1){
    margin-top: 10px;
    color: #646464;
    font-size: 12px;
}
.uni-content .right .list div:nth-child(2) p:nth-child(2){
    color: #FFF;
    font-size: 14px;
}

.wallet-balance{
    width: 95%;
    margin: auto;
    margin-top: 10px;
    background: rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,.6);
    border-radius:10px;
    padding: 10px;
    
}

.wallet-balance .left{
    float: left;
    width: 20%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wallet-balance .left img{
    width: 80%;
}
.wallet-balance .right{
    float: left;
    width: 80%;
}
.wallet-balance .right p{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.wallet-balance .right p span{
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
}
.wallet-balance .right p span:nth-child(2){
    text-align: right;
}
.wallet-balance .right p:nth-child(1) span{
    color: #FFF;
    font-size: 14px;
}
.wallet-balance .right p:nth-child(2) span{
    color: #747474;
    font-size: 12px;
}

.operate-btn{
    width: 95%;
    margin: auto;
    margin-top: 15px;
}
.operate-btn .left{
    width: 49%;
    min-height: 100px;
    float: left;
    background: rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,.6);
    border-radius:10px;
    padding: 10px;
}
.operate-btn .left p:nth-child(1){
    height: 120px;
    background: url(../img/index/join.c0a971f8.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rotating-background{
    height: 120px;
    background: url(../img/index/join.c0a971f8.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotateBackground 5s infinite linear; 
}
@keyframes rotateBackground {
  from {
    transform: rotate(0deg); /* 开始时旋转0度 */
  }
  to {
    transform: rotate(360deg); /* 结束时旋转360度 */
  }
}



.operate-btn .right{
    width: 49%;
    min-height: 100px;
    float: right;
    background: rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,.6);
    border-radius:10px;
    padding: 10px;
}
.operate-btn .right p:nth-child(1){
    height: 120px;
    background: url(../img/index/share.94a8515b.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 150px;
}

.animated-background {
   animation: upDownAnimation 1s infinite alternate;
}
 
/* 定义上下跳动动画 */
@keyframes upDownAnimation {
  from {
    transform: translateY(5px); /* 初始位置 */
  }
  to {
    transform: translateY(-5px); /* 目标位置，可以根据需要调整数值 */
  }
}



.operate-btn div p:nth-child(2) a{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    background: #FFF;
    margin-top:20px;
    border-radius: 10px;
}

.uni-introduce{
   width: 95%;
   margin: auto;
    margin-top: 15px;
    background: rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,.6);
    border-radius:10px;
    padding: 15px;

}
.uni-introduce .title{
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
}
.uni-introduce .title i{
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    margin-right: 10px;
}
.uni-introduce .content{
    color: #FFF;
    font-size: 15px;
    margin-top: 5px;
    line-height: 23px;
    display: none;
}
.uni-introduce .content table{
    width: 100%;
    border:solid 1px #2c2c2c;
    border-collapse: collapse;
    margin-top: 10px;
}
.uni-introduce .content table tr{
    width: 100%;
}
.uni-introduce .content table th{
    background: #333;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: left;
    padding-left: 10px;
    border:solid 1px #2c2c2c;
}
.uni-introduce .content table td{
    color: #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border:solid 1px #2c2c2c;
}
.uni-introduce .content p{
    color: #FFF;
    font-size: 15px;
    line-height: 23px;
}

.uni-profit{
    width: 95%;
    margin: auto;
    margin-top: 15px;
    background: rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,.6);
    border-radius:10px;
    padding: 15px;
}
.uni-profit .title{
    font-size: 20px;
    color: #FFF;
}
.uni-profit table{
    width: 100%;
    border:solid 1px #2c2c2c;
    border-collapse: collapse;
    margin-top: 10px;
}
.uni-profit table th{
    background: rgba(0,0,0,.6);
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: left;
    padding-left: 10px;
    border:solid 1px #2c2c2c;
}
.uni-profit table td{
    color: #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border:solid 1px #2c2c2c;
    font-size: 15px;
}
.uni-profit table td:nth-child(3){
    text-align: center;
}