.basicSetting-management {
  margin-bottom: 3.928571rem;
  .basicSetting-title {
    font-size: 1.428571rem;
    padding: 2.357143rem 0 1rem 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }

  .basicSetting-theme {
    padding: 0 1.357143rem 0 1.071429rem;
    display: flex;
    justify-content: space-between;
    height: 3.571429rem;
    align-items: center;
    font-size: 1.142857rem;

    i {
      display: inline-block;
      width: .571429rem;
      height: .857143rem;
      background: url('../images/activitydesc/path.png') no-repeat;
      background-size: 100% 100%;
    }
  }

  .kongbai {
    width: 100%;
    height: .714286rem;
    background-color: #f0eef1;
  }

  .coloring-scheme {
    .scheme-ul {
      .scheme-list {
        border-bottom: 1px solid #e5e5e5;

        p {
          font-size: 1.071429rem;
          padding: 1.142857rem 0 1.071429rem 1.071429rem;
        }

        .color-ul {
          display: flex;
          flex-wrap: wrap;
          padding: 0 1.357143rem 0 1.142857rem;

          li {
            width: 2.214286rem;
            height: 2.214286rem;
            border-radius: 50%;
            margin-right: 2.142857rem;
            margin-bottom: 1.071429rem;
            box-sizing: border-box;
            border: 3px solid transparent;
            &:nth-child(6n) {
              margin-right: 0;
            }

            &:nth-last-child(1) {
              input {
                display: inline-block;
                width: 2.214286rem;
                height: 2.214286rem;
                border-radius: 50%;
                border: none;
                outline: none;
              }
            }
          }
        }
      }
    }
  }

  .basicSetting-rule {
    padding: 0 1.071429rem;

    .sort-way,
    .voting-type,
    .votes-number {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 3.571429rem;
      border-bottom: 1px solid #e5e5e5;

      .left {
        font-size: 1.071429rem;
      }

      .right {
        font-size: 1.071429rem;
        color: #999999;

        i {
          display: inline-block;
          width: .571429rem;
          height: .857143rem;
          background: url('../images/activitydesc/path.png') no-repeat;
          background-size: 100% 100%;
          margin-left: .714286rem;
        }
        input{
          height: 3.571429rem;
          border: none;
          outline: none;
          text-align: right;
          font-size: 1.071429rem;
          &::placeholder{
            text-align: right;
            font-size: 1.071429rem;
          }
          width: 7.5rem;
        }
      }
    }

    .display-rule,
    .player-registration {
      .left {
        font-size: 1.071429rem;
      }

      height: 3.571429rem;
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .voting-type {}

    .votes-number {}

    .limited-voting {
      height: 6.642857rem;
      border-bottom: 1px solid #e5e5e5;

      .top {
        height: 3.571429rem;
        display: flex;
        justify-content: space-between;
        align-items: center;

        span {
          font-size: 1.071429rem;
        }
      }

      .bottom {
        font-size: .857143rem;
        line-height: 1.285714rem;
        color: #999999;
      }
    }

    .player-registration {}
  }

  .basicSetting-floating {
    padding: 0 1.071429rem;

    .floating {
      p {
        font-size: 1.071429rem;
        padding: 1.142857rem 0 1.428571rem 0;
      }

      ul {
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
        li {
          display: inline-block;
          width: 3.142857rem;
          height: 3.142857rem;
          margin-right: 2.142857rem;
          margin-bottom: 1.571429rem;
          border: 2px solid transparent;
          box-sizing: border-box;
          border-radius: 50%;
          &:nth-child(5n) {
            margin-right: 0;
          }
          &:nth-last-child(1){
            text-align: center;
            line-height: 2.857143rem;
          }
        }
      }
    }

    .bg-skin,
    .bg-music,
    .bg-border {
      height: 3.571429rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e5e5e5;

      span {
        font-size: 1.071429rem;
      }

      i {
        display: inline-block;
        width: .571429rem;
        height: .857143rem;
        background: url('../images/activitydesc/path.png') no-repeat;
        background-size: 100% 100%;
        margin-right: .357143rem;
      }
    }
  }

  .basicSetting-header {

    .editor-cover-picture {
      padding: 0 1.071429rem;
      position: relative;
      padding-bottom: 1.428571rem;
      border-bottom: 1px solid #f0eef1;

      #upload-input {
        position: absolute;
        top: 0;
        bottom: 1.785714rem;
        left: 1.071429rem;
        right: 0px;
        opacity: 0;
        width: 4.285714rem;
        height: 4.285714rem;
        z-index: 99;
      }

      .img-upload,
      .imgs-upload {
        display: none;
      }

      .upload-box {
        position: relative;
        text-align: top;
        margin-top: 1.285714rem;

        img {
          width: 4.142857rem;
          height: 4.142857rem;
          border: 1px solid #d3d2d9;
          vertical-align: middle;
        }

        i {
          position: absolute;
          display: inline-block;
          width: 2rem;
          height: 2rem;
          background: url('../images/editor/add.png') no-repeat;
          background-size: 100% 100%;
          margin-top: 1rem;
          left: 1rem;
        }
      }

      .delete-img{
        padding: .142857rem .428571rem;
        display: inline-block;
        margin-top: 1.071429rem;
        line-height: 1.428571rem;
        border: 1px solid #FF8A62;
        border-radius: .285714rem;
        font-size: .857143rem;
        background-color: #FF8A62;
        color: #fff;
      }

      .img2-box {
        position: relative;
        margin-top: 1.285714rem;

        .img2-upload,
        .imgs2-upload {
          display: inline-block;
          width: 4.142857rem;
          height: 4.142857rem;
          border: 1px solid #d3d2d9;
          text-align: center;
        }

        i {
          position: absolute;
          display: inline-block;
          width: 2rem;
          height: 2rem;
          background: url('../images/editor/add.png') no-repeat;
          background-size: 100% 100%;
          margin-top: 1rem;
          left: 1rem;
        }
      }
    }

    .header-title {
      font-size: 1.071429rem;
      color: #333333;
      padding: 1.285714rem 0 1.071429rem 1.071429rem;
    }

    .header-desc {
      font-size: .857143rem;
      color: #999999;
      margin-bottom: 1.714286rem;
      padding-left: 1.071429rem;
    }

    .img-url {
      // padding-left: 1.071429rem;
      text-indent: 1.071429rem;
      height: 3.857143rem;
      width: 100%;
      border: none;
      outline: none;
      border-bottom: 1px solid #e5e5e5;
      font-size: 1.071429rem;

      &::placeholder {
        font-size: 1.071429rem;
        color: #e7e7e7;
      }
    }
  }

  .btn-addimg {
    line-height: 3.571429rem;
    text-align: center;
    font-size: 1.071429rem;
    color: #FF8A62;
  }

  .btns {
    display: flex;
    height: 6.857143rem;
    justify-content: center;
    align-items: center;
    background-color: #f0eef1;

    .release,
    .next {
      width: 11.714286rem;
      height: 3.142857rem;
      border-radius: 1.571429rem;
      text-align: center;
      line-height: 3.142857rem;
    }

    .release {
      background-color: #FF8A62;
      color: #fff;
      font-size: 1.214286rem;
      font-weight: 700;
      margin-right: 1.214286rem;
    }

    .next {
      border: 1px solid #FF8A62;
      color: #FF8A62;
      font-size: 1.214286rem;
      font-weight: 700;
    }
  }

}

.weui-dialog__bd {
  padding: 0 .857143rem;
}

.page {
  .weui-flex__item {
    margin-right: .857143rem;
    margin-bottom: .857143rem;
    border: 3px solid transparent;
    &:nth-child(2n) {
      margin-right: 0;
    }
    &:hover{
      border: 3px solid #999999;
    }
  }

  img {
    width: 100%;
  }

  .weui-flex__item {
    position: relative;
  }

  input[type="radio"] {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: none;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
  }
}

.mui-switch,
.mui1-switch,
.mui2-switch {
  width: 48px;
  height: 29px;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
}

.mui-switch:before,
.mui1-switch:before,
.mui2-switch:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked,
.mui1-switch:checked,
.mui2-switch:checked {
  border-color: #FF8A62;
  box-shadow: #FF8A62 0 0 0 16px inset;
  background-color: #FF8A62;
}

.mui-switch:checked:before,
.mui1-switch:checked:before,
.mui2-switch:checked:before {
  left: 21px;
}

.mui-switch.mui-switch-animbg,
.mui1-switch.mui-switch-animbg,
.mui2-switch.mui-switch-animbg {
  transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before,
.mui1-switch.mui-switch-animbg:before,
.mui2-switch.mui-switch-animbg:before {
  transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked,
.mui1-switch.mui-switch-animbg:checked,
.mui2-switch.mui-switch-animbg:checked {
  box-shadow: #dfdfdf 0 0 0 0 inset;
  background-color: #FF8A62;
  transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before,
.mui1-switch.mui-switch-animbg:checked:before,
.mui2-switch.mui-switch-animbg:checked:before {
  transition: left 0.3s;
}

.picker .picker-panel .picker-choose {
  font-size: 1.142857rem !important;
}

.picker .picker-panel .wheel-wrapper .wheel {
  font-size: 1.285714rem;
}