body {
  background-color: #F6F7FA;
}

.padding-box {
  padding: 0 20px 15px;
}

table th,
table td {
  border-bottom: none !important;
}

.el-table::before {
  height: 0px;
}

.customer-table .el-table__fixed-right::before,
.el-table__fixed::before {
  width: 0;
}

.test1 .van-stepper__minus{
   
    background: white !important;
    border: 1px solid #DBDBDB; 
}

.test1 .van-stepper__input{
   
  background: white !important;

}

.test1 .van-stepper__plus{
   
  background: white !important;
  border: 1px solid #DBDBDB; 
}

.setting_box {
  width: 100%;
  background: #fff;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.blue-span {
  color: #7796fa;
  cursor: pointer;
}

.red-span {
  color: rgb(250, 126, 131);
  cursor: pointer;
}

.dialog-body {
  padding-left: 60px;
  margin-bottom: 20px;
}

.dialog-body2 {
  text-align: center;
  margin-bottom: 20px;

}

.btn-set-div {
  border: 1px solid #cacdfa;
  padding: 20px 10px;
  border-radius: 20px;
  box-sizing: border-box;
}

.dialog-body3 {
  display: flex;
  justify-content: space-between;
  align-items: center;


  .el-input,
  .el-textarea {
    width: 86%;
  }

  .el-select {
    width: 86%;

    .el-input {
      width: 100%;
    }
  }

  margin-bottom: 20px;

}

.poster-box {
  position: relative;
  width: 80%;
  display: inline-block;

  img {
    width: 100%;
  }

  .remove-img2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    cursor: pointer;
  }

  margin-bottom: 10px;
}

.dialog-body4 {
  display: flex;

  width: 90%;
  justify-content: space-between;
}

.show-box {
  display: flex;
  margin-top: 20px;

}

.show-item {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.show-item1 {
  width: 35px;
  height: 35px;
}

.show-item2 {
  width: 80px;
  height: 35px;
}

.show-item-title {
  text-align: center;
  width: 100px;
}

.show-item3 {
  width: 80px;
  height: 80px;
}

.el-form-item {
  margin-bottom: 12px;
}

.el-table .el-table__cell {
  padding: 6px;
}

.section-header {
  width: 100%;
  height: 46px;
  background-color: rgb(250, 239, 230);
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-cell {
  width: 100%;
  height: 56px;
  line-height: 56px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}

.section-cell-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
}

.section-span {
  background-color: #f67800;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  display: block;
}

.section-p {
  color: #323B5A;
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
}

.click-span {
  font-size: 14px;
  color: #409EFF;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #F7F7F7;
}

.title-p {
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  /* margin-top: 8px; */
}

.content-p {
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
}

.activity_divider {
  width: 100%;
  height: 10px;
  background-color: #F6F7FA;
  /* background-color: orange; */
}

.coverShow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
}


.singel_pic_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 91px;
  background: #f9f9f9;
  border: 0.5px solid #dcdde0;
  border-radius: 3px;
}

.more_pic_div {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 116px;
  background: #f9f9f9;
  border: 0.5px solid #dcdde0;
  border-radius: 3px;
}

.video_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 101px;
  background: #f9f9f9;
  border: 0.5px solid #dcdde0;
  border-radius: 3px;
}

.nav_tabber {
  display: flex;
  /* justify-content: space-between; */
  /* background: #f1f3f7; */
  width: 470px;
  height: 43px;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: center;
  border: 1px solid #E8E8E8;
  border-radius: 24.5px;
  overflow: hidden;
}

.nav_tabber_item {
  width: 156px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  color: #191919;
}

.nav_inactive {
  background: #fff;
}

.nav_active {
  background: #f67800;
}

.nav_active p {
  color: white;
  font-weight: 700;
  font-size: 16px;
}

.divider_li {
  height: 43px;
  width: 1px;
  background-color: #E8E8E8;
}

.map_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 398px;
  height: 143px;
  background: #f9f9f9;
  border: 0.5px solid #dcdde0;
  border-radius: 3px;
}

/* 240708新增 */
.create_now {
  display: flex;
  justify-content: space-between;
}

.create_now li {
  display: inline;
  width: 388px;
  height: 136px;
  position: relative;
  cursor: pointer;
}

.create_now li img {
  width: 388px;
  height: 136px;

}

.li-title {
  position: absolute;
  left: 124px;
  top: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.li-content {
  position: absolute;
  left: 124px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.li-create {
  position: absolute;
  left: 124px;
  bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.create_group_voting {
  height: 70px;
  width: calc(100% - 2px);
  /* border: 1px dashed #C7C7C7;
  border-width: 5px; */
  background-color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;

  border: 1px solid transparent;
  background:
		linear-gradient(#ffffff, #ffffff) padding-box,
		repeating-linear-gradient(-45deg, #C7C7C7 0, #C7C7C7 6px, #ffffff 0, #ffffff 10px);
}

.create_group_voting img {
  width: 25px;
  height: 25px;
  margin-top: 22px;
}

.create_group_voting p {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #F67800;
  margin-left: 10px;
}

.add_voting {
  height: 34px;
  width: 259px;
  /* border: 1px dashed #C7C7C7; */
  background-color: #F67800;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 17px;
  margin: 10px auto 0;
  cursor: pointer;
}

.add_voting i {
  display: inline-block;
  font-size: 16px;
  margin-top: 9px;
  color: #ffffff;
}

.add_voting p {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

/* .template {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 292px);
  grid-template-rows: repeat(auto, 90px);
} */

.template {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.template li {
  width: 292px;
  height: 90px;
  border-radius: 6px;
  background-color: white;
  margin-top: 10px;
  padding: 18px 22px;
  box-sizing: border-box;
  cursor: pointer;
}

.left {
  margin-left: 10px;
}

.template-title {
  font-size: 16px;
  font-weight: 600;
  color: #191919;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.template-content {
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  line-height: 20px;
  margin-top: 15px;
}

[v-cloak] {
  display: none !important;
}

.box_all {
  margin-top: 15px;
}

.entrymodule {
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  /* margin-bottom: 10px; */
}

.entrymodule h4 {
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  margin-bottom: 10px;
}

.activityDescript {
  resize: none;
  width: 1160px;
  height: 105px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 11px 16px;
  font-size: 14px;
  font-family: '微软雅黑';
  margin-top: 10px;
}

.entryicon {
  display: flex;
  margin-top: 10px;
}

.entryicon div {
  display: flex;
  margin-right: 15px;
}

.entryicon div img {
  width: 25px;
  height: 25px;
}

.entryicon div p {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 400;
  color: #767D98;
  margin-left: 5px;
}

.voting-ptions-top {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.voting-ptions-top img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.add-div {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.add-child {
  height: 32px;
  width: 150px;
  border: 1px solid #00C755;
  border-radius: 16px;
  line-height: 32px;
  display: flex;
  text-align: center;
  color: #00C755;
  cursor: pointer;
  font-size: 14px;
}

.add-div p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.add-div span {
  font-size: 14px;
  font-weight: 400;
  color: #509DEE;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}


.fudongsaoma {
  position: fixed;
  /* left: 50%; */
  right: 0;
  top: 25%;
  /* margin-left: 605px; */
}

.fudongsaoma img {
  width: 155px;
  height: 259px;
}

.found_box {
  width: 1200px;
  margin: 0 auto;
}



.create_title {
  width: 100%;
  height: 50px;
  background: #f67800;
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}



.activityName {
  width: 1160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 10px;
}



.small_num {
  width: 55px;
  height: 26px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  text-align: center;
  margin: 0 10px;
}

.show_radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.show_radio h4 {
  margin-bottom: 0;
}

.show_radio>div {
  margin-left: 39px;
}

.show_radio>p {
  font-size: 12px;
  color: #909090;
  margin-left: 20px;
}

.option_input {
  position: relative;
}

.option_input img {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}

.toupoption_title {
  margin-bottom: 10px;
}

.toupoption_title p,
.toupoption_title h4 {
  display: inline-block;
  margin-bottom: 0;
}

.toupoption_title p {
  font-size: 12px;
  color: #909090;
  margin-left: 20px;
}

.addoption_div {
  display: flex;
  justify-content: space-between;
}

.addoption_btn {
  width: 100px;
  height: 35px;
  background: #f67800;
  /* border: 1px solid #f67800; */
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  /* margin: 15px auto; */
  cursor: pointer;
}

.option_cont>p {
  font-size: 14px;
  color: #191919;
  margin-bottom: 10px;
}

.option_input .addoption_btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 39px;
  line-height: 39px;
}

.option_cont input {
  width: 1160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
  padding-right: 100px;
  margin-bottom: 10px;
  position: relative;
}

.create_btn {
  width: 416px;
  height: 50px;
  background: #f67800;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 15px auto 139px;
  cursor: pointer;
  box-shadow: 0px 0px 21px #a3a3a3;
  position: sticky;
  bottom: 15px;
}

.addpkplayer h4 {
  text-align: center;
  margin-bottom: 20px;
}

.playdetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 670px;
  margin: 0 auto;
}

.red_details,
.blue_details {
  width: 300px
}

.red_name,
.blue_name {
  width: 300px;
  height: 35px;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.red_name {
  background: #E53E56;
}

.blue_name {
  background: #4d82f8;
}

.blue_details input,
.red_details input {
  width: 300px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 10px 0;
}

.blue_details textarea,
.red_details textarea {
  width: 300px;
  height: 119px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
}

.addpkplayer .upload_pic {
  width: 300px;
  height: 192px;
  border: 1px dashed #b2b2b2;
  position: relative;
}

.addpkplayer .upload_pic .fuzi {
  position: absolute;
  display: block;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

.addpkplayer .upload_pic #btn,
.addpkplayer .upload_pic #btn1 {
  width: 100%;
  height: 100%;
  line-height: 174px;
  cursor: pointer;
  display: block;
}

.addpkplayer .upload_pic .delcha {
  position: absolute;
  top: 5px;
  background-color: #999;
  right: 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  z-index: 10;
}

.addpkplayer .upload_pic img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.avatar-uploader {
  height: 100%;
  width: 100%;
}

.avatar-uploader .el-upload {
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100%;
  line-height: 192px;
}

.avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}

.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}

.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

.zbf_left {
  display: flex; 
  height: 56px; 
  line-height: 56px; 
  font-size: 14px; 
  font-weight: 400; 
  padding: 0 15px; 
  box-sizing: 
  border-box;
}

.zbf_left_title {
  width: 100px; 
  color: #323B5A;
}

.zbf_logo_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zbf_logo_img {
  width: 30px; 
  height: 30px; 
  border-radius: 15px; 
  margin-left: 15px; 
  margin-top: 13px;
}

.zbf_logo_delete {
  margin-right: 15px;
  color: rgba(242,94,68,1);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}


.yanshi {
  width: 45px;
  height: 19px;
  line-height: 0;
  margin-left: 13px;
  cursor: pointer;
}

.yanshi img {
  width: 45px;
  height: 19px;
  cursor: pointer;
}

.desc-textarea-style{
    width: 799px;
    height: 350px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8 !important;
    background: #fdfdfd;
}
.desc-input-style{
    box-sizing: border-box;
    width: 799px;
    background: #fdfdfd;
}
.input-upload-style{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}

.img-box{
    position: relative;
    width: 200px;
    height: auto;
}
.remove-img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}
.select-img{
    width: 100%;
    height: auto;
}
.img-box,.video-box{
    width: 60%;
    height: auto;
    margin-top: 10px;
    position: relative;
}