.addplayer-management {
  margin-bottom: 7.142857rem;
}
    .addplayer-management .addplayer-title {
        font-size: 1.428571rem;
        padding: 1.357143rem 0 0.357143rem 0;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        line-height: 2.5rem;
    }
.addplayer-management .kongbai {
  width: 100%;
  height: 0.714286rem;
  background-color: #f0eef1;
}
.addplayer-management .player-info .info-ul {
  background-color: #f0eef1;
  padding: 0 1.071429rem;
  padding-top: 1px;
  padding-bottom: 0.714286rem;
}
.addplayer-management .player-info .info-ul li {
  padding: 1.071429rem 1.071429rem 0 1.142857rem;
  margin-top: 0.714286rem;
  background-color: #fff;
  border-radius: 0.714286rem;
}
.addplayer-management .player-info .info-ul li .content {
  display: flex;
  padding-bottom: 1.357143rem;
}
.addplayer-management .player-info .info-ul li .content .item-left {
  width: 6.642857rem;
  height: 6.714286rem;
  margin-right: 0.928571rem;
}
.addplayer-management .player-info .info-ul li .content .item-right .name {
  font-size: 1.142857rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.071429rem;
}
.addplayer-management .player-info .info-ul li .content .item-right .desc {
  font-size: 1rem;
  color: #999999;
}
.addplayer-management .player-info .info-ul li .operating-box {
  display: none;
}
.addplayer-management .player-info .info-ul li .bottom-operating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 4.428571rem;
  border-top: 1px solid #e5e5e5;
}
.addplayer-management .player-info .info-ul li .bottom-operating li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.addplayer-management .player-info .info-ul li .bottom-operating li img {
  width: 1.571429rem;
  height: 1.571429rem;
  padding-bottom: 0.428571rem;
}
.addplayer-management .player-info .info-ul li .bottom-operating li span {
  font-size: 0.857143rem;
}
.addplayer-management .editor-content {
  padding: 0 0.928571rem;
}
.addplayer-management .editor-content .editor-name,
.addplayer-management .editor-content .editor-code,
.addplayer-management .editor-content .editor-video {
  height: 4.285714rem;
  outline: none;
  border: none;
  font-size: 1.142857rem;
  width: 100%;
  border-bottom: 1px solid #f0eef1;
}
.addplayer-management .editor-content .editor-name::placeholder,
.addplayer-management .editor-content .editor-code::placeholder,
.addplayer-management .editor-content .editor-video::placeholder {
  color: #C7C7C7;
  font-size: 1.428571rem;
  font-weight: 700;
}
.addplayer-management .editor-content .editor-code::placeholder {
  font-size: 1.142857rem;
  font-weight: 400;
}
.addplayer-management .editor-content .editor-video::placeholder {
  font-size: 1.142857rem;
  font-weight: 400;
}
.addplayer-management .editor-content .editor-introdatiom {
  border: none;
  outline: none;
  width: 100%;
  margin-top: 1.571429rem;
  font-size: 1rem;
  height: 8.571429rem;
  border-bottom: 1px solid #f0eef1;
}
.addplayer-management .editor-content .editor-desc {
  border: none;
  outline: none;
  width: 100%;
  margin-top: 1.571429rem;
  font-size: 1rem;
  height: 4.571429rem;
  border-bottom: 1px solid #f0eef1;
}
.addplayer-management .editor-content .editor-introdatiom::placeholder {
  font-size: 1.142857rem;
  color: #C7C7C7;
}
.addplayer-management .editor-content .editor-desc::placeholder {
  font-size: 1.142857rem;
  color: #C7C7C7;
 }
.addplayer-management .editor-content .editor-cover-picture,
.addplayer-management .editor-content .editor-pictures {
  position: relative;
  margin-top: 1.642857rem;
  padding-bottom: 1.642857rem;
  border-bottom: 1px solid #f0eef1;
}
.addplayer-management .editor-content .editor-cover-picture .cover-title,
.addplayer-management .editor-content .editor-pictures .cover-title {
  font-size: 1.142857rem;
  color: #333;
}
.addplayer-management .editor-content .editor-cover-picture #upload-input,
.addplayer-management .editor-content .editor-pictures #upload-input {
  position: absolute;
  top: 40px;
  bottom: 25px;
  left: 0px;
  right: 0px;
  opacity: 0;
  width: 61px;
  z-index: 99;
}
.addplayer-management .editor-content .editor-cover-picture .img-upload,
.addplayer-management .editor-content .editor-pictures .img-upload,
.addplayer-management .editor-content .editor-cover-picture .imgs-upload,
.addplayer-management .editor-content .editor-pictures .imgs-upload {
  display: none;
}
.addplayer-management .editor-content .editor-cover-picture .upload-box,
.addplayer-management .editor-content .editor-pictures .upload-box {
  position: relative;
  text-align: top;
  margin-top: 1.285714rem;
}
.addplayer-management .editor-content .editor-cover-picture .upload-box img,
.addplayer-management .editor-content .editor-pictures .upload-box img {
  width: 4.142857rem;
  height: 4.142857rem;
  border: 1px solid #d3d2d9;
  vertical-align: middle;
}
.addplayer-management .editor-content .editor-cover-picture .upload-box i,
.addplayer-management .editor-content .editor-pictures .upload-box 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;
}
.addplayer-management .editor-content .editor-cover-picture .img2-box,
.addplayer-management .editor-content .editor-pictures .img2-box {
  position: relative;
  margin-top: 1.285714rem;
}
.addplayer-management .editor-content .editor-cover-picture .img2-box .img2-upload,
.addplayer-management .editor-content .editor-pictures .img2-box .img2-upload,
.addplayer-management .editor-content .editor-cover-picture .img2-box .imgs2-upload,
.addplayer-management .editor-content .editor-pictures .img2-box .imgs2-upload {
  display: inline-block;
  width: 4.142857rem;
  height: 4.142857rem;
  border: 1px solid #d3d2d9;
  text-align: center;
}
.addplayer-management .editor-content .editor-cover-picture .img2-box i,
.addplayer-management .editor-content .editor-pictures .img2-box 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;
}
.addplayer-management .editor-content .editor-pictures .pictures {
  position: relative;
}
.addplayer-management .editor-content .editor-pictures .pictures #upload-input {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
  width: 4.285714rem;
  height: 4.285714rem;
  z-index: 99;
}
.addplayer-management .editor-content .editor-pictures #imgContainer {
  margin-top: 0;
}
.addplayer-management .editor-content .editor-submit {
  height: 4.714286rem;
  text-align: center;
  padding-top: 1.785714rem;
}
.addplayer-management .editor-content .editor-submit .submit {
  width: 24.285714rem;
  height: 3.142857rem;
  background-color: #FF8A62;
  border-radius: 1.571429rem;
  line-height: 3.142857rem;
  font-size: 1.285714rem;
  font-weight: 700;
  color: #fff;
}
.addplayer-management .save-next {
  width: 24.285714rem;
  height: 3.142857rem;
  background-color: #FF8A62;
  border-radius: 1.571429rem;
  line-height: 3.142857rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.285714rem;
  margin-top: 1.071429rem;
  margin-left: 1.214286rem;
}
.addplayer-management .add-player {
  background-color: #fff;
  color: #FF8A62;
  border: 1px solid #FF8A62;
  margin-top: 1.785714rem;
}
