.dashboard-container-content{
    color: #fff;
}
.direction-box{
    width:90%;
    margin: 40px auto 0;
    /*min-width: 715px;*/

}
.direction-box>p{
    text-align: center;
    color: #d8def0;
}
.direction-msg{
    margin: 20px 0 50px;
    width: 100%;
    background-color: #0f1f5b;
    border: 1px solid #2056c8;
    position: relative;
    display: block;
}
.msg-yuan{
    width: 22rem;
    height: 22rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.msg{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap:wrap;
}
.msg-box ul{
    margin-top: 10px;
}
.msg-box ul li {
    color: #d8def0;
    display: flex;
}
.msg-box ul li:before{
    content: ' ';
    display:block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color:#ff9a27 ;
    margin: 8px 5px 0 0 ;
}
.msg-center{
    width: 70%;
}
.msg-box{
    width: auto;
    padding: 30px 0;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.msg-dashed,.msg-dashed3{
    justify-content: center;
}
.msg-box p,.direction-box>p{
    /*font-size: 1.3vmin ;*/
}
.msg-box ul li{
    /*font-size: 1.2vmin ;*/
}
.msg-dashed2,.msg-dashed{
    border-bottom: 1px dashed #1e4fba;
}
.msg-dashed3,.msg-dashed{
    border-right: 1px dashed #1e4fba;
}
.msgRow{
    display: none;
}
.msg-li ul{
    width: 50%;
}
.msg-li ul:last-child{
    padding-right: 5px;
}
@media (max-width: 48em) {
    .direction-box>p{
        font-size: 12px;
    }
    .direction-msg{
        display: none;
    }
    .direction-box{
        width: 90%;
        margin: 40px auto 0;
    }
    .msg-center{
        margin: 0 auto;
        padding: 8px 0;
    }
    .msgRow{
        background-color: #0f1f5b;
        border: 1px solid #2056c8;
        margin: 20px auto ;
        display: block;
    }
    .msg_rowBox{
        border-bottom: 1px dashed #1e4fba;
    }
    .msg_rowBox:last-child{
        border: none;
    }
    .msg-center ul li:before{
        content: ' ';
        display:block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background-color:#ff9a27 ;
        margin: 8px 5px 0 0 ;
    }
    .msg-center ul{
        margin-top: 10px;
    }
    .msg-center ul li {
        color: #d8def0;
        display: flex;
    }
    .msg-li ul:last-child{
        padding: 0;
    }
    .msg-li ul{
        width: 100%;
    }
    .msg-center{
        width: 90%;
    }
}
@media (max-width: 876px ) and (min-width: 769px) {
    .msg-yuan{
        width: 15rem;
        height: 15rem;
    }
}
