.clear-float::after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt20 {
  margin-top: 20px;
}

.df{
  display: flex;
  align-items: center;
}

.article {
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
}
.article .header {
  padding: 0;
  box-shadow: inset 0 -1px 0 #F2F2F2;
  height: 50px;
  line-height: 50px;
}
.article .header h2 {
  font-size: 14px;
  color: #8A8B99;
}
.article .header h2::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  border-radius: 3px;
  background-color: var(--theme-color);
  margin-right: 4px;
  vertical-align: middle;
}
.article .content{
  padding-bottom: 10px;
}
.article .content .content-body {
  /*width: 700px;*/
  margin: 30px 0;
}
.article .content .item {
  margin-bottom: 20px;
}
.article .content .item .item-name {
  min-width: 215px;
  font-size: 14px;
  color: #474C59;
}
.article .content .item .horizon-line {
  width: 16px;
  height: 1px;
  background-color: #E5E5E5;
  display: inline-block;
  margin: 0 14px;
  margin-top: 17px;
}
.article .content .item .item-body {
  margin-left: 30px;
  font-size: 14px;
  color: #131B26;
}
.article .content .item .item-body .item-op {
  width: 200px;
  height: 34px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  padding: 5px 14px;
}
.article .content .item .item-body .item-op input {
  width: 129px;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.article .content .item .item-body .item-op .time-picker {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/icon/time.png) center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
}
.article .content .item .item-body .radio-box {
  margin-right: 30px;
  cursor: default;
  display: flex;
  align-items: center;
}
.article .content .item .item-body .radio-box input {
  cursor: pointer;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.article .content .item .item-body .radio-box label {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.article .content .item .item-body .switch {
  width: 38px;
  height: 20px;
  background: var(--theme-color);
  border-radius: 14px;
  position: relative;
  cursor: pointer;
}
.article .content .item .item-body .switch .switch-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 16px/2);
  right: 2px;
  background: #FFFFFF;
}
.article .content .item .item-body .switch-off {
  background-color: #D2D6DC;
}
.article .content .item .item-body .switch-off .switch-btn {
  left: 2px;
}
.article .content .item .tit {
  font-size: 14px;
  color: #131B26;
  font-weight: 600;
}
.article .content .item .manage {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: 16px;
  cursor: pointer;
}
.article .content .item .name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #131B26;
  height: 26px;
  line-height: 26px;
  padding: 0 31px 0 12px;
  background: #F2F5FA;
  margin: 5px;
  border-radius: 14px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 31px);
}
.article .content .item .persondel {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  background: url("../img/icon_member_close.png") no-repeat;
  background-size: 16px auto;
}
.article .content .item .intro {
  font-size: 12px;
  color: #8A8B99;
  margin-top: 10px;
}
.article .content .gray-bg {
  padding: 20px;
  background-color: #F5F7FA;
}
.article .content .cut-off-line {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin-bottom: 24px;
}
.article .el-button--primary {
  margin-left: 0 !important;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  padding: 10px 20px;
}
.article .el-button--primary:hover{
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.article .el-input--prefix .el-input__inner {
  padding-left: 14px;
}

.el-date-editor {
  width: 200px !important;
}
.el-date-editor .el-input__prefix {
  font-size: 20px;
  left: 168px;
}

.chooseBox {
  position: relative;
}

.chooseWrap {
  position: relative;
  margin-top: 16px;
  width: 444px;
}

.chooseHome {
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  padding: 2px 14px;
  line-height: 20px;
  width: 414px;
  max-height: 156px;
  overflow-y: auto;
}

.add-peopleP {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/icon_addPep.png") center right no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  cursor: pointer;
}

.article .content .item .submitNum {
  width: 414px;
}

.article .content .item .submitNum input {
  height: 34px;
  line-height: 34px;
}

.content-body .jg {
  height: 1px;
  background: #F2F2F2;
  border-radius: 5px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.item-body .checkInput {
  width: 18px;
  height: 18px;
  background: url("../img/icon/noChecked.png") no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

.item-body .checkInput.active {
  background: url("../img/icon/checked.png") no-repeat center;
  background-size: 100%;
}

.item-body .el-input__inner {
  height: 34px;
}
.bg-wrapper{
  padding: 8px;
  border: 1px dashed #E1E3E5;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 20px;
  width: 156px;
  height: 109px;
}
.bg-wrapper-last{
  padding: 30px 8px;
}
.bg-wrapper>.contest-conver{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.updload-container{
  display: flex;
}
.updload-container+input{
  display: none;
}

.bg-tips{
  display: flex;
  flex-direction: column;
}
.bg-tips>.tip{
  color: #8A8B99;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
}
.bg-tips>.upload-btn{
  width: 60px;
  display: flex;
  justify-content: center;
  padding: 7px 15px;
  color: var(--theme-color);
  font-size: 14px;
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  margin-top: 11px;
  cursor: pointer;
}
.article .content .item .name {
  background: #EBEDF0;
  border-radius: 28px;
}

.chooseHome2 {
  padding: 9px 14px;
  box-sizing: border-box;
}

.el-icon-time:before {
  content: "\e71f";
  color: #ACB4BF;
}

.memberModuleBox .memberList_right .numberListLi {
  height: calc(100% - 65px - 20px);
  overflow-y: auto;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  /**/
}

*::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
  background: #CAD5E6;
  border-radius: 7px;
}

*::-webkit-scrollbar-corner {
  background: #179a16;
}

.settingCheck {
  background: #F7F8FA;
  width: 414px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 16px;
}

.settingCheckNew{
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 16px;
  background-color: #F7F8FA;
  padding: 20px;
  width: 696px;
}

.settingCheckNew>span{
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #8A8B99;
}

.settingCheckNew .el-input__inner{
  width: 134px;
}
.input_wrapper>.el-select{
  margin-right: 10px;
}
.settingCheckNew .el-date-editor .el-input__inner{
  width: 200px;
}

.input_wrapper{
  display: flex;
  align-items: center;
  height: 34px;
  margin: 16px 0;
  position: relative;
}
.input_tip{
  font-size: 14px;
  line-height: 20px;
  color: #8A8B99;
  margin-right: 10px;
  flex-shrink: 0;
}

.input_wrapper>.el-input{
  width: inherit;
  margin-right: 10px;
}
.input_wrapper_third>.el-input{
  margin-right: 10px;
}

.input_wrapper>.el-select .el-input__inner{
  width: 200px;
}

.input_wrapper>img{
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.addCheck{
  width: 134px;
  height: 34px;
  border: 1px solid var(--theme-color);
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color);
  display: block;
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}
.addCheck::after{
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 11px;
  background-color: var(--theme-color);
  -webkit-mask-image: url('../img/add.svg');
  mask-image: url('../img/add.svg');
}

.settingCheck_input {
  margin-top: 16px;
}

.settingCheck_input input {
  width: 240px;
  height: 34px;
  line-height: 34px;
}

.el-dialog__wrapper>.confirmDialog{
  width: 440px;
  height: 208px;
  border-radius: 10px;
  position: relative;
  margin-top: 0!important;
  top: 50%;
  transform: translateY(-50%);
}
.confirmDialog .el-dialog__header{
  height: 60px;
  padding: 18px 30px;
  border-bottom: 1px solid #F2F2F2;
}
.confirmDialog .el-dialog__title{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #131B26;
}

.confirmDialog .el-dialog__body{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 25px 30px;
  color: #474C59;
}
.confirmDialog .el-dialog__footer{
  padding: 17px 30px;
  height: 70px;
}
.confirmDialog .el-dialog__footer button{
  width: 92px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.confirmDialog .el-dialog__footer button:first-of-type{
  margin-right: 30px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.closeBtn{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/new-close.png);
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
.el-select-dropdown{
  box-shadow: 0 2px 13px rgba(175, 187, 204, 0.75) !important;
  border-radius: 6px !important;
}
.el-select-dropdown .popper__arrow{
  display: none !important;
}
.el-select-dropdown__item{
  font-weight: 400;
  color: #474C59 !important;
}
.el-select-dropdown__item.hover{
  background-color: #F0F6FF !important;
}
.el-select-dropdown__item.selected{
  background-color: #fff !important;
  color: var(--theme-color) !important;
}

/* 弹窗底部按钮 */
.popBottom .confirm{
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color-border) !important;
}
.popBottom .cancel{
  color: var(--theme-color) !important;
  border-color: var(--theme-color-border) !important;

}
/* 输入框聚焦 */
.el-input__inner:focus {
  border-color: var(--theme-color) !important;
}
.el-date-editor:hover .el-icon-time:before{
  display: none;
}

.selectConainer{
  color: #131B26;
  font-size: 14px;
  cursor: pointer;
  padding-right: 4px;
  position: relative;
  width: 117px;
  margin-left: 2px;
}
.selectConainer::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(./../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  left: 2px;
}
.wrapContainer{
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(175, 187, 204, 0.75);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 24px;
  left: -20px;
  z-index: 1;
  padding: 6px 0;
  display: none;
}
.wrapContainer>span{
  padding: 10px 28px 10px 20px;
  color: #474C59;
  white-space: nowrap;
}
.wrapContainer>span:hover{
  background-color: #F0F6FF;
}

.selected{
  color: var(--theme-color)
}
.selected::after{
  background-image: url(./../img/arrow-cur.png);
}
.selected>.wrapContainer{
  display: flex;
}

/* 水印文字配置弹窗 */
.el-dialog__wrapper > .watermarkConfigDialog {
  border-radius: 8px;
  margin-top: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.watermarkConfigDialog .el-dialog__header {
  padding: 18px 24px 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 0;
  padding-bottom: 16px;
}
.watermarkConfigDialog .el-dialog__title {
  font-size: 16px;
  font-weight: 600;
  color: #131b26;
}
.watermarkConfigDialog .el-dialog__body {
  padding: 20px 24px 8px;
  position: relative;
}
.watermark-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.watermark-label {
  font-size: 14px;
  color: #131b26;
  font-weight: 500;
}
.watermark-quick-btns .el-button {
  margin-left: 6px;
  margin-bottom: 0;
  padding: 5px 10px;
  border-color: #d9d9d9;
  color: #131b26;
}
.watermark-quick-btns .el-button:first-child {
  margin-left: 0;
}
.watermark-textarea textarea {
  border-color: #d9d9d9;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
}
.watermark-info-line {
  margin: 12px 0 12px;
  font-size: 13px;
  color: #595959;
  line-height: 1.5;
}
.watermark-info-line .el-icon-info {
  color: #1890ff;
  margin-right: 6px;
}
.watermark-tip-box {
  background: #F8FBFF;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #1890ff;
  margin-bottom: 16px;
}
.watermark-tip-title {
  font-weight: 600;
  margin-right: 4px;
}
.watermark-tip-text {
  color: #131b26;
}
.watermark-token-pill {
  display: inline-block;
  margin: 0 4px;
  padding: 2px 8px;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  color: #1890ff;
  background: #fff;
  border: 1px solid #91d5ff;
  border-radius: 12px;
  vertical-align: baseline;
}
.watermark-params-line {
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  margin-top: 4px;
  font-size: 13px;
  color: #8c8c8c;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.watermarkConfigDialog .el-dialog__footer {
  padding: 14px 24px 20px;
  border-top: 1px solid #f0f0f0;
}
.watermarkConfigDialog .el-dialog__footer .el-button {
  min-width: 88px;
}
/*# sourceMappingURL=contestRules.css.map */
