.main-content{
    position: fixed;
    top: 100vh;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 110vh;
    padding-top: 10vh;
    /* overflow: auto; */
    outline: none;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    background-size: 100% auto;
    background-color: white;
}

.title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.logoTitle img{
    width: 200px;
}
.mainContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #eeeeee;
    padding: 0px 0 10px;
}
.moreTitle{
    color: #3751ca;
    font-weight: 800;
}
.listContent li{
    margin: 26px 0px!important;
}
.listContent li:nth-child(1){
    margin-top: 0!important;
}
.fontColor {
    color: #0c59db;
    font-size: 17px!important;
    margin-right: 8px;
}
.rowContent{
    margin: 0!important;
    border-radius: 0!important;
}
.obliterate{
    padding-right: 0!important;
    padding-left: 0!important;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: rgba(245,247,255,.4);
}
.reportList li{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}
.topLine{
    display: flex!important;
}
.order-list{
    font-size: 17px!important;
}
.order-list li img{
    width: 200px;
}
.topLineContent{
    margin-left: 15px;
}
.tb-30{
    margin-top: 15px;
}
.sidebar-widget{
    background-color: transparent!important;
}
