#feedback-index {
  user-select: none;
  height: 636px;
}
#feedback-index .con1 {
  width: 1200px;
  margin: 0 auto 0;
  padding-top: 18px;
}
#feedback-index .con2 {
  width: 1200px;
  margin: 101px auto 100px;
}
#feedback-index .con2 .input-group {
  width: 100%;
  margin-bottom: 24px;
  float: left;
}
#feedback-index .con2 .input-group .title {
  width: 229px;
  text-align: right;
  float: left;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.76);
  line-height: 17px;
}
#feedback-index .con2 .input-group .title.title1 {
  margin-top: 6px;
}
#feedback-index .con2 .input-group .title.title2 {
  line-height: 50px;
}
#feedback-index .con2 .input-group .con {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.6);
  position: relative;
}
#feedback-index .con2 .input-group .con label {
  cursor: pointer;
}
#feedback-index .con2 .input-group .con .radio-title {
  margin-left: 6px;
  margin-right: 24px;
  display: inline-block;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.6);
  line-height: 30px;
}
#feedback-index .con2 .input-group .con input[type=radio] {
  /*去除浏览器默认样式*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*自定义样式*/
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(23, 28, 37, 0.2);
  outline: none;
  cursor: pointer;
  /*设置为圆形，看起来是个单选框*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
#feedback-index .con2 .input-group .con input[type=radio]:checked {
  border: 1px solid #24cfb9;
}
#feedback-index .con2 .input-group .con input[type=radio]:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #24cfb9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  /*增加一些动画*/
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
#feedback-index .con2 .input-group .con input[type=radio]:checked:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#feedback-index .con2 .input-group .con .content {
  resize: none;
  outline: none;
  width: 600px;
  height: 120px;
  border: 1px solid rgba(35, 42, 36, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.61);
  line-height: 30px;
  text-indent: 10px;
}
#feedback-index .con2 .input-group .con .select {
  width: 160px;
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}
#feedback-index .con2 .input-group .con .select .value {
  float: left;
  text-align: center;
  width: 120px;
  border-right: 1px solid #e9e9e9;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.6);
  line-height: 50px;
}
#feedback-index .con2 .input-group .con .select .icon {
    float: left;
    background: url("/static/feedback/v3/down1.png") no-repeat center;
    width: 11px;
    height: 6px;
    margin-top: 22px;
    margin-left: 14px;
}
#feedback-index .con2 .input-group .con .select .icon.active {
    background: url("/static/feedback/v3/up1.png") no-repeat center;
}
#feedback-index .con2 .input-group .con .select:hover .icon {
    background: url("/static/feedback/v3/down2.png") no-repeat center;
}
#feedback-index .con2 .input-group .con .select:hover .icon.active {
    background: url("/static/feedback/v3/up2.png") no-repeat center;
}
#feedback-index .con2 .input-group .con .contact {
  margin-left: 10px;
  float: left;
  width: 430px;
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  outline: none;
  text-indent: 10px;
}
#feedback-index .con2 .input-group .con .verify_code {
  width: 160px;
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  text-indent: 10px;
  outline: none;
  float: left;
}
#feedback-index .con2 .input-group .con .verify_code_img {
  margin-left: 10px;
  float: left;
  width: 160px;
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
#feedback-index .con2 .input-group .con .verify_code_img img {
  width: 100%;
  height: 100%;
}
#feedback-index .con2 .input-group .con .options {
  position: absolute;
  top: 50px;
  border: 1px solid #e9e9e9;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
}
#feedback-index .con2 .input-group .con .options .option {
  width: 160px;
  height: 30px;
  background: #ffffff;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.6);
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
#feedback-index .con2 .input-group .con .options .option:last-child {
  border-bottom: none;
}
#feedback-index .con2 .input-group .con .options .option.active {
  color: #ffffff;
  background: #24cfb9;
}
#feedback-index .con2 .input-group .con .button {
  width: 160px;
  height: 50px;
  background: #24cfb9;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  float: left;
}
#feedback-index .con2 .input-group .con .tips {
  margin-top: 6px;
  width: 100%;
  float: left;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #b1b2b3;
  line-height: 14px;
}
#feedback-index .con2 .input-group .con .msg {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #fe524f;
  line-height: 50px;
  margin-left: 10px;
  float: left;
}
/*# sourceMappingURL=index.css.map */
