 .yqjr {
   position: absolute;
   bottom: 28px;
   left: 195px;
   font-size: 22px;
   color: #ffffff;
   cursor: pointer;

 }

 .list {
   padding-left: 10px;
   padding-right: 10px;
 }

 .yaoqlist {
   width: 220px;
   height: calc(100% - 51px);
   /* background: salmon; */
 }

 .roomVideo {
   width: 100%;
   height: 100%;
   display: flex;
 }

 #meets {
   height: 100%;
   background: #ffffff;
   flex-grow: 1;
   position: relative;
 }

 .addVideo .el-checkbox-group {
   font-size: 14px !important;
 }

 .addVideo .el-checkbox__label {
   font-size: 12px !important;
 }

 .addVideo .searchInput{
   width: auto;
 }
 .addVideo .searchInput .el-input__inner {
   border-radius: 15px !important;
   border: none !important;
   background-color: #e5e5e5a6 !important;
 }

 .addButton {
   background: #6469CC !important;
   color: #ffffff !important;
   border-radius: 10px !important;
 }

 .addButton:hover {
   opacity: 0.8;
 }

 /*定义滚动条轨道*/

 .list::-webkit-scrollbar-track {
   background-color: #f0f3fa !important;
 }

 /*定义滚动条高宽及背景*/

 .list::-webkit-scrollbar {
   width: 5px;
   height: 5px;
   background-color: rgb(219, 123, 43);
 }
