.main_box .notice_box {
    color: #fff;
    background: #a52bff;
    margin: 0.8rem;
    border-radius: 20px;
    height: 2rem;
    line-height: 2rem;
    font-size: 13px;
    text-align: left;
}

.main_box .notice_box .content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_box .notice_box .content_box .left_box{
    display: flex;
    max-width: 90%;
}

.main_box .notice_box .content_box .icon {
    width: 1rem;
    padding-left: 1rem;
    padding-right: 0.3rem;
}

.main_box .notice_box .content_box .close {
    width: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.8rem;
}

.main_box .notice_box .content_box .show {
    display: inline-block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0.2rem;
}

.main_box .notice_box .content_box .hide {
    display: none;
}

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


@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;
        background: #2f3349;
    }
}

.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(2){
    margin: 1rem 0;
}

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

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

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

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

.daily_report_box {
    margin: 2rem 0.8rem;
    border-radius: 18px;
    padding: 1rem;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    background: #2f3349;
}

.daily_report_box .title{
    top: -0.5rem;
    left: 2rem;
    padding: 0 0.5rem;
}

.report_list{
    margin: 0.8rem 0.8rem 0 0.8rem;
}

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

.report_list .item_box:last-child{
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0;
}

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

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

.report_list .item_box .text_box, .right_box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.report_list .item_box .text_box{
    margin-left: 0.5rem;
}

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

.report_list .item_box span{
    font-size: 12px;
    color: #9191a8;
}

.report_list .item_box a{
    color: #9191a8;
}

.report_list .item_box a img{
    width: 14px;
    height: 14px;
    vertical-align: sub;
}


.address_box {
    width: 80%;
    max-width: 320px;
    height: 22rem;
    border: 2px solid #7b29be;
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212536;
}

.address_box .main_box {
    margin-top: 2rem;
    padding: 0;
    line-height: 1.2rem;
    display: block;
}

.address_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.address_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.address_box .main_box .logo_box img {
    width: 5rem;
}

.address_box .main_box .form_box {
    line-height: 2.8rem;
    padding: 0 1.2rem 1.2rem;
}

.address_box .main_box .form_box .form_title {
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
}

.address_box .main_box .form_box .form_item {
    border: 1px solid #7367f0;
    border-radius: 5px;
    display: flex;
    margin-bottom: 1rem;
    padding: 1px;
}

.address_box .main_box .form_box .form_item .icon {
    width: 1.1rem;
    padding-left: 0.5rem;
}

.address_box .main_box .form_box .form_item input {
    width: 92%;
    outline: none;
    font-size: 14px;
    background: #fff;
    padding-left: 0.5rem;
    border: none;
    color: #333;
}

.address_box .main_box .form_box .form_item textarea{
    height: 5rem;
    width: 100%;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #fff;
    padding-left: 0.5rem;
    border: none;
}

.address_box .main_box .form_box .form_item .option {
    width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
    padding-right: 0.5rem;
    cursor: pointer;
}

.address_box .main_box .form_box .option_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address_box .main_box .form_box .option_box .txt {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
}

.address_box .main_box .form_box .option_box .txt img {
    max-width: 1rem;
    vertical-align: middle;
}

.address_box .main_box .form_box .login_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #5355f4, #D46BF3);
    border-radius: 24px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.address_box .main_box .form_box a{
    font-size: 13px;
    color: #2f3349;
    cursor: pointer;
}


.lord_nft_box{
    margin-bottom: 1rem;
}

.lord_nft_box img{
    width: 10rem;
    height: 10rem;
}