[v-cloak]{
    display: none;
}
/* 顶部菜单二级列表 */
.top-menu {
    position: relative;
}
.top-menu .manage-menu-parent:hover  .manage-menu-outer {
    display: block;
}
.top-menu .manage-menu-outer .gap {
    height: 10px;
}
.top-menu .manage-menu-outer {
    position: absolute;
    right: 116px;
    top: 48px;
    display: none;
}
.top-menu .manage-menu {
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
}

.top-menu .manage-menu .item {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.top-menu .manage-menu .item:last-child {
    border: 0;
}
.top-menu .manage-menu .item a:hover {
    color: #00A3DF;
}
.top-menu .manage-menu .item .active {
    color: #00A3DF;
}
/* 2023-11-14 客户信息页面 自定义开关样式 start */
.subscribesummary {
    margin-top: 5px;
}
.subscribesummary .layui-input-block {
    margin-left: auto;
}
.subscribesummary .layui-form-switch:not(.layui-checkbox-disbaled) {
    height:25px;
    line-height:25px;
    border-color: #00A3DF !important;
    color: #00A3DF !important;
}
.subscribesummary .layui-form-switch:not(.layui-checkbox-disbaled) em {
    color: #00A3DF !important; 
}
.subscribesummary .layui-form-switch:not(.layui-checkbox-disbaled) i {
    background-color: #00A3DF !important; 
}
.subscribesummary .layui-form-onswitch {
    border-color: #00a3df;
    background-color: #00a3df;
}
.subscribesummary .layui-form-onswitch:not(.layui-checkbox-disbaled) em {
    color: #fff !important; 
}
.subscribesummary .layui-form-onswitch:not(.layui-checkbox-disbaled) i {
    background-color: #fff !important; 
}
.subscribesummary .layui-form-label {
    padding: 9px 4px;
    width: 90px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
/* 2023-11-14 客户信息页面 自定义开关样式 end */
/* 客户信息自定义tag */
.customer-tag {
    padding: 6px 10px;
    border: 1px solid #00a3df;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #00a3df;
    min-width: 93px;
    background: #fff;
    text-align: center;
}
#createMeeting .outbound-form .el-input.is-disabled .el-input__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #C0C4CC;
}
#createMeeting .el-input__inner {
    background-color: #fff;
}
#createMeeting .outbound-form .el-input__inner {
    border: 1px solid #dcdfe6;
    box-shadow: none  !important;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
}
#createMeeting .outbound-form .el-form-item.is-error .el-input__inner {
    border-color: #f56c6c;
}
#createMeeting .outbound-form .select-length .el-input__inner {
    border-color: #dcdfe6 !important;
}
#createMeeting .outbound-form .el-input__inner:focus {
    outline: none;
    border-color: #00A3E0;
}

.el-message-box__btns .el-button {
    width: 220px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #00A3E0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #00A3E0;
}
.el-message-box__btns .hai-confirm-btn {
    background-color: #00A3DF;
    color: #fff;
}
.el-message-box__btns .hai-cancel-btn {
    margin-right: 30px !important;
}



/* 鼠标样式 */
.pointer {
    cursor: pointer;
}
/* 打开app */
.open-app {
    background-color: rgb(41, 40, 40);
    height: 120px;
    display: none;
    color: #fff;
    font-size: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.open-app .open-btn {
    background-color: #1e7ccb;
    border-radius: 20px;
    padding: 10px 60px;
}

/* 我的客户报名 */
.customer-list {
    padding: 10px 15px 0;
    background: #fff;
    border-radius: 6px;
    position: relative;
    margin-bottom: 34px;
    min-height: 500px;
}

.customer-list-bg::after {
    content: '';
    width: 20px;
    height: 83px;
    background-color: #DDEBF7;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
}
.customer-list-bg::before {
    content: '';
    width: 20px;
    height: 83px;
    background-color: #DDEBF7;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 6px;
}
/* 分页样式 */
.pagination {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.filter-box {
    padding: 15px 0;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.filter-box .search {
    display: flex;
    margin-left: 15px;
}
.filter-box .export-btn{
    height: 40px;
    margin-left: auto;
}

 /* 侧边二维码 */
 .side-nav {
     background:  #1e7ccb;
     position: fixed;
     right: -107px;
     top: 50%;
     transform: translateY(-50%);
     color: #fff;
     box-sizing: border-box;
     z-index: 99;
     border-radius: 4px 0 0 4px;
     transition: all 0.4s;
 }
 .side-nav:hover {
     right: 0;
 }
 .side-nav .side-list {
     margin: 0;
 }
 .side-list .item {
     display: flex;
     /* align-items: center; */
     flex-direction: column;
     padding: 12px 15px;
     border-radius: 4px 0 0 4px;
 }
 .side-list .item .content {
     display: flex;
     align-items: center;
 }
 .side-list .item .erwei{
    width: 90px;
    height: 90px;
    align-self: flex-end;
    margin-top: 5px;
    display: none;
 }
 .side-list .item:hover .erwei {
     display: block;
 }
 .side-list .item .erwei-ios {
    background:url(../static/icons/pingguo.png) no-repeat center;
    background-size: cover;
 }
 .side-list .item .erwei-google {
    background:url(../static/icons/google.png) no-repeat center;
    background-size: cover;
 }
 /* 生产环境二维码 */
 .side-list .item .erwei-apk {
    background:url(../static/icons/ca-apk.png) no-repeat center;
    background-size: cover;
 }
 /* my环境二维码 */
 .side-list .item .my-erwei-apk {
    background:url(../static/icons/my-apk.png) no-repeat center;
    background-size: cover;
 }
 .side-list .item:hover {
     background-color: #00a3e0;
     cursor: pointer;
 }
 .side-list .item .icon-ios {
    background:url(../static/icons/ios.png) no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-right: 15px;
 }
 .side-list .item .icon-google {
    background:url(../static/icons/google-play.png) no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-right: 15px;
 }
 .side-list .item .icon-android {
    background:url(../static/icons/anzhuo.png) no-repeat center;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    border-bottom-left-radius: 4px;
 }

 /* 添加客户 客户等级选择下拉 */
 .client-tier .selects {
    width: 100%;
    height: 50px;
    background-color: #f5f7f7;
 }
 .client-tier .arrowd_bottom {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    /* vertical-align: middle; */
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform .2s ease;
 }

 /*  full-list 按钮样式 */
 .full-list-btn {
    padding: 0 15px;
    height: 30px;
    background: #fff;
    border: 1px solid #00A3E0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #00A3E0;
    margin-right: 20px;
    display: flex;
    align-items: center;
 }
.full-list-btn::before{
    background: url(../static/icons/list.png);
    background-size: cover;
}
.playback-btn::before {
    background: url(../static/icons/playBack.png);
    background-size: cover;
}
.full-list-btn .list-img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

 /* 已报名客户列表 */
 .member-list .email-btn {
    width: 22px;
    height: 22px;
    background: url(../static/icons/icon_email.png) no-repeat center;
    background-size: 100% auto;
 }
 .member-list .del-btn {
    width: 20px;
    height: 20px;
    background: url(../static/icons/icon_delete.png) no-repeat center;
    background-size: 100% auto;
 }
 .member-list .btn-box {
     display: flex;
     justify-content: space-between;
 }
 .member-list .search-box {
     display: flex;
     padding: 10px 0;
     align-items: center;
     justify-content: space-between;
     color: #555;
 }
/* 会议视频样式 */
.meeting-video-box {
    box-sizing: border-box;
    padding: 20px 0;
}
.item-video {
    flex: 0 0 33.3%;
    margin: 20px 0 0;
    margin-right: 10px;
    position: relative;
} 
.item-video video {
    display: block;
}
.video-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-img .play {
    color: #fff;
    font-size: 30px;
}
/* 会议详情页点赞评论样式 */
.comment {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}
/* .comment .replay-content {
    min-height: 200px;
} */
.comment .comment-header {
    margin-bottom: 20px;
}
.comment .comment-header .left {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.comment .comment-header .left .comment-num {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
.comment .comment-header .right img{
    width: 26px;
    height: 26px;
}
.comment .comment-header .right span {
    font-size: 12px;
    color: #777;
}
.comment .comment-header .right .cai {
    margin-left: 20px;
}
.comment .comment-input {
    margin: 0 20px;
}
.comment .comment-input .disabled{
    background: #BDBDBD;
    box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 14%);
    width: 120px;
    height: 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    cursor: not-allowed;
}
.comment .comment-list {
    /* border-top: 1px solid #e6e6e6; */
    min-height: 200px;
    overflow-y: auto;
    max-height: 700px;
}
.comment .comment-list .item {
    padding: 12px 10px;
    border-bottom: 1px solid #e6e6e6;
}
/* .comment .comment-list .item:last-child {
    border-bottom: 0;
} */
.comment .comment-list .item .left {
    flex: 0 0 170px;
    font-size: 12px;
    color: #888;
    align-self: flex-start;
}
.comment .comment-list .item .left span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #e67e22;
}
.comment .comment-list .item .right .replay-name span {
    color: #e67e22;
}
.comment .comment-list .item .right {
    display: flex;
    flex: 1;
    padding-left: 10px;
    color: #333;
}
.comment .comment-list .item .right .replay{
    margin-left: 10px;
}
.comment .comment-list .item .right .replay i {
    font-size: 18px;
    color: #bbc5c5;
}
.comment .comment-list .item .right .replay i:hover {
    color: #00A3E0;
    cursor: pointer;
}
.comment .comment-list .item .right .delete {
    margin-left: 20px;
    cursor: pointer;
}
.comment .comment-list .item .right .delete:hover {
    color: #00A3DF;
}
.comment .comment-list .item .right .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.comment .comment-list .item .right .content .replay-content {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
}
.comment .comment-list .item .right .content .replay-content-item {
    padding: 6px 0;
    border-bottom: 1px solid #e6e6e6 ;
}
.comment .comment-list .item .right .content .replay-content-item:last-child {
    border: 0;
}
.comment .comment-list .item .right .date {
    font-size: 12px;
    color: #ccc;
    margin-top: 2px;
}
.comment .comment-list .item .avatar {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.comment .comment-list .no-data {
    min-height: 200px;
    color: #888;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 上传附件样式 */
.attached-file-box {
    align-items: flex-start;
}
.attached-file-box .title_left {
    margin-top: 5px;
}
.attached-file .list {
    margin: 0;
    margin-top: 15px;
    display: none;
}
.attached-file .list .item {
  
   margin-bottom: 10px;
   padding: 5px 10px;
   border: 1px solid #ccc;
   border-radius: 4px;
}
.attached-file .list .item .content {
    display: flex;
    align-items: center;
}
.attached-file .list .item .delete {
    font-size: 22px;
    color: #888;
}
.attached-file .list .item .delete:hover {
    color: #00A3E0;
    cursor: pointer;
}
.attached-file .list .item:hover {
    border-color: #00A3E0;
}

.attached-file .list .item span.name {
    font-size: 14px;
    color: #666;
    margin: 0 10px;
    flex: 1;
}

.input_item .el-input__inner {
    border-radius: 0;
}

/* 会议详情页样式 */
.attached-file .title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.attached-file-detail .content{
    display: flex;
    align-items: center;
}
.attached-file-detail .content .name {
    flex: 1;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
}
.attached-file-detail .content .download {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.attached-file-detail .content .download:hover {
    color: #1e7ccb;
}

/* 授权人员弹窗 */
.auth-dialog-content {
    max-height: 60vh;
    overflow: auto;
}

/* 路演回放 */
.replay-container {
    display: flex;
    flex-direction: column;
}
.replay-container .content{
    padding: 0 0 10px;
}
.replay-container .content .desc{
    padding-top: 10px;
    font-size: 14px;
    color: #555;
    white-space: pre-line;
}
.replay-container .play-video {
    padding-top: 10px;
}
.replay-container .play-video video{
    width: 560px;
    border-radius: 4px;
}
.replay-container .content .title{
    font-size: 22px;
    color: #333;
    padding: 10px 0;
}
.replay-container .content .info .tag{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background: #bdbdbd;
    padding: 1px 5px;
    border-radius: 4px;
    margin-right: 10px;
}
.replay-container .content .info .date{
    color: #707070;
    font-size: 14px;
}

/* 创建全时会议 */
#createMeeting .create-qsh-content {
    height:calc(100vh - 35vh);
    overflow: auto;
}
#createMeeting .create-qsh-content .el-input__inner, #createMeeting .create-qsh-content .el-textarea__inner{
    border: 1px solid #dcdfe6;
    box-shadow: none  !important;
    background-color: #fff !important;
    height: auto;
    line-height: 33px;
}
#createMeeting .create-qsh-content .el-textarea__inner {
    line-height: 20px;
}
#createMeeting .create-qsh-content .el-form-item.is-error .el-input__inner {
    border-color: #f56c6c;
}
#createMeeting .create-qsh-content .select-length .el-input__inner {
    border-color: #dcdfe6 !important;
}
#createMeeting .create-qsh-content .el-input__inner:focus {
    outline: none;
    border-color: #00A3E0;
}
#createMeeting .create-qsh-content .el-textarea__inner:focus {
    outline: none;
    border-color: #00A3E0;
}
#createMeeting .dialog-header {
    position: relative;
}
#createMeeting .dialog-title{
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}
#createMeeting .screen-box{
    position: absolute;
    right: 20px;
    top: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#createMeeting .screen-box .screen-icon{
    color: #909399;
}
#createMeeting .screen-box .screen-icon:hover{
    color: #00A3DF;
}
#createMeeting .screen-box .icon {
    fill: #909399;
}
#createMeeting .screen-box .icon:hover {
    fill: #00A3DF;
}
#createMeeting .create-qsh-content .event-info-title::before {
    content: '';
    width: 2px;
    background-color: #00A3DF;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
}
#createMeeting .create-qsh-content .tips {
    font-size: 12px;
    color: #999;
}
#createMeeting .create-qsh-content .date-picker-box {
    display: inline-flex;
    position: relative;
}
#createMeeting .create-qsh-content .date-picker-box .week{
    position: absolute;
    top: 1px;
    right: 70px;
    font-size: 13px;
}
#createMeeting .create-qsh-content  .select-length {
    display: inline-flex;
}
#createMeeting .create-qsh-content  .select-length .el-input__inner {
    padding-left: 70px;
}
#createMeeting .create-qsh-content  .select-length .el-input__prefix {
    left: 10px;
    top: 2px;
    color: #555555;
}

.webcast-title {
    font-size: 17px;
    font-weight: bold;
    color: #555;
    padding: 10px;
    background:#f6f6f6;
}
.phone-call .info{
    margin-bottom: 10px;
}
.phone-call .info .copy-btn{
    margin-left: 10px;
}


/* 活动类型选择样式 */
.select-type-event {
    padding-bottom: 50px;
}
.select-type-event .flex-box{
    font-size: 14px;
    color: #999;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    min-width: 234px;
}
.select-type-event .flex-box:hover {
    color: #00A3E0;
}
.select-type-event .flex-box i {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #00A3E0;
    font-size: 18px;
    display: none;
}
.select-type-event .flex-box.active {
    border: 1px solid #00A3E0;
    color: #00A3E0;
}
.select-type-event .flex-box.active i {
    display: block;
}

/* 帮客户报名 */
.client-adress-info {

}
.client-adress-info .auto-complete-input{
    position: relative;
}
.client-adress-info .auto-complete-input{
    position: relative;
}
.client-adress-info .auto-complete-input .input-clear{
    position: absolute;
    right: 8px;
    top: 22px; 
    color: #888;
    cursor: pointer; 
    opacity: 0;
}
.client-adress-info .auto-complete-input .auto-complete-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}
.client-adress-info .auto-complete-input .auto-complete-content li{
    padding: 13px 20px;
    color: #666;
}
.client-adress-info .auto-complete-input .auto-complete-content li:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

/* 会议详情页, 地址后面的编辑图标 */
.offline-address .el-icon-edit:hover {
    color: #00a3df;
}
 
/* 指定活动样式 */
.top-event .content{
    background-color: #fff;
    padding: 17px 30px;
    border-radius: 8px;
    margin-top: 15px;
    position: relative;
}
.top-event .content .info {
    flex: 1;
}
.top-event .content .info  .meeting-title{
    min-height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.top-event .join-meeting-btn {
    border: 1px solid #00a3df;
    border-radius: 4px;
    padding: 3px 10px;
    color: #00A3DF;
    font-size: 12px;
    cursor: pointer;
}
.top-event  .layui-icon-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.top-event  .layui-icon-close:hover {
    color: #00a3df;
    cursor: pointer;
}
.top-event .join-meeting-btn:hover {
    opacity: 0.7;
}
/* 个人中心样式 */
.personal-form .input_item {
    position: relative;
}
.personal-form .input_item .error-msg{
    position: absolute;
    bottom: 3px;
    left: 160px;
    color: red;
    font-size: 12px;
    transform: scale(0.9);
}
/* 客户信息页面的样式 */
.customer-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 160px;

}
.customer-action .btn {
    padding: 6px 10px;
    border: 1px solid #00a3df;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    min-width: 93px;
    background: #00a3df;
    text-align: center;
}
.customer-action .btn:hover {
    opacity: 0.7;
}
.send-to-all-btn:hover span{
    color: #777;
}