textarea::placeholder,
input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.gm-desc {
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  margin-top: 32px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
}
.gm-account {
  margin: 20px 0 15px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #ff5a59;
  font-weight: bold;
}
.form-item {
  margin-bottom: 24px;
}
.form-item .label {
  display: inline-block;
  width: 220px;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  text-align: right;
}
.form-item input.form-item-value {
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
}
.form-item .label p {
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #1c1c1c;
}
.form-item .item_content {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
.form-item p {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.desc-p p {
  font-size: 12px;
}
.required {
  position: relative;
  text-indent: 16px;
}
.required::before {
  content: '*';
  color: #ff3838;
  position: absolute;
  font-size: 14px;
  top: 3px;
  left: -10px;
}
.form-item-value {
  width: 300px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 32px;
  box-sizing: border-box;
  text-indent: 10px;
}
.form-item .desc {
  width: 440px;
  padding: 10px;
  height: 92px;
  resize: none;
  text-indent: 0;
}
.sure-btn {
  display: inline-block;
  background: #ff5a59;
  border: 1px solid #ff5a59;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  text-align: left;
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.sure-btn:hover {
  background: #fe7675;
}
.upload-btn-box {
  display: flex;
  align-items: center;
}
.upload-btn-box p {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.upload-btn {
  width: 90px;
  height: 90px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  background-image: linear-gradient(180deg, #ffffff 0%, #fafafa 100%) !important;
  border: 1px dashed #e8e8e8 !important;
  box-sizing: border-box;
}
.upload-btn:hover {
  /* background: #fe7675 !important; */
}
.upload-btn:hover span {
  color: #fff;
}
.upload-btn .icon_bg {
  margin-right: 10px;
  background-image: url(/User/Templates/default/callcenter/static/img/pc/icon_upload.png);
  width: 16px;
  height: 16px;
}
.upload-btn:hover .icon_bg {
  background-image: url(/User/Templates/default/callcenter/static/img/pc/icon_upload_active.png);
  background-size: 100%;
}
.uploadInput {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.progress-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #71c18e;
  color: #fff;
}
.error-validate {
  position: relative;
}
.error-validate input,
.error-validate select,
.error-validate textarea {
  border-color: #f5222d;
}
.error-validate::after {
  content: 'ÇëÊäÈë±ØÌîÏî';
  color: #ff3838;
  position: absolute;
  font-size: 14px;
  margin-left: 10px;
  bottom: -22px;
  width: 100%;
  left: 0px;
}
.emptyGameLog {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
  text-align: left;
}
.history-list {
  margin-top: 10px;
}
.history-item {
  display: flex;
  align-items: center;
  height: 20px;
}
.history-item:hover {
  background: #f5f5f5;
}
.history-item:hover .del-btn {
  display: block;
}
.history-item span {
  margin: 0 20px 0 5px;
  color: #777777;
}
.history-item .del-btn {
  display: none;
  cursor: pointer;
}
.upload-desc {
  color: rgba(0, 0, 0, 0.45) !important;
  margin-top: 10px;
  font-size: 12px;
}
.mobile-account {
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
.mobile-gm-item {
  background: #fff;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px 15px;
}
.mobile-gm-item .m-title {
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.game-group-value {
  color: rgba(0, 0, 0, 0.25);
}
.game-group-value-ed {
  color: rgba(0, 0, 0, 0.65);
}
.mobile-gm-item input,
.mobile-gm-item textarea {
  border: none;
  outline: none;
  width: 100%;
}
.mobile-gm-item input {
  line-height: 22px;
}
.mobile-gm-item textarea {
  height: 100px;
}
.submit-btn {
  display: block;
  width: 90vw;
  height: 48px;
  text-align: center;
  background: #c9242b;
  color: #fff;
  line-height: 48px;
  border-radius: 2px;
  margin: 0 auto;
  font-size: 16px;
}
.m-title {
  text-indent: 0px;
}
.m-game-group-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.game-group-list {
  width: 100vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px 5px 20px;
}
.m-game-group-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.m-game-item {
  width: 100%;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 10px 20px 10px 10px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.m-game-item .m-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.m-game-item .m-radio-active {
  border: 1px solid #f5222d;
  position: relative;
}
.m-game-item .m-radio-active::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #f5222d;
  position: absolute;
  border-radius: 4px;
  top: 4px;
  left: 4px;
}
.select-game-btn {
  display: block;
  width: 90vw;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: #c9242b;
  border-radius: 2px;
  font-size: 16px;
  margin: 50px auto 0;
}
.m-game-scroll {
  width: 100%;
  max-height: 60vh;
  overflow: scroll;
}
.mobile .emptyGameLog {
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}
.noLoginTip {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 64px;
}
.loginBtn {
  width: 232px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  background: #ff5a59;
  color: #fff;
  margin: 24px auto;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 20px;
}
