* {
    margin: 0;
    padding: 0;
}

.monitor {
    height: 98%;
    width: 96%;
    margin: 0 auto;
    position: relative;
    color: #eee;
    font-family: 'Microsoft Yahei', 'PingFang SC', 'Tahoma', 'Arial';
    display: flex;
    flex-direction: column;
    transition: all .5s ease-in-out;
}

.monitor.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.header {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.header .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    /*  for Uc  */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

.left {
    width: 25%;
}

.left .time {
    font-size: 14px;
    margin-left: 3%;
    text-align: left;
}

.middle {
    width: 45%;
}

.middle .title {
    text-align: center;
    font-size: 22px;
}

.middle .title input {
    outline: none;
    font-size: 50px;
    background: none;
    color: #fff;
    border: 0;
    display: none;
    margin-top: -45px;
    position: absolute;
}

.middle .main-title {
    padding-top: 20px;
    font-size: 50px;
}

.totalAmount {
    height: 50px;
    color: #FFEBB6;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(#829DCC, #00388A, #829DCC);
}

.right {
    width: 30%;
    text-align: right;
}

.container {
    position: relative;
    z-index: 1000;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container .title {
    line-height: 32px;
    padding: 0 16px;
    font-size: 16px;
}

.content {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content .emphasis {
    font-size: 16px;
    font-weight: 500;
}

.module-normal {
    width: 84%;
    height: 33%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.title {
    text-align: left;
}

.content {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.content.col-2 {
    flex-direction: row;
    justify-content: space-between;
}

.content .half {
    width: 50%;
}

.col {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}

.left {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.left #todayNewTradesChart {
    height: 100%;
    width: 100%;
}

.left #fulfilmentChart {
    height: 100%;
    width: 100%;
}

.middle {
    width: 40%;
    margin-top: -11px;
    display: flex;
    flex-direction: column;
}

.middle .buyer-rank-today {
    width: 100%;
    height: 50%;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
}

.middle #tradeTotal {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
}

.middle .title {
    line-height: 32px;
    font-size: 16px;
    padding: 0;
    border: none;
    background: none;
}

.content {
    flex: 1;
    margin-top: 20px;
    position: relative;
}

.half {
    height: 35%;
}

.content #todayBuyerRankChart {
    height: 100%;
    width: 100%;
}

.new-list-area {
    margin-top: 20px;
    flex: 1;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.new-list-area div {
    width: 50%;
    padding: 10px;
}

.new-list-area .no {
    width: 24px;
}

.new-list-area .trade-title {
    text-align: left;
}

.new-list-area .amount {
    width: 60px;
}

.new-list-area .area {
    width: 60px;
}

.border {
    border: rgba(60, 104, 169, 0.6) 1px solid;
    padding: 20px;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}

.title-of-rank::before {
    content: attr(title);
    position: absolute;
    right: 8.5%;
    transform: translateX(-50%);
    -webkit-transform: translate(-42%, -155%);
    padding: 0 6px;
    background-color: rgb(6, 14, 26);
    font-size: 16px;
}

.title-of-rank-shopTradeRank::before {
    content: attr(title);
    position: absolute;
    right: 7%;
    transform: translateX(-50%);
    -webkit-transform: translate(-42%, -155%);
    padding: 0 6px;
    background-color: rgb(6, 14, 26);
    font-size: 16px;
}

.title-of-rank-todayShop::before {
    content: attr(title);
    position: absolute;
    right: 5.1%;
    transform: translateX(-50%);
    -webkit-transform: translate(-42%, -155%);
    padding: 0 6px;
    background-color: rgb(6, 14, 26);
    font-size: 16px;
}

.title-of-rank-table::before {
    content: attr(title);
    position: absolute;
    left: 10.5%;
    transform: translateX(-10%);
    -webkit-transform: translate(-42%, -155%);
    padding: 0 6px;
    background-color: rgb(6, 14, 26);
    font-size: 16px;
}

/*&>*/

.formiddle {
    margin-top: 10px;
    margin-bottom: 20px;
}

.todayShop {
    line-height: 28px;
    transition: top 0.5s;

}

.right {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.right #recentDailyTrendChart {
    height: 100%;
    width: 100%;
}

.right #buyerYesterdayRankChart {
    height: 100%;
    width: 100%;
}

.footer {
    z-index: 1000;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.footer .bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

#divbuyerRankList {
    /*margin-top: -6%!important;*/
    height: 100% !important;

}

#divbuyerTableRankList {
    margin-top: -1% !important;
    height: 50% !important;
}

#divtradeRanklist {
    overflow-y: scroll;
    margin-left: 4.2%;
    height: 350px !important;
}

#buyerRankTable {
    margin-top: 13px !important;
}

#tableBuyserRankTable {
    height: 90% !important;
    margin-top: -20% !important;
}

#todayShopStaffTable {
    height: 315px !important;
    margin-top: 92px !important;

}

#buyerRankList {
    overflow-y: scroll;
}

#buyerRankList ul li,
#tradeRankList ul li {
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.blink-in {
    animation-name: blinkIn;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes blinkIn {
    0% {
        opacity: 0;
        color: #666;
        background: #000;
    }

    50% {
        opacity: 1;
        color: #2c3e50;
        background: #efefef;
    }

    100% {
        opacity: 1;
        color: #fff;
        background: transparent;
    }
}

.big {
    font-size: 32px;
    font-weight: 800;
}
/*设置滚动条 */
.todayShop::-webkit-scrollbar {
    width: 8px;
    /*对垂直流动条有效*/
    height: 10px;
    /*对水平流动条有效*/
}

.todayShop::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);*/
    background: rgba(41, 68, 138);
    background-color: rgba(147, 210, 243, 0.17);
    /*height: 10px!important; #060E1A*/
    min-height: 5px !important;
    max-height: 10px !important;
    background-clip: padding-box;

}

.todayShop::-webkit-scrollbar-thumb:vertical:hover {
    min-height: 5px;
    border-radius: 10px;
}

.todayShop::-webkit-scrollbar-thumb:hover {
    min-height: 5px;
    border-radius: 10px;
}

.todayShop::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 0;
    /* background: rgba(0, 0, 0, 0.1); */
    background: rgba(41, 68, 138);
    height: 80% !important;
}

.todayShop::-webkit-scrollbar-track-piece {
    /*background-color: darkred;*/
}


#sidebar-left {
    position: fixed;
    display: flex;
    z-index: 99999;
    right: -25px;
    bottom: 30%;
    height: 40px;
    width: 50px;
    border-radius: 40px;
    /*overflow: hidden;*/
    background-color: #28a3ef;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}

#sidebar-left:hover {
    width: 120px;
    transition: width 0.2s;
}

#profit-ad {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
}

#profit-ad a {
    position: absolute;
    top: 7px;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

#tabletradeRankList ul li div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#tabletradeRankList ul li .shop-kf {
    line-height: 19px;
}

#tabletradeRankList .showMore {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.monitor_header {
    display: flex;
    align-items: flex-start;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.monitor_header>div {
    flex: 1;
}

.monitor_header .checke {
    background: rgba(147, 210, 243, 0.17);
}

.monitor_header .checke:checked {
    background: #2C87F1;
}

.monitor_header .main-title {
    font-size: 0.45rem;
    line-height: 0.50rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.monitor_header .time {
    font-size: 0.14rem;
    padding-top: 0.15rem;
}

.monitor_header .btn-bordered {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.monitor_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.monitor_content .content_item {
    flex: 1;
    /* background: url(../images/new_mon_three.png) no-repeat; */
    /* background-size: cover; */
    position: relative;
}

.monitor_content .content_item {
    margin-left: 0.2rem;
}

.monitor_content .content_item:first-child {
    margin-left: 0;
}

.monitor_content .content_item .content_img {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.monitor_content .content_item .content_text {
    position: absolute;
    top: 0;
    left: 50px;
    top: 50%;
    transform: translate(0, -70%);
}

.content_text div:first-child {
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
}

.content_text div:last-child {
    color: #fff;
    font-size: 0.3rem;
    font-weight: 700;
}

.monitor_echarts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.monitor_echarts>div {
    height: 300px;
    flex: 1;
    background-color: rgb(41, 68, 138);
    box-shadow: 0 0 5px #5AAEF3;
    border-radius: 0.04rem;
    margin-left: 0.2rem;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
}

.monitor_echarts>div:first-child {
    margin-left: 0;
}

.monitor_echarts_two {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.monitor_echarts_two>div {
    height: 100%;
    flex: 1;
    background-color: rgb(41, 68, 138);
    box-shadow: 0 0 5px #5AAEF3;
    border-radius: 0.04rem;
    margin-left: 0.2rem;
    padding: 0.15rem 0.3rem;
    box-sizing: border-box;
}

.monitor_echarts_two>div:first-child {
    margin-left: 0;
}

.tabletodayShopStaffTable .title {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
    justify-content: space-between;
    background: rgb(59, 92, 156);
    line-height: 1.75;
    padding: 0 0.1rem;
}

.tabletodayShopStaffTable .title .max {
    font-size: 18px;
    font-weight: bold;
    color: #eee;
}

.detail {
    color: #fff;
    font-size: 14px;
}

.detail:hover {
    color: #fff;
    font-size: 14px;
}

.todayShop li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.tabletodayShopStaffTable .table-noborder {
    padding: 0 0.1rem;
}

.tabletodayShopStaffTable .table-noborder th {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.tabletodayShopStaffTable .todayShop {
    font-size: 14px;
    padding: 0 0.1rem;
    text-align: center;
}

.todayShop {
    height: 150px;
    overflow-y: auto
}

.two_btn {
    color: #ffffff;
    background-color: transparent;
    border-radius: 5px;
}

.two_btn:hover {
    color: #fff;
    background-color: rgba(147, 210, 243, 0.17);
}

.sui-btn:hover,
.sui-btn:focus {
    color: #fff;
    background-color: rgba(147, 210, 243, 0.17);
}

.shop-purchaseAccount>div {
    width: 100%;
    text-overflow: ellipsis;
    /**ellipsis:截取以后以...作为省略，clip:没有省略号**/
    white-space: nowrap;
    /*强制不换行*/
    overflow: hidden;
    /*溢出隐藏*/
}