* {
    padding: 0;
    margin: 0;
}

.container {
    display: flex;
    height: 100vh;
    flex-direction: column;
    overflow: hidden;
}

.banner2 {
    width: 100%;
    height: 100px;
    /* background-color: rgba(238, 238, 238, .8); */
    background-color: #fff;
    border: 1px solid #e4e4e4;
    z-index: 1000;
}

.abs {
    position: absolute;
}

.h-center {
    left: 0;
    right: 0;
    margin: auto;
}

a {
    color: #000;
    text-decoration: none;
}

.logo2 {
    width: 216px;
    height: 67px;

    background: url('../img/logo.png') no-repeat;
    background-size: 100% 100%;
    top: 15px;
    left: 50px;
}

.btns-use {
    font-size: 16px;
    top: 0;
    left: 366px;
    line-height: 100px;
    cursor: pointer;
    /* color: #fff; */
}

.btns-use span:nth-child(2),
.btns-use span:nth-child(3),
.btns-use span:nth-child(4),
.btns-use span:nth-child(5) {
    margin-left: 45px;
}

.log-content {
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content a {
    text-decoration: none;
    color: #3d5acf;
}

.log-content .lists {
    width: 997px;
    padding-top: 90px;
    margin-left: 415px;
    border-left: 1px solid #ddd;

}

.log-content .lists .list {
    /* border-top: 1px solid #eee; */
    position: relative;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 35px;
}

.log-content .lists .list .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
    background-color: #3d5acf;
    border-radius: 50%;
    z-index: 1;
}

.log-content .lists .list .date {
    position: absolute;
    left: -94px;
    top: -13px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}
.log-content .lists .list .month {
    position: absolute;
    left: -125px;
    top: -80px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #666;
    font-weight: 700;
}
.log-content .lists .list .month.none {
   display: block;

}

.log-content .lists .list .title {
    position: absolute;
    left: 0;
    top: -13px;
    display: block;
    padding-right: 20px;

    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 14px;

    text-indent: 30px;
    font-size: 16px;
    color: #000;
}

.log-content .lists .list .dl-content {
   
    padding: 20px 25px 30px;
    background-color: #F8F9FA;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    max-height: 439px;

}
.log-content .lists .list .dl-content dl {
    overflow: hidden;
    max-height: 439px;
    overflow: hidden;
    overflow-y: auto;

}

.log-content .lists .list .dl-content dl dt {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.log-content .lists .list .dl-content dl dd {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    margin-left: 0px;
}

.up-log .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

.details {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #4364e5;
    margin-left: 50px;
    cursor: pointer;
}

.log-content .lists .list .dl-content dl::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /**/
}

.log-content .lists .list .dl-content dl::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.log-content .lists .list .dl-content dl::-webkit-scrollbar-thumb {
    background: #4565E6;
    border-radius: 10px;
  
}

.log-content .lists .list .dl-content dl::-webkit-scrollbar-thumb:hover {
    background: #333;
}


.log-content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    /**/
}

/* .log-content .lists .list .dl-content dl::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.log-content .lists .list .dl-content dl::-webkit-scrollbar-thumb {
    background: #4565E6;
    border-radius: 10px;
}

.log-content .lists .list .dl-content dl::-webkit-scrollbar-thumb:hover {
    background: #333;
} */

.top-line{
    width: 100px;
    padding: 30px 0 30px;
    margin-left: 415px;
    border-left: 1px solid #ddd;
}
.go-back{
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #4565E6;
}