.m-createProject[data-v-ed57cca8] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  z-index: 1000;
}
.noInviteCode[data-v-ed57cca8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noInviteCode .inviteCodeTip[data-v-ed57cca8] {
  font-size: 14px;
  margin-top: 10px;
  color: red;
}
.noInviteCode .codeBox[data-v-ed57cca8] {
  width: 500px;
  background: #111;
  padding: 30px;
  border-radius: 6px;
}
.noInviteCode .codeBox .text[data-v-ed57cca8] {
  font-size: 18px;
}
.noInviteCode .codeBox .input-box[data-v-ed57cca8] {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noInviteCode .codeBox .input-box input[data-v-ed57cca8] {
  width: 100%;
  height: 40px;
  background-color: #1f1f1f;
  border: none;
  padding: 0 20px;
  color: #fff;
}
.noInviteCode .codeBox .input-box button[data-v-ed57cca8] {
  padding: 10px 20px;
  background-color: #0092ff;
  font-size: 16px;
  cursor: pointer;
  border: none;
  color: #fff;
}
.dropdown-dialog[data-v-ed57cca8] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  z-index: 9999;
}
.dropdown-dialog .dialog-item[data-v-ed57cca8] {
  width: 460px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #111111;
  box-sizing: border-box;
  font-size: 14px;
}
.dropdown-dialog .dialog-item .close-dialog[data-v-ed57cca8] {
  width: 100%;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #232529;
}
.dropdown-dialog .dialog-item .close-dialog img[data-v-ed57cca8] {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.dropdown-dialog .dialog-item .insert-item[data-v-ed57cca8] {
  width: 70%;
  margin: 40px auto;
  display: flex;
  align-items: center;
}
.dropdown-dialog .dialog-item .insert-item .left[data-v-ed57cca8] {
  width: 50px;
}
.dropdown-dialog .dialog-item .insert-item .right[data-v-ed57cca8] {
  flex: 1;
  display: flex;
  align-items: center;
}
.dropdown-dialog .dialog-item .insert-item .right img[data-v-ed57cca8] {
  width: 80px;
}
.dropdown-dialog .dialog-item .insert-item .right .input[data-v-ed57cca8] {
  width: 50%;
}
.dropdown-dialog .dialog-item .insert-item .right .input[data-v-ed57cca8]:first-child {
  margin-right: 10px;
}
.dropdown-dialog .dialog-item .insert-item .right .input[data-v-ed57cca8]:last-child {
  margin-left: 10px;
}
.dropdown-dialog .dialog-item .insert-item .right .input[data-v-ed57cca8] .el-input-group__prepend {
  background: #1f1f1f !important;
  color: #fff !important;
  border-color: #292929 !important;
}
.dropdown-dialog .dialog-item .insert-item .right[data-v-ed57cca8] .el-form-item__label {
  color: #fff;
}
.dropdown-dialog .dialog-item .insert-item .right[data-v-ed57cca8] .el-input__inner,
.dropdown-dialog .dialog-item .insert-item .right[data-v-ed57cca8] .el-textarea__inner,
.dropdown-dialog .dialog-item .insert-item .right[data-v-ed57cca8] .el-button {
  background-color: #1f1f1f;
  border: 1px solid #292929;
  color: #fff;
  height: 36px;
}
.dropdown-dialog .dialog-item .insert-bottom[data-v-ed57cca8] {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.dropdown-dialog .dialog-item .insert-bottom div[data-v-ed57cca8] {
  width: 80px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
.dropdown-dialog .dialog-item .insert-bottom div[data-v-ed57cca8]:first-child {
  background: #656565;
}
.dropdown-dialog .dialog-item .insert-bottom div[data-v-ed57cca8]:last-child {
  background: #2991f1;
}
.dropdown-dialog .selectContent[data-v-ed57cca8] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.dropdown-dialog .m-dropdown[data-v-ed57cca8] {
  width: 70%;
  height: 36px;
  z-index: 1000;
}
.dropdown-dialog .m-dropdown .u-dropdown[data-v-ed57cca8] {
  width: 100%;
  height: 100%;
  background: #282828;
  border: 1px solid #424242;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  padding-left: 8px;
  padding-right: 24px;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.dropdown-dialog .m-dropdown .u-dropdown .dropdown-item[data-v-ed57cca8] {
  position: absolute;
  padding: 5px 0px;
  background: #181818;
  left: 0px;
  top: -135px;
  width: 100%;
  border-radius: 4px;
}
.dropdown-dialog .m-dropdown .u-dropdown .dropdown-item div[data-v-ed57cca8] {
  height: 36px;
  width: 100%;
  text-indent: 16px;
  background: #181818 !important;
  color: #fff !important;
}
.dropdown-dialog .m-dropdown .u-dropdown .dropdown-item div[data-v-ed57cca8]:hover {
  background: #282828 !important;
  color: #2991f1 !important;
}
.dropdown-dialog .m-dropdown .u-dropdown .dropdown-item[data-v-ed57cca8]::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 8px solid #181818;
  border-right: 6px solid transparent;
}
.dropdown-dialog .m-dropdown input[data-v-ed57cca8] {
  width: 100%;
  height: 100%;
}
.dropdown-dialog .m-dropdown .dropdown-input[data-v-ed57cca8] {
  width: 200px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: -40px;
  display: flex;
  justify-content: space-around;
}
.dropdown-dialog .m-dropdown .dropdown-input input[data-v-ed57cca8] {
  width: 80px;
  height: 36px;
}
.dropdown-dialog .m-dropdown[data-v-ed57cca8] .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  color: #fff !important;
}
.dropdown-dialog .m-dropdown[data-v-ed57cca8] .ivu-select-dropdown {
  background: #181818 !important;
}
.dropdown-dialog .m-dropdown[data-v-ed57cca8] .ivu-select-item {
  background: #181818 !important;
  color: #fff !important;
}
.dropdown-dialog .m-dropdown[data-v-ed57cca8] .ivu-select-item:hover {
  background: #282828 !important;
  color: #2991f1 !important;
}
.IndexPage[data-v-ed57cca8] {
  width: 100vw;
  height: 100vh;
  background-color: #111;
  padding: 0 30px;
  color: #fff;
  overflow: auto;
}
.IndexPage .top[data-v-ed57cca8] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #111;
}
.IndexPage .top[data-v-ed57cca8]::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #292929;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.IndexPage .top .logo[data-v-ed57cca8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IndexPage .top .logo img[data-v-ed57cca8] {
  width: 76px;
  height: 30px;
  margin-right: 10px;
}
.IndexPage .top .logo .tips[data-v-ed57cca8] {
  width: 50px;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  background: url("../assets/images/Rectangle 566@2x.e17d4f963b0209b68fd4de3d7ff356df.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .top .beta-prompt[data-v-ed57cca8] {
  color: #999;
  font-size: 12px;
}
.IndexPage .user-info[data-v-ed57cca8] {
  display: flex;
  align-items: center;
}
.IndexPage .user-info .vip[data-v-ed57cca8] {
  width: 77px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.IndexPage .user-info .vip.vip-level-0[data-v-ed57cca8] {
  width: 96px;
  height: 30px;
  background: url("../assets/images/Group 1442@2x.a782e5a9d76604727bee3d724bf3898e.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .user-info .vip.vip-level-1[data-v-ed57cca8] {
  background: url("../assets/images/Group 2017@2x.6fed671d6ec1a3b6f671624e58462e04.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .user-info .vip.vip-level-2[data-v-ed57cca8] {
  background: url("../assets/images/Group 2018@2x.55e629b77a242268e7370d2e879343c2.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .user-info .user[data-v-ed57cca8] {
  width: 30px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.IndexPage .user-info .user .avatar-item[data-v-ed57cca8] {
  width: 100%;
  height: 30px;
  background: #999;
  border-radius: 2px;
}
.IndexPage .user-info .user .avatar-item img[data-v-ed57cca8] {
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.IndexPage .middle[data-v-ed57cca8] {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 180px);
  /* 第一行样式 */
  /* 其他行样式 */
}
.IndexPage .middle .first-line[data-v-ed57cca8] {
  display: flex;
  justify-content: space-between;
  /* 首行两端对齐 */
}
.IndexPage .middle .other-lines[data-v-ed57cca8] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* 后续行左对齐 */
}
.IndexPage .middle .tab[data-v-ed57cca8] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.IndexPage .middle .tab .tab-item[data-v-ed57cca8] {
  max-height: 201px;
  aspect-ratio: 2.235;
  position: relative;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 2px;
  margin-right: 30px;
  display: flex;
  justify-items: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  background: url("../assets/images/Group 1995@2x.b54cfa0a10e7c89e3053cafec1233b92.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item[data-v-ed57cca8]:hover {
  border-color: #0092ff;
}
.IndexPage .middle .tab .tab-item.active[data-v-ed57cca8] {
  border-color: #0092ff;
}
.IndexPage .middle .tab .tab-item .tab-icon[data-v-ed57cca8] {
  width: 125px;
  height: 38px;
  position: absolute;
  top: -9px;
  right: 0;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon1[data-v-ed57cca8] {
  background: url("../assets/images/Group 2001@2x.50cf93a0d06f3dc2ccb6ad86f10531cf.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon2[data-v-ed57cca8] {
  background: url("../assets/images/Group 1994@2x.819d0613dcc631ff1aeb63a268921041.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon3[data-v-ed57cca8] {
  background: url("../assets/images/Group 1998@2x.47fb3d0143c85ede528e38316fc8006b.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon4[data-v-ed57cca8] {
  background: url("../assets/images/Group 1997@2x.05dafc3e77b523d8cbefdd45c63cd36e.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon6[data-v-ed57cca8] {
  background: url("../assets/images/Group 2238@2x.a41f9b3b1695518fcdfa548b627b0fe0.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon7[data-v-ed57cca8] {
  background: url(../assets/images/model.f8596aa82f4b37231853ca65abf47380.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon8[data-v-ed57cca8] {
  background: url("../assets/images/Group 1998@2x.47fb3d0143c85ede528e38316fc8006b.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon11[data-v-ed57cca8] {
  background: url(../assets/images/2dvideo.22371b8e6e5f6394d26a3efeebf12664.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-icon.tab-icon12[data-v-ed57cca8] {
  background: url(../assets/images/2dchat.223a6e0a38e8f6ae6efa7f54cc809119.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .tab .tab-item .tab-content[data-v-ed57cca8] {
  font-weight: bold;
  margin-bottom: 17px;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 20px;
  height: 50px;
}
.IndexPage .middle .tab .tab-item .tab-content .content-cn[data-v-ed57cca8] {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.IndexPage .middle .tab .tab-item .tab-content .content-en[data-v-ed57cca8] {
  font-size: 16px;
}
.IndexPage .middle .tab .tab-item .tab-tips[data-v-ed57cca8] {
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  height: 20px;
}
.IndexPage .middle .project[data-v-ed57cca8] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.IndexPage .middle .project .menu[data-v-ed57cca8] {
  margin-bottom: 20px;
  display: flex;
}
.IndexPage .middle .project .menu .menu-item[data-v-ed57cca8] {
  color: #999;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
}
.IndexPage .middle .project .menu .menu-item.active[data-v-ed57cca8] {
  color: #fff;
}
.IndexPage .middle .project .listFlex[data-v-ed57cca8] {
  display: flex;
  justify-content: space-between;
}
.IndexPage .middle .project .listFlex .list-item[data-v-ed57cca8] {
  margin-right: 0px;
}
.IndexPage .middle .project .listFlex2[data-v-ed57cca8] {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
.IndexPage .middle .project .list[data-v-ed57cca8] {
  overflow: auto;
  width: 100%;
}
.IndexPage .middle .project .list .loading[data-v-ed57cca8] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: -25px;
}
.IndexPage .middle .project .list .loading i[data-v-ed57cca8] {
  margin-right: 5px;
}
.IndexPage .middle .project .list .loading .no-more[data-v-ed57cca8] {
  color: #878787;
}
.IndexPage .middle .project .list .list-item[data-v-ed57cca8] {
  width: calc((100vw - 220px) / 5);
  height: fit-content;
  background-color: #1a1a1a;
  padding: 10px;
  border-radius: 4px;
}
.IndexPage .middle .project .list .list-item .preview[data-v-ed57cca8] {
  width: calc(((100vw - 220px) / 5) - 20px);
  height: calc((((100vw - 220px) / 5) - 20px) * 9 / 16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.IndexPage .middle .project .list .list-item .preview img[data-v-ed57cca8] {
  max-width: 100%;
  /* 图片的宽度最大不超过父元素宽度 */
  max-height: 100%;
  /* 图片的高度最大不超过父元素高度 */
  display: block;
  /* 让图片成为块级元素，撑开父元素 */
}
.IndexPage .middle .project .list .list-item .preview .activityImage[data-v-ed57cca8] {
  width: 100%;
  height: 100%;
  background: var(--background) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.IndexPage .middle .project .list .list-item .info[data-v-ed57cca8] {
  padding: 20px 0;
}
.IndexPage .middle .project .list .list-item .info .info-top[data-v-ed57cca8] {
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.IndexPage .middle .project .list .list-item .info .info-top .info1[data-v-ed57cca8] {
  font-size: 18px;
  height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.IndexPage .middle .project .list .list-item .info .info-top .info2[data-v-ed57cca8] {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IndexPage .middle .project .list .list-item .info .info-top .info2 .box[data-v-ed57cca8] {
  color: #666;
  display: flex;
  align-items: center;
  max-width: 50%;
}
.IndexPage .middle .project .list .list-item .info .info-top .info2 .box .icon[data-v-ed57cca8] {
  margin-right: 10px;
}
.IndexPage .middle .project .list .list-item .info .info-top .info2 .box .icon.icon1[data-v-ed57cca8] {
  width: 10px;
  height: 16px;
  background: url("../assets/images/Group 10@2x.e5d0c5aa04d3e2895d05eabf09f27525.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-top .info2 .box .icon.icon2[data-v-ed57cca8] {
  width: 14px;
  height: 11px;
  background: url("../assets/images/Group 11@2x.0657b2e83178537113055c8de512ced6.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-top .info2 .box div[data-v-ed57cca8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.IndexPage .middle .project .list .list-item .info .info-bottom[data-v-ed57cca8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos-group[data-v-ed57cca8] {
  display: flex;
  gap: 10px;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos[data-v-ed57cca8] {
  width: 80px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.video-status1[data-v-ed57cca8] {
  background-color: #999999;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.video-status2[data-v-ed57cca8] {
  background-color: #2991f1;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.video-status3[data-v-ed57cca8] {
  background-color: #a3e450;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.act-status1[data-v-ed57cca8] {
  background-color: #999999;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.act-status2[data-v-ed57cca8] {
  background-color: #2991f1;
  cursor: pointer;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.download[data-v-ed57cca8] {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .infos.download .download-icon[data-v-ed57cca8] {
  width: 20px;
  height: 20px;
  background: url(../assets/images/upload@2x.d183db371c93e867ed5f9cb8e4dd15d0.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns[data-v-ed57cca8] {
  display: flex;
  align-items: center;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn[data-v-ed57cca8] {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn[data-v-ed57cca8]:last-child {
  margin-right: 0;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon[data-v-ed57cca8] {
  width: 20px;
  height: 20px;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.btn1-icon[data-v-ed57cca8] {
  background: url("../assets/images/Group 1825@2x.6c9ee9697504db457fa8de4b0e854079.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.btn2-icon[data-v-ed57cca8] {
  background: url("../assets/images/Group 1824@2x.0ef092af0dca984ba2958657a2da5e02.png") no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.edit-icon[data-v-ed57cca8] {
  background: url(../assets/images/edit@2x.123f1929a64fd7dd83c2b26788253fbb.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.delete-icon[data-v-ed57cca8] {
  background: url(../assets/images/trash-2@2x.fd02136f2f67a58b406942c85b69d319.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.copy-icon[data-v-ed57cca8] {
  background: url(../assets/images/copy.c50140d8b45da511a38246be9b07a1cc.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.video-icon[data-v-ed57cca8] {
  background: url(../assets/images/video.a2fe812499f077085f9b7002e37f2506.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.link-icon[data-v-ed57cca8] {
  background: url(../assets/images/link.d94b84f85ef6dc37ea08755fe347d726.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .list .list-item .info .info-bottom .btns .btn .btn-icon.check-history-icon[data-v-ed57cca8] {
  background: url(../assets/images/time.f0ba0bf0e474693655126c4c65916789.png) no-repeat;
  background-size: 100% 100%;
}
.IndexPage .middle .project .videoTutorials[data-v-ed57cca8] {
  width: calc(100vw - 72px);
}
.IndexPage .middle .project .videoTutorials .videoTutorials-item[data-v-ed57cca8] {
  display: flex;
  flex-wrap: nowrap;
}
.IndexPage .middle .project .videoTutorials .video-item[data-v-ed57cca8] {
  width: calc((100vw - 160px) / 5);
  background-color: #1a1a1a;
  padding: 4px;
  border-radius: 4px;
  margin-right: 22px;
}
.IndexPage .middle .project .videoTutorials .video-item .preview[data-v-ed57cca8] {
  width: calc(((100vw - 160px) / 5) - 8px);
  height: calc((((100vw - 150px) / 5) - 8px) * 9 / 16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.IndexPage .middle .project .videoTutorials .video-item .preview img[data-v-ed57cca8] {
  width: 100%;
  height: 100%;
}
.IndexPage .middle .project .videoTutorials .video-item .info[data-v-ed57cca8] {
  padding: 20px 20px 28px 20px;
}
.IndexPage .middle .project .videoTutorials .video-item .info .name[data-v-ed57cca8] {
  font-size: 18px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.IndexPage .middle .project .empty[data-v-ed57cca8] {
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #666;
}
.IndexPage .middle .project .empty img[data-v-ed57cca8] {
  width: 190px;
  height: 190px;
}
.IndexPage .bottom[data-v-ed57cca8] {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #111;
}
.IndexPage .bottom[data-v-ed57cca8]::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #292929;
  position: absolute;
  top: 0px;
  left: 0px;
}
.IndexPage .bottom .bottom-left[data-v-ed57cca8] {
  color: #666;
}
.IndexPage .bottom .bottom-left .check-all[data-v-ed57cca8] {
  color: #2991f1;
  cursor: pointer;
  margin-left: 10px;
  text-decoration: underline;
}
.IndexPage .bottom .bottom-right[data-v-ed57cca8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IndexPage .bottom .bottom-right input[data-v-ed57cca8] {
  width: 586px;
  height: 40px;
  background-color: #1f1f1f;
  border: none;
  padding: 0 20px;
  margin-right: 20px;
  color: #fff;
}
.IndexPage .bottom .bottom-right .btn[data-v-ed57cca8] {
  width: 200px;
  line-height: 40px;
  text-align: center;
  background-color: #0092ff;
  font-size: 16px;
  cursor: pointer;
}
.IndexPage .mobile-tips[data-v-ed57cca8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 999;
  text-align: center;
  line-height: 100vh;
}
.IndexPage .copy-link-pop[data-v-ed57cca8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000080;
}
.IndexPage .copy-link-pop .copy-link-box[data-v-ed57cca8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111111;
}
.IndexPage .copy-link-pop .copy-link-box .title[data-v-ed57cca8] {
  line-height: 50px;
  text-align: center;
  background-color: #232529;
  position: relative;
}
.IndexPage .copy-link-pop .copy-link-box .title .close[data-v-ed57cca8] {
  width: 16px;
  height: 16px;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  cursor: pointer;
}
.IndexPage .copy-link-pop .copy-link-box .content .copy-top[data-v-ed57cca8] {
  line-height: 64px;
  text-align: center;
}
.IndexPage .copy-link-pop .copy-link-box .content .copy-middle[data-v-ed57cca8] {
  padding: 0 40px;
}
.IndexPage .copy-link-pop .copy-link-box .content .copy-middle .link[data-v-ed57cca8] {
  padding: 40px 60px;
  background-color: #0a0a0a;
  text-align: center;
  line-height: 28px;
  color: #999;
}
.IndexPage .copy-link-pop .copy-link-box .content .copy-bottom[data-v-ed57cca8] {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IndexPage .copy-link-pop .copy-link-box .content .copy-bottom .btn[data-v-ed57cca8] {
  width: 200px;
  line-height: 40px;
  text-align: center;
  background-color: #0092ff;
  border-radius: 2px;
}
.IndexPage .time-limit-box[data-v-ed57cca8] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
}
.IndexPage .time-limit-box .limit-box-but[data-v-ed57cca8] {
  font-size: 12px;
  padding: 10px 20px;
  background: #2991f1;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
  letter-spacing: 2px;
}
.IndexPage .list-pagination.list-pagination__main[data-v-ed57cca8] {
  position: absolute;
  top: -50px;
  right: 25px;
}
.IndexPage .list-pagination[data-v-ed57cca8] .el-input__inner {
  background-color: #141414;
  border-color: #333;
}
.IndexPage .list-pagination[data-v-ed57cca8] .btn-prev {
  background-color: #141414;
}
.IndexPage .list-pagination[data-v-ed57cca8] .btn-next {
  background-color: #141414;
}
.IndexPage .list-pagination[data-v-ed57cca8] .number {
  background-color: #141414;
}
.IndexPage .list-pagination[data-v-ed57cca8] .number.active {
  background-color: #2991f1;
}
.IndexPage .version-update-mask[data-v-ed57cca8] {
  width: 100vw;
  height: 100vh;
  background: #000000cc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IndexPage .version-update-mask .version-update-box[data-v-ed57cca8] {
  width: 35%;
}
.IndexPage .version-update-mask .version-update-box .box-top[data-v-ed57cca8] {
  width: 100%;
  position: relative;
  background: #424242;
}
.IndexPage .version-update-mask .version-update-box .box-top .top-title[data-v-ed57cca8] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.IndexPage .version-update-mask .version-update-box .box-top .top-close[data-v-ed57cca8] {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center;
  background-size: 30%;
}
.IndexPage .version-update-mask .version-update-box .box-middle[data-v-ed57cca8] {
  padding: 30px;
  background: #161616;
  overflow: auto;
  max-height: 35vh;
}
.IndexPage .version-update-mask .version-update-box .box-middle .middle-content[data-v-ed57cca8] {
  line-height: 30px;
}
.IndexPage .version-update-mask .version-update-box .box-middle .middle-content[data-v-ed57cca8] ul {
  padding-left: 30px;
}
/* 横屏 */
@media all and (orientation: landscape) {
.middle .tab .tab-item[data-v-ed57cca8] {
    margin-bottom: 20px;
}
}
/*!*竖屏样式*!*/
@media screen and (orientation: portrait) {
.middle .tab .tab-item[data-v-ed57cca8] {
    min-width: 31%;
    margin-bottom: 30px;
}
.bottom-right input[data-v-ed57cca8] {
    width: 530px !important;
}
}
.mask[data-v-ed57cca8] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.copy-project__dialog[data-v-ed57cca8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #0008;
}
.copy-project__dialog .insert-box[data-v-ed57cca8] {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  background: #111111;
}
.copy-project__dialog .close-dialog[data-v-ed57cca8] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  background: #232529;
}
.copy-project__dialog .close-dialog img[data-v-ed57cca8] {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.copy-project__dialog .dialog-content[data-v-ed57cca8] {
  width: 100%;
  overflow: auto;
}
.copy-project__dialog .insert-bottom[data-v-ed57cca8] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.copy-project__dialog .insert-bottom div[data-v-ed57cca8] {
  width: 80px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.copy-project__dialog .insert-bottom div[data-v-ed57cca8]:first-child {
  background: #9d9d9d;
}
.copy-project__dialog .insert-bottom div[data-v-ed57cca8]:last-child {
  background: #2991f1;
}
.copy-project__dialog .box-item[data-v-ed57cca8] {
  padding: 30px 40px;
}
.copy-project__dialog .box-item p[data-v-ed57cca8] {
  line-height: 30px;
  font-size: 14px;
}

