.banner_box{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: start;*/
    margin: 0.8rem;
    border-radius: 12px;
    color: #fff;
    border: 2px solid #a52bff;
}


@media (max-width: 768px) {
    .banner_box{
        /*display: flex;*/
        /*flex-direction: column;*/
        /*justify-content: start;*/
        margin: 0.8rem;
        border-radius: 12px;
        color: #fff;
        border: 2px solid #a52bff;
    }
}

.banner_box .top_box{
    display: flex;
    justify-content: space-between;
}


.banner_box .left_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    margin: 0.8rem;
}

.banner_box .left_box p:nth-child(1){
    color: #00edff;
}

.banner_box .left_box p:nth-child(2){
    margin: 1rem 0;
}

.banner_box .left_box p:nth-child(2) span{
    font-size: 20px;
    font-weight: 700;
    margin-right: 0.2rem;
}

.banner_box .right_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.8rem;
}

.banner_box .right_box .claim_box{
    background-image: url(../image/button_bg.svg);
    padding: 0.6rem 1rem;
    border-radius: 18px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    margin-top: 1.2rem;
}

.banner_box .bottom_p{
    font-size: 14px;
    margin: 0 0.8rem 0.8rem 0.8rem;
    color: #cfcde4;
}

.claim_link_box{
    margin: 0.8rem 0;
    padding: 0.6rem 0;
    border-top: 1px solid #333;
    text-align: center;
}

.claim_link_box a{
    display: flex;
    color: #9191a8;
    font-size: 13px;
    margin-left: 0.8rem;
}

.claim_link_box img{
    width: 13px;
    height: 13px;
}

.lord_list{
    margin: 1.6rem 0.8rem 0.8rem 0.8rem;
    padding: 0.8rem;
    background: #2F334B;
    border-radius: 12px;
}

.lord_list .item_box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #393d4f;
}

.lord_list .item_box .left_box{
    display: flex;
    justify-content: start;
}

.lord_list .item_box .left_box img{
    width: 42px;
    height: 42px;
}

.lord_list .item_box .text_box, .right_box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #9191a8;
}

.lord_list .item_box .text_box{
    margin-left: 0.5rem;
    color: #cfcde4;
}

.lord_list .item_box p{
    font-size: 14px;
}

.lord_list .item_box span{
    font-size: 12px;
    color: #BBBBBB;
}

.lord_usdt_box {
    width: 84%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.lord_usdt_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.lord_usdt_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.lord_usdt_box .content {
    padding: 1.2rem;
}

.lord_usdt_box .content .title{
    margin: 0 auto;
}

.lord_usdt_box .content ul {
    line-height: 2.8rem;
}

.lord_usdt_box .content ul li{
    display: flex;
    align-items: center;
}

.lord_usdt_box .content .title{
   text-align: center;
}

.lord_usdt_box .content .title span{
    line-height: 1.5rem;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

#qr_code{
    width: 128px;
    height: 128px;
}

.lord_usdt_box .content button{
    border-radius: 12px;
    border: 1px solid #bbbbbb;
    background: #fff;
    color: #101010;
    padding: 0 0.5rem;
}

.lord_usdt_box .content .note{
    line-height: 1.5rem;
    color: #ff5555;
}