.adwanceSetting-management {
  margin-bottom: 3.571429rem;
  .adwanceSetting-title {
    font-size: 1.428571rem;
    padding: 2.357143rem 0 1rem 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }

  .kongbai {
    width: 100%;
    height: .714286rem;
    background-color: #f0eef1;
  }

  .adwanceSetting-showSetting,
  .brush-ticket {
    padding: 0 1.357143rem 0 1.071429rem;

    .showSetting-title {
      font-size: 1.071429rem;
      font-weight: 700;
      padding: 1.142857rem 0 .571429rem 0;
    }
  }

  .sort-way,
  .sort-way1,
  .sort-way-day,
  .sort-way-house {
    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{
        width: 7.5rem;
        border: none;
        outline: none;
        height: 3.571429rem;
        text-align: right;
        font-size: 1.071429rem;
        &::placeholder{
          text-align: right;
          font-size: 1.071429rem;
        }
      }
    }
  }

  .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;
  }

  .player-apply-setting {
    padding: 0 1.357143rem 0 1.071429rem;

    .apply-title {
      font-size: 1.071429rem;
      font-weight: 700;
      padding: 1.142857rem 0 .571429rem 0;
    }

    .apply-chengwei {
      height: 3.571429rem;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e5e5e5;

      span {
        font-size: 1.071429rem;
        color: #333333;
        margin-right: 2.071429rem;
        width: 10%;
      }

      input {
        border: none;
        outline: none;
        height: 3.571429rem;
        font-size: 1.071429rem;
        width: 90%;

        &::placeholder {
          font-size: 1.071429rem;
          color: #e7e7e7;
        }
      }
    }

    .apply-imgnumber {
      height: 3.571429rem;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e5e5e5;
      justify-content: space-between;

      .img-left {
        font-size: 1.071429rem;
      }

      .img-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{
          width: 7.5rem;
          border: none;
          outline: none;
          height: 3.571429rem;
          font-size: 1.071429rem;
          text-align: right;
          &::placeholder{
            text-align: right;
            font-size: 1.071429rem;
          }
        }
      }
    }
  }

  .btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #f0eef1;
    padding-top: 1.428571rem;
    padding-bottom: 3.571429rem;
    .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;
    }
  }

  .apply-phone,
  .apply-user {
    padding: 0 1.357143rem 0 1.071429rem;
    border-bottom: 1px solid #e5e5e5;
    .phone-number {
      padding: 1.428571rem 0 1.214286rem 0;
      font-size: 1.071429rem;
    }

    ul {
      li {
        position: relative;
        margin-bottom: 1.357143rem;
        input {
          vertical-align: middle;
          margin-bottom: .285714rem;
          /* 前面三行代码是为了让radio单选按钮与文字对齐 */
          width: 1.428571rem;
          height: 1.428571rem;
          appearance: none;
          /*清楚默认样式*/
          -webkit-appearance: none;
          opacity: 0;
          outline: none;
          margin-right: .857143rem;

          /* 注意不能设置为display:none*/
          &:checked+label {
            background: #FF8A62;

            &::after {
              content: "";
              position: absolute;
              left: .571429rem;
              top: .142857rem;
              width: .357143rem;
              height: .857143rem;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              transform: rotate(45deg);

            }
          }
        }

        label {
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          /*注意层级关系，如果不把label层级设为最低，会遮挡住input而不能单选*/
          width: 1.428571rem;
          height: 1.428571rem;
          border: 1px solid #FF8A62;
          border-radius: 100%;
          margin-right: .857143rem;
        }
      }
    }
  }
  .btn-customize{
    line-height: 3.571429rem;
    font-size: 1.071429rem;
    color: #FF8A62;
    border-top: 1px solid #e5e5e5;
    text-align: center;
  }
  .bottom-banner{
    padding: 0 1.071429rem;
    .banner-title{
      padding: 1.071429rem 0 .928571rem 0;
      font-size: 1.071429rem;
      font-weight: 700;
    }
    input{
      border: none;
      outline: none;
      width: 100%;
      height: 3.571429rem;
      font-size: 1.071429rem;
      &::placeholder{
        font-size: 1.071429rem;
        color: #c7c7c7;
      }
    }
  }
  .other-setting{
    padding: 0 1.071429rem;
    .banner-title{
      padding: 1.071429rem 0 .357143rem 0;
      font-size: 1.071429rem;
      font-weight: 700;
    }
    .show-recording{
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 3.571429rem;
    }
    .recording-desc{
      font-size: .857143rem;
      color: #999999;
      padding-bottom: 1.357143rem;
    }
  }

}

#custom-column-input{
  height: 2.142857rem;
  outline: none;
  text-indent: 1.071429rem;
}

.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;
}