.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 40px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
    font-size: 12px;
    line-height: 16px;
    color: #999 !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.fixed-bottom div{
  user-select: text !important;
}
.fixed-left-text {
    margin-right:40px;
}
.fixed-left-text:hover {
    cursor: pointer;
}
.fixed-bottom-left {
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.fixed-bottom-right {
    display: flex;
    align-items: center;
    margin-right: 49px;
}
.fixed-bottom-right-icon{
    margin-right: 9px;
    height: 20px;
    width: 20px;
    object-fit: cover;
}
.fixed-emil-concat {
    margin-right: 40px;
}
.protclo-text-main {
    height: 379px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 20px;
    word-break: break-all;
    overflow-y: auto;
    overflow-x: hidden;
}
.protclo-read-btn {
    margin: 30px auto 0;
    width: 120px;
    height: 40px;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    border-radius: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
