.container-team {
  background: #f5f6fc;
}
label{
  margin-bottom:0;
}
.layui-form-label{
  line-height:29px;
}
.team-content-box {
  margin: 20px auto 40px;
  width: 1200px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 14px;
  color: #999999;
}
.layui-tab-title li {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.layui-this {
  background: #01aaed;
  /*FF9900*/
  color: #ffffff !important;
}
.create-team {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.submit-btn {
  padding: 0 20px;
  border-radius: 5px;
  background: #001a90;
  color: #ffffff;
  width: 100px;
}
.select-users-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.users-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: center;
}

.users-box .user-list,
.teachers-box .user-list,
.team-leader {
  position: relative;
  margin-right: 12px;
  padding: 0 16px;
  color: #282828;
  height: 36px;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #e1e6f0;
}
.user-list:hover {
  box-shadow: 0px 1px 8px 1px rgba(24, 144, 255, 0.2);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(24, 144, 255, 0.4);
}
.user-list:hover > .delete-users {
  display: block;
  cursor: pointer;
  color: #f6685d;
  font-size: 14px;
  height: 14px;
  width: 14px;
}
.users-box .user-list i {
  margin-left: 5px;
  margin-right: 1px;
  font-size: 14px;
}
.user-list .layui-icon-close-fill {
  display: none;
  position: absolute;
  top: -6px;
  font-size: 14px !important;
  right: -10px;
}
.user-add,
.user-add1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0 24px;
  height: 40px;
  border-radius: 50px 50px 50px 50px;
  color: #1890ff;
  border: 1px solid #1890ff;
}
.user-add:hover,
.user-add1:hover {
  color: #ffffff !important;
  background: #1890ff;
}
.user-add:hover .replace-icon,
.user-add1:hover .replace-icon {
  background-position: -164px -26px;
}
.user-add a:hover,
.user-add1 a:hover {
  color: #ffffff !important;
}
.user-add i {
  padding-right: 4px;
}
.layui-form-label {
  padding: 5px;
  width: 80px;
}

.team-leader {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.layui-layer-page {
  height: auto !important;
  min-height: 250px !important;
}
.top-tip {
  text-align: center;
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
}
.channel-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.channel-list .channel-item {
  font-size: 16px;
  height: 300px;
  width: 350px;
  padding: 30px;
  border-radius: 10px;
  background: #f7f7f7;
  margin-right: 40px;
  cursor: pointer;
  border: 2px solid #f7f7f7;
}
.channel-list .channel-item:last-child {
  margin-right: 0px;
}
.channel-list .actived {
  border: 2px solid #f06e00 !important;
}
.channel-list .channel-item .name {
  font-size: 18px;
  text-align: center;
  color: #ff9933;
  margin-bottom: 10px;
}
.channel-list .channel-item .title {
  color: #41474d;
  margin-bottom: 10px;
}
.channel-list .channel-item .info {
}
.replace-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-position: -140px -26px;
}
@media screen and (max-width: 450px) {
  .channel-list .channel-item {
    font-size: 12px;
    height: 200px;
    width: 350px;
    padding: 10px;
    border-radius: 10px;
    background: #f7f7f7;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .channel-list .channel-item .name {
    font-size: 14px;
  }
  .team-content-box {
    width: auto !important;
    padding: 0 20px !important;
  }
  .layui-layer-page {
    width: 90vw !important;
    height: auto !important;
  }
  .layui-form-item .layui-form-label {
    white-space: pre-wrap;
    margin-bottom: 0;
  }
  .redirect_btn {
    margin-bottom: 10px;
  }
  .submit_btn {
    margin-left: 0px !important;
  }
  .video_ext_text {
    display: block;
    float: none;
    width: 180px;
    height: auto;
    white-space: pre-wrap;
    word-break: break-all;
  }
  .heat-btn {
    display: block;
    float: left !important;
    margin-top: 48px;
    width: 100% !important;
    height: 36px !important;
  }
  .container-fluid.create-user-body {
    padding: 0px;
  }
  .create-user-body .user_body {
    margin-top: 0;
    padding: 0 20px;
  }
  .list-user-item {
    position: relative;
  }
  .user_body .layui-form {
    padding-bottom: 28px;
  }
  .layui-layer-page .layui-layer-content {
    overflow-x: hidden !important;
  }
  .list-user-item .delete-icon {
    position: absolute;
    left: 96%;
    top: -12px;
  }
  .list-user-item .layui-inline {
    display: flex;
  }
  .list-user-item .layui-input-inline {
    float: left;
    width: auto;
    margin: 0 24px 10px 5px;
    flex: 1;
  }
  .teacher_body .layui-form {
    padding: 0 24px;
  }
  .teacher_body .text-left {
    margin-left: 0;
  }
  .teacher_body .list-user-item .delete-icon {
    position: static;
    width: 20px;
  }
  .teacher_body .list-user-item .layui-input-inline {
    margin-bottom: 0;
  }
  .teacher_body .mt-8 {
    margin-top: 16px;
  }
}
.layui-tab_content {
  min-height: calc(100vh - 230px) !important;
}
.breadcrumb {
  margin: 0px auto;
  width: 1000px;
}
/* 2024/6/21 nwr */
.commom-dialog {
  position:absolute!important;
  border-radius: 12px 12px 12px 12px !important;
}
.choose-common {
  background: url("../../../images/team-bg.png") no-repeat 100%;
  background-position: 0 0;
}
.choose-member-box {
  width: 1200px;
  height: 867px;
  background: url("../../../images/team-bg.png") no-repeat 100%;
  background-position: 0 0;
}
.commom-dialog.member-info-box {
  width: 960px !important;
  height: 664px !important;
  background: url("../../../images/team-bg.png") no-repeat 100%;
  background-position: 0 0;
}
.commom-dialog .layui-layer-title {
  background: transparent;
  text-align: center;
  border-bottom: none;
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  line-height: 26px;
  padding: 32px 0 0;
  height: 98px;
}
.commom-dialog .layui-layer-setwin {
  right: 32px !important;
  top: 32px !important;
}
.container-fluid {
  padding: 0 32px;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.mx-auto {
  margin: 0 auto;
}
.mx-4 {
  margin: 0 16px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-4 {
  margin-left: 16px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-20 {
  margin-right: 80px;
}
.mr-12 {
  margin-right: 48px;
}
.pt-8 {
  padding-top: 32px;
}
.p-8 {
  padding: 32px !important;
}
.p-6 {
  padding: 24px !important;
}
.p-5 {
  padding: 20px !important;
}
.p-4 {
  padding: 16px !important;
}
.pt-10 {
  padding-top: 40px;
}
.pt-7 {
  padding-top: 28px;
}
.pt-6 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 16px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-12 {
  padding-left: 48px;
}
.pr-8 {
  padding-right: 32px;
}
.pr-6 {
  padding-right: 24px;
}
.px-6 {
  padding: 0 24px;
}
.px-8 {
  padding: 0 32px;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 40px;
}
.w-6 {
  width: 24px;
}
.h-6 {
  height: 24px;
}
.text-sm {
  font-size: 12px;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 20px;
}
.text-bold {
  font-weight: bold;
}
.text-title {
  color: #282828;
}
.text-subtitle {
  color: #8a9199;
  line-height: 26px;
}
.text-tips {
  color: #b0b5bf;
}
.choose-member-header .form-control {
  height: 40px;
  line-height: 40px;
  padding: 11px 16px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e6f0;
  margin-right: 16px;
  box-shadow: none;
}
.choose-member-header .form-control:focus {
  box-shadow: none;
}
.choose-member-header .search-btn {
  background: #fff;
  padding: 0px 31px;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  height: 40px;
  color: #282828;
}
.heat-btn {
  min-width: 92px;
  height: 40px;
  background: #ffffff;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #fa9550;
  color: #fa9550;
}
.heat-btn:hover {
  background: #fa9550;
  color: #fff;
}
.heat-btn i {
  font-size: 12px;
  color: #fa9550;
}
.heat-btn:hover i {
  color: #fff;
}
.heat-btn i.down {
  display: inline-block;
  transform: rotate(180deg);
}
.merber-card {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(24, 144, 255, 0.2);
  padding: 32px;
  margin-bottom: 20px;
  position: relative;
}
.merber-card.no-data:before {
   display:none!important;
}
.merber-card:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 27px;
  background: url(../../../images/note.png) no-repeat;
  background-size: 100%;
  top: 107px;
  left: 112px;
}
.merber-card.wait-add {
  border: 1px solid rgba(176, 181, 191, 0.3);
}
.merber-card.wait-add:before {
  background: url(../../../images/note1.png) no-repeat;
  background-size: 100%;
}
.merber-card:hover {
  box-shadow: 0px 1px 8px 1px rgba(24, 144, 255, 0.2);
}
.team-head {
  width: 54px;
  height: 54px;
  margin-right: 20px;
}
.merber-card .member-name {
  font-weight: bold;
  font-size: 16px;
  color: #282828;
  line-height: 26px;
}
.info {
  font-size: 14px;
  color: #8a9199;
  line-height: 26px;
}
.info label {
  font-size: 14px;
  color: #8a9199;
  font-weight: 500;
  margin-bottom: 0;
  white-soace:nowrap;
}
.info span {
  color: #4d4d4d;
}
.personal-letter {
  background: #56c08d;
}
.personal-letter:hover {
  background: #2ba471;
}
.invite {
  border: #1890ff;
  background: #1890ff;
  color: #fff !important;
}
.invite:hover {
  background: #0052d9;
}
.wait {
  background: #b0b5bf;
}
.disabled {
  cursor: no-drop;
}
.info-con {
  background: #f2f5fc;
  border-radius: 12px 12px 12px 12px;
}
.my-scroll {
  overflow: auto;
}
/* 定义滚动条整体样式 */
.my-scroll::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
}

/* 滚动条轨道 */
.my-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0); /* 轨道颜色 */
  border-radius: 4px; /* 圆角 */
}

/* 滚动条滑块 */
.my-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(138, 145, 153, 0.4); /* 滑块颜色 */
  border-radius: 4px; /* 圆角 */
  transition: all 0.3s ease; /* 过渡效果 */
}

/* 当鼠标悬停在滑块上时改变颜色 */
.my-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #666; /* 鼠标悬停颜色 */
}
.merber-list {
  height: 670px;
  overflow: auto;
}
.merber-list .info{
  margin-bottom:10px;
}
.merber-list .info:last-child{
  margin-bottom:0;
}
.flex-start {
  justify-content: flex-start !important;
}
.pointer {
  cursor: pointer;
}
.head {
  height: 64px;
  padding: 0 24px;
  line-height: 64px;
  color: #fff;
}
.head .ftitle {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.head .xiegang {
  background-color: rgba(255, 255, 255, 0.8);
  height: 1.2rem;
  top: 4px;
}
.head .stitle {
  color: rgba(255, 255, 255, 0.8);
}
.bold {
  font-weight: bold;
}
.member-info {
  width: 816px;
  height: 282px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 12px 12px 12px 0px;
  padding: 32px 40px;
  margin: 32px auto 0;
  overflow: auto;
}
.caption-title {
  font-weight: bold;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 26px;
  padding-left: 15px;
  position: relative;
}
.caption-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #1890ff;
  border-radius: 5px 5px 5px 5px;
  top: 6px;
  left: 0px;
}
.my-breadcrumb {
  padding: 28px 0 34px 0;
  width: 1200px !important;
}
.layui-btn-danger {
  background: #f6685d;
}
.layui-btn-normal.plain {
  color: #1890ff;
  background: rgba(24, 144, 255, 0.2);
}
.layui-btn-danger.plain {
  color: #f6685d;
  background: rgba(246, 104, 93, 0.2);
}
.icon {
  display: inline-block !important;
  background-image: url(../../../images/icons.png);
}
.border-top {
  border-top: 1px solid rgba(0, 82, 217, 0.1);
}
.pramiry-plain-btn {
  width: min-content;
  height: 40px;
  border: 1px solid #1890ff;
  background: #fff;
  color: #1890ff;
}
.pramiry-plain-btn a {
  color: #1890ff;
}
.pramiry-plain-btn a:hover {
  color: #fff;
}
.pramiry-plain-btn:hover {
  background: #1890ff;
}
.pramiry-plain-btn:hover a {
  color: #fff !important;
}

.danger-plain-btn {
  width: min-content;
  border: 1px solid #ff5722;
  background: #fff;
  color: #ff5722;
}
.danger-plain-btn a {
  color: #ff5722;
}
.danger-plain-btn a:hover {
  color: #fff;
}
.danger-plain-btn:hover {
  background: #ff5722;
}
.danger-plain-btn:hover a {
  color: #fff !important;
}

.resize-none {
  resize: none;
}
.default-con {
  width: 100%;
  min-height: 400px;
  text-align: center;
}
.default-con img {
  padding-top: 128px;
  padding-bottom: 24px;
  display: block;
  margin: 0 auto;
}
.upload-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-position: 0 -272px;
}
.download-icon {
  width: 14px;
  height: 14px;
  background-position: -48px -224px;
}
.update-video {
  margin-bottom: 32px;
}
.update-video .layui-btn-primary {
  height: 56px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e6f0;
  margin-top: 32px;
  color: #b0b5bf;
}
.update-video .layui-btn-primary:hover {
  color: rgba(24, 144, 255, 1);
  border: 1px solid rgba(24, 144, 255, 1);
}
.layui-btn-primary:hover .upload-icon {
  background-position: -34px -272px;
}
.update-video .upload-widget {
  margin-top: 32px;
}

.upload-widget .file-item > i {
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #b0b5bf;
  border-left: 1px solid #e1e6f0;
  margin-right: 0;
  cursor: pointer;
}
.upload-widget .file-item .download-btn {
  width: 46px;
  height: 40px;
  position: absolute;
  right: 46px;
  top: 0;
  border-left: 1px solid #e1e6f0;
  cursor: pointer;
}
.upload-widget .file-item .download-btn:hover .download-icon {
  background-position: -72px -224px;
}
.upload-widget .file-item .layui-icon-delete:hover {
  color: #1890ff;
}
.upload-widget .file-item .download-icon {
  width: 14px !important;
  height: 14px !important;
  background-position: -48px -224px;
}
.upload-widget .file-item .layui-icon-delete {
  right: 0 !important;
}
.upload-widget .file-item {
  position: relative;
  border: 1px solid #ccc;
  padding: 0px 0px 0px 10px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  width: auto;
  border: 1px solid #e1e6f0;
}
.upload-widget .file-item strong {
  display: block;
  width: calc(100% - 92px);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #282828;
  font-weight: 500;
  white-space: nowrap;
}
.wab-address {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e6f0;
  margin-top: 24px;
}
.wab-address span {
  display: inline-block;
  min-width: 104px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border-right: 1px solid #e1e6f0;
}
.wab-address input {
  border: none;
  box-shadow: none;
  outline: none;
  flex: 1;
  padding: 0 16px;
}
.layui-form-select .layui-input {
  border-radius: 4px;
}
.layui-input,
.layui-select,
.layui-textarea {
  min-height: 40px;
}
.layui-input,
.layui-select,
.layui-textarea {
  border-radius: 4px;
}
.member-box > .layui-form .layui-form-label {
  margin-bottom: 0;
  height: 40px;
  line-height: 30px;
  padding-right: 24px;
}
.member-box .J-code-btn {
  border: 1px solid #e1e6f0;
  padding: 0 32px;
  margin-left: 20px;
  font-size: 14px;
  color: #8a9199;
}
.member-box .layui-form-item .layui-input-inline {
  margin-right: 0;
}
.member-box .layui-form-item {
  margin-bottom: 24px;
}
.commom-dialog.metch-nav-dialog {
  width: 282px !important;
  height: auto !important;
  background: url(../../../images/mobile/title-bg.png) no-repeat 100%;
  background-position: 0 0;
}
.commom-dialog.metch-nav-dialog .layui-layer-title {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  padding: 24px 24px 0;
  height: 72px;
  color: #fff;
}
.commom-dialog.metch-nav-dialog .layui-layer-setwin {
  right: 10px !important;
  top: 10px !important;
}
.commom-dialog.metch-nav-dialog .layui-layer-ico {
  background-position: -180px -31px;
  transform: scale(0.7);
  width: 30px;
  height: 30px;
}
.match-menu {
  display: none;
}
.live-video-list .download {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e1e6f0;
  cursor: pointer;
}
.icon-download {
  background: url(../../../images/mobile/icons-h5.png);
  background-position: -162px 0;
  width: 28px !important;
  height: 28px !important;
  transform: scale(0.5);
}
.icon-download:before {
  display: none;
}
.icon.loader {
  background-image: none !important;
}
.group {
  border: 1px dashed #e1e6f0;
  padding: 20px 40px 20px 32px;
  margin-top: 16px;
  position: relative;
  border-radius: 4px;
}
.group .order {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  background: #1890ff;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.choose-live-time {
  width: 272px;
  align-items: center;
}
.time-con span {
  line-height: 40px;
  padding: 0 10px;
}
.px-2{
  padding:0 8px;
}
/*联系我们*/
.contactus-email {
  position: relative;
  cursor: pointer;
}
.contactus-email .contactus-team-qrcode {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: absolute;

  background-color: #f5f5f5;
  padding: 10px; /* 内边距 */
  border-radius: 8px; /* 圆角边框 */
}
.team-qrcode1{
  left: 40px;
  top: 24px;
}
.team-qrcode2{
  left: 40px;
  bottom: 30px;
}
.contactus-email:hover .contactus-team-qrcode {
  display: flex;
}
.contactus-team-qrcode {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 轻微阴影，增加立体感 */
  transition: all 0.3s ease; /* 平滑过渡动画 */
}

.contactus-team-qrcode:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* 悬停时加深阴影 */
  transform: translateY(-2px); /* 稍微上移，模拟悬浮效果 */
}
.contactus-team-img {
  height: 150px;
  width: 150px;
}
.contactus-team-qrcode .qrcode-title{
  font-size: 12px;
  margin-top: 8px;
}