.meet_messages table.table-scroll{min-width:700px;}
/* .meet_messages{overflow:auto;} */


/* 我的会议2020.10.14 */
.nav-link{color:#495057;}
.nav-link:hover{color:#495057;}
.meetingEndList a.meet-title,.meetingLive a.meet-title{font-size:.9rem;}
.td-title{font-size:.92rem!important;}
/* .bg-fff.table td, .bg-fff.table th,#customer-table.table td,#customer-table.table th,#expert-table td,#expert-table th{padding:.55rem .65rem;} */
.table td, .table th{padding:.6rem .65rem!important;}
.table thead th {font-size:.92rem!important;}
.meetingEndList:nth-of-type(odd),.meetingLive:nth-of-type(odd),.join_meeting_customer:nth-of-type(odd),.join_meeting_expert:nth-of-type(odd){
    background-color: #f9f9f9;
}
/*日历插件去除日期秒的样式*/
  .layui-laydate-content>.layui-laydate-list {
      padding-bottom: 0px;
      overflow: hidden;
  }
  .layui-laydate-content>.layui-laydate-list>li{
      width:50%
  }

  .merge-box .scrollbox .merge-list {
      padding-bottom: 5px;
}

@media (min-width: 1024px){
	#form-meeting-info{padding:0 5rem;}
}
/* 20202019添加客服热线 */
.login-tel {
    position: fixed;
    right: 40px;
    top: 52px;
	color:#fff;
	font-size:16px;
}
.navbar-tel{font-size:14px;}
.navbar-tel em{color:#2081ea;font-size:arial;font-weight:700;font-size:16px;}
.navbar-tel i{padding-right:5px;position:relative;top:1px;}

@media (max-width: 375px){
	.login-tel{width:30%;right: 20px!important;top: 57px!important;}
	.navbar-brand{margin-right:0px!important;}
}
@media (min-width: 1024px){
	.navbar-tel-pc{display:block;}
	.navbar-tel-sj{display:none;}
}
@media (max-width: 1024px){
	.navbar-tel-pc{display:none;}
	.navbar-tel-sj{display:block;}
}

.delquery {
    cursor: pointer;
    height: 16px;
    line-height:15px;
    background:rgba(0, 0, 0, .3);
    position: absolute;
    right: 40px;
    top: 7px;
    text-align:center;
    color:#fff;
    border-radius:10px;
    width: 16px;
    z-index:1;
}
.fa-icojy-off{background: url(../images/ico_jy.png) no-repeat center center;width:24px;height:14px;position:relative;top:2px;}
.fa-icojy-on{background: url(../images/ico_open.png) no-repeat center center;width:24px;height:14px;position:relative;top:2px;}
.searchInput{text-indent:5px;background:#fff;}
.searchInput::-webkit-input-placeholder{color:#666;background:#fff;}
.form-control-resert{border:1px solid #ddd;}
.hide { display:none;}
.searchTip {text-align:left;font-size:12px;margin-bottom:0px;margin-top:5px;color:#dc3545;}
.searchResult {text-align:left;font-size:12px;margin-bottom:0px;margin-top:5px;color:#dc3545;}
.fa-icojy-off-on{background: url(../images/ico_jy_on.png) no-repeat center center;width:24px;height:14px;position:relative;top:2px;}
.fa-icojy-on-on{background: url(../images/ico_open_on.png) no-repeat center center;width:24px;height:14px;position:relative;top:2px;}

@media (max-width: 768px){
    .srty-hidden{display:none;}
    .delquery{z-index:-1;}
}