.home_addlive {
  top: 128px;
  width: 56px;
  height: 56px;
  opacity: 1;
  background: linear-gradient(90deg, #88be43 0%, #188a45 100%);
  box-shadow: 0px 2px 4px rgba(24, 138, 69, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_addlive i {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.home_addlive:hover {
  color: #fff;
}
.mtitle3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.mtitle3::after {
  display: none;
}
.home_search {
  width: 400px;
  height: 44px;
  display: flex;
}
.home_search .layui-input {
  border-radius: 20px;
}
.home_search .home_search_btn {
  background-color: rgba(24, 138, 69, 0.2);
  margin-left: 20px;
  border-radius: 20px;
  color: #000;
  border: 1px solid #188a45;
  opacity: 0.5;
}
.courseManage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.courseManage .cmItems {
  display: flex;
  min-width: fit-content;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transition: all 0.3s;
}
.courseManage .cmItems.publish {
  background: rgba(24, 138, 69, 0.06);
  box-shadow: 0px 2px 4px rgba(24, 138, 69, 0.4);
}
.courseManage .cmItems.publish .cmItemsNav ul li,
.courseManage .cmItems.publish .cmItemsNav ul a {
  border: 1px solid rgba(24, 138, 69, 0.2);
  box-shadow: 0px 2px 4px rgba(24, 138, 69, 0.05);
}
.courseManage .cmItems.publish .cmItemsRight .cmirBtn .operationBtn:nth-of-type(2) {
  background: #ffffff;
  border: 1px solid rgba(24, 138, 69, 0.2);
  color: #188a45;
}
.courseManage .cmItems .cmItmesImg {
  position: relative;
  width: 360px;
  height: 162px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 16px;
}
.courseManage .cmItems .cmItmesImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.courseManage .cmItems .cmItmesImg img:hover {
  transform: scale(1.05);
}
.courseManage .cmItems .cmItmesImg .cmItmesBot {
  width: 100%;
  height: 34px;
  opacity: 1;
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.courseManage .cmItems .cmItmesImgtitle h2 {
  margin: 0 0 5px;
  font-size: 20px;
}
.courseManage .cmItems .cmItmesImgtitle h4 {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}
.courseManage .cmItems .cmItmesImgtitle .updateTimer {
  margin-top: 5px;
  font-size: 14px;
  color: #676767;
  display: flex;
  align-items: center;
  position: relative;
}
.courseManage .cmItems .cmItmesImgtitle .updateTimer .updateTimerList {
  width: 200px;
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  left: 30%;
}
.courseManage .cmItems .cmItmesImgtitle .updateTimer .updateTimerList a {
  height: 30px;
}
.courseManage .cmItems .cmItmesImgtitle .updateTimer .updateTimerList p {
  font-size: 12px;
  color: #000;
  line-height: 2;
}
.courseManage .cmItems .cmItmesImgtitle .updateTimer i {
  margin-left: 5px;
  color: #676767;
  cursor: pointer;
  position: relative;
}
.courseManage .cmItems .cmItmesImgtitle .updateTimer i:hover .updateTimerList {
  display: block;
}
.courseManage .cmItems .cmItemsNav {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.courseManage .cmItems .cmItemsNav .pnavss {
  color: #333;
  font-size: 14px;
}
.courseManage .cmItems .cmItemsNav .pnavss span {
  color: #1890ff;
}
.courseManage .cmItems .cmItemsNav ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 180px));
  gap: 10px;
  column-gap: 60px;
}
.courseManage .cmItems .cmItemsNav ul a,
.courseManage .cmItems .cmItemsNav ul li {
  width: 180px;
  display: flex;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(229, 229, 229, 0.83);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s;
}
.courseManage .cmItems .cmItemsNav ul a:hover,
.courseManage .cmItems .cmItemsNav ul li:hover {
  background-color: rgba(24, 138, 69, 0.1);
}
.courseManage .cmItems .cmItemsNav ul a p,
.courseManage .cmItems .cmItemsNav ul li p {
  width: 100%;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courseManage .cmItems .cmItemsNav ul a p img,
.courseManage .cmItems .cmItemsNav ul li p img {
  width: 12px;
  height: 6px;
  margin-left: 5px;
}
.courseManage .cmItems .cmItemsNav ul a i,
.courseManage .cmItems .cmItemsNav ul li i {
  margin-left: 5px;
  color: #1890ff;
}
.courseManage .cmItems .cmItemsNav ul #more:hover .more_list {
  height: auto;
  padding: 10px;
}
.courseManage .cmItems .cmItemsNav ul #more .more_list {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 41px;
  left: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 0;
  z-index: 999;
  transition: height 0.3s;
}
.courseManage .cmItems .cmItemsNav ul #more .more_list a {
  width: 100%;
  margin-bottom: 5px;
}
.courseManage .cmItems .cmItemsNav ul #more .more_list a p {
  height: 30px;
}
.courseManage .cmItems .cmItemsRight {
  min-width: 150px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.courseManage .cmItems .cmItemsRight .cmirBtn {
  width: 150px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn {
  width: 130px;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn:hover {
  box-shadow: 0px 2px 4px rgba(24, 138, 69, 0.4) !important;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn.quciaoBtnBgColor {
  background: #999;
  cursor: not-allowed;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn.redBtnBgColor {
  background-color: #ff5017;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn.redBtnBgColor i {
  color: #fff;
  font-size: 24px;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn:nth-of-type(2) {
  background: #ffffff;
  border: 1px solid #188a45;
  color: #188a45;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .operationBtn i {
  margin-right: 5px;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .updateBtn {
  background-color: rgba(24, 138, 69, 0.9);
}
.courseManage .cmItems .cmItemsRight .cmirBtn .updateBtn i {
  margin-left: 0;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .preview {
  width: 45%;
  margin: 0;
  background: none;
  color: #000;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .preview i {
  font-size: 20px;
  color: #666;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .delete {
  width: 45%;
  background: none;
  color: #000;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .delete i {
  color: #666;
  font-size: 20px;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .erweima {
  width: 200px;
  height: auto;
  top: 42px;
}
.courseManage .cmItems .cmItemsRight .cmirBtn .erweima img {
  width: 50%;
  display: block;
  margin: 0 auto 5px;
}
.courseManage .cmItems .cmItemsRight .cmirTimer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #666;
}
.courseManage .cmItems .cmItemsRight .cmirTimer p {
  margin: 0;
}
.courseManage .cmItems .cmItemsRight .cmirTimer .moneys {
  color: #f5222d;
  font-weight: 600;
}
