.pop_feedback {
  width: 900px;
  font-size: 12px;
  margin: 0 auto;
}

.pop_feedback_row {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.pop_feedback_label {
  float: left;
  width: 100px;
  line-height: 44px;
  color: #ffe4ad;
  text-align: right;
  margin-right: 26px;
  font-size: 18px;
}

.pop_feedback_label span {
  color: #ffe4ad;
}

.pop_feedback_ipt {
  float: left;
  position: relative;
}

.pop_feedback_ipt input,
.pop_feedback_text textarea {
  font-size: 18px;
  height: 46px;
  box-sizing: border-box;
  line-height: 44px;
  border: 1px solid #ffe4ad;
  color: #ffe4ad;
  text-indent: 10px;
  float: left;
}

.pop_feedback_ipt span {
  width: 34px;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #ffe4ad;
  float: left;
  margin-left: -1px;
  position: relative;
  cursor: pointer;
}

.pop_feedback_ipt span i {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #ffe4ad;
}

.pop_feedback_account input,
.pop_feedback_qq input,
.pop_feedback_mobile input {
  width: 741px;
  background-color: #751221;
}

.pop_feedback_role {
  z-index: 10;
}

.pop_feedback_role input {
  width: 708px;
  background-color: #751221;
}

.pop_feedback_role .input-role {
  width: 741px;
  background-color: #751221;
}

.pop_feedback_text textarea {
  background-color: #751221;
  width: 741px;
  height: 155px;
  resize: none;
}

.pop_feedback_submit {
  width: 174px;
  height: 69px;
  background: url(../images/confirm_btn.png);
  margin-left: -5px;
  cursor: pointer;
}

.pop_feedback_submit:hover {
  background: url(../images/confirm_btn_hover.png);
}

.pop_feedback_err {
  color: #ffe4ad;
  display: none;
}

.pop_feedback_select {
  position: absolute;
  top: 45px;
  left: 0;
  width: 741px;
  height: 125px;
  border: 1px solid #ffe4ad;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 2000;
  display: none;
  background-color: #fff;
}

.select_game {
  width: 367px;
}

.select_section {
  width: 368px;
}


.pop_feedback_select li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  color: #4b000b;
}

.pop_feedback_select li.check,
.pop_feedback_select li:hover {
  background: #f0f0f0;
}

.pop_feedback_game,
.pop_feedback_area {
  position: relative;
  z-index: 20;
}

.pop_feedback_game input,
.pop_feedback_area input {
  width: 334px;
  background-color: #751221;
}

.pop_feedback_game {
  margin-right: 6px;
}

.submit_row {
  margin-bottom: 0;
}

.submit_blank,
.error-tip {
  height: 44px;
}

ul::-webkit-scrollbar {
  width: 16px;
}

ul::-webkit-scrollbar-track {
  background-color: #efe0c4;
}

ul::-webkit-scrollbar-thumb {
  background: #c2b08e;
}