

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.no-select {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

body { 
    user-select: none;
    margin: 0;
    padding: 0;
    background: url('../assets/bg.png');
    background-repeat: no-repeat ;
    background-size: 100% 100%;
    background-attachment: fixed;
    overflow: hidden;
}

.container {
    height: 100%;
    width: 100%;
}

.content-title {
    height: 10%;
    width: 100%;
}
.content-title-img {
    width: 88vw;
    margin-top:48px;
    margin-left: 24px;
}

.content-body {
    position: absolute;
    top: 10%;
    left: 0;
    height: 90%;
    width: 100%;
}
.content-body-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 90%;
    margin-top: 30px;
    overflow: auto;
}

.left-div {
    overflow-x: hidden;
    overflow-y: auto;
}
.left-cell{
    margin-left: 36px;    
    margin-top: 12px;
}
.left-cell-title {    
    width: 84px;
    height: 30px;
    margin-left: 15px;
    background-color: #FFB800;
    text-align: center;
    line-height: 30px;
    font-size: medium;
    font-weight: 800;
    color: #fff;
    border-radius: 20px;
    position: sticky;
    z-index: 100;
    margin-bottom: -15px;

}
.left-cell-content{
    background-color: #fff;
    border-radius: 6px;
    padding: 18px 12px 12px 12px;
    font-size: small;
    color: #000;
    font-weight: 600;
    line-height: 18px;
}

.content-body-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 90%;
    margin-top: 10px;
    overflow: auto;
}
.right-cell{
    display: flex;
    flex-direction: column;
}
.right-div{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.right-div-img {    
    width: 48px;
    height: 48px;
}
.right-div-div1{
    width: 21px;
    height: 21px;
    color: #000;
    font-size: smaller;
    font-weight: 700;
    background: white;
    border-radius: 10px;
    text-align: center;
    line-height: 21px;
    margin-left: -3px;
}
.right-div-div2{
    margin-left: 48px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: smaller;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
}
.right-div-bottom-div{
    margin-left: 45px;
    width: 21px;
    height: 2px;
    background-color: #fff;
}
