.stop{
    cursor: pointer;
}
#menu{
    width: 100%;
    height: 70px;
    background: #F4F9FF;
    position: fixed;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
	z-index: 9;
}
#menu .item{
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: var(--color-gray-700);
    padding: 7px;
}
#menu .item i{
    margin: 0;
    padding: 0;
    font-size: 20px;
}
#menu .item p{
    margin: 0;
    width: 100%;
    font-size: 12px;
}
#menu .item:hover{
    color: rgb(3, 1, 155);
}

.act1{
    color: rgb(3, 1, 155) !important;
}




#main{
    width: 100%;
}
#main #title{
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #F4F9FF;
    position: fixed;
    top: 0; left: 0;
    white-space: nowrap;
    overflow-x: scroll;
    background: #F1F5FE;
	z-index: 9;
}
#main #title .item{
    display: inline-block;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
    -webkit-app-region:no-drag !important;
}
.act2{
    border-bottom: 3px solid rgb(3, 1, 155) !important;
    color: rgb(3, 1, 155) !important;
}
#left,#right{
    display: inline-block;
}
#right{
    float: right;
    padding-right: 15px;
    font-size: 16px;
}
#right i,#right input,#right button{
    cursor: pointer;
    -webkit-app-region:no-drag !important;
}
#con{
    padding: 0;
    /* height: 595px;
    margin-top: 20px; */
    height: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow-y: scroll;
}
#con .title{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}
#con .item{
    cursor: pointer;
    width: 298px;
    padding: 17px;
    background-color: rgba(255, 255, 255, 0.1);
    /* display: inline-block; */
    float: left;
    margin-right: 15px;
    margin-bottom: 17px;
    border-radius: 5px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.118);
}
#con .ed{
    cursor: default;
}
#con .item h4{
    margin-bottom: 2px;
    font-weight: 400;
}
#con .item p{
    font-size: 12px;
    color: #999999;
}
#con .item img{
    object-fit: cover;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    padding: 5px;
    /* box-shadow: 0 2px 6px -1px rgba(0,0,0,.2),0 1px 4px -2px rgba(0,0,0,.15); */
    /* background-color: var(--color-sky-50); */
    /* border: 1px solid var(--color-sky-200); */
}
.btn{
    font-weight: 400 !important;
    font-size: 14px !important;
}
.add{
    width: 3em;
    height: 3em;
    padding: 0.8em;
    cursor: pointer;
    background: url('../img/bg-11.jpg') no-repeat !important;
    background-size: 100% 100% !important;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
}