@font-face {
  font-family: "iconfont"; /* Project id 3774358 */
  src: url('//at.alicdn.com/t/c/font_3774358_46pbtpb03.woff2?t=1668653876626') format('woff2'),
       url('//at.alicdn.com/t/c/font_3774358_46pbtpb03.woff?t=1668653876626') format('woff'),
       url('//at.alicdn.com/t/c/font_3774358_46pbtpb03.ttf?t=1668653876626') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shanchu:before {
  content: "\e603";
}

.icon-jiahao:before {
  content: "\e602";
}



::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #DCDCDC;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #DCDCDC;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #DCDCDC;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #DCDCDC;
}


.feedback-page {
  background: #f5f8fa;
  padding: 36px 0 89px 0;
}
.feedback-form-wrap {
  padding: 40px 150px 60px 40px;
  margin: auto;
  width: 1080px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
}
.feedback-title {
  font-size: 20px;
  color: #3D464D;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 32px;
  margin-left: 15px;
  border-left: 4px solid #005BAC;
  text-indent: 8px;
}
.fb-form-item {
  margin-bottom: 30px;
}
.fb-form-item:last-child {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.fb-form-item.is-required>.fb-form-item__label::before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.fb-form-item__label {
  width: 155px;
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #31363F;
  font-weight: 400;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 40px;
}
.fb-form-item__content {
  margin-left: 155px;
  position: relative;
  font-size: 14px;
  line-height: 40px;
}
.fb-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0;
}
.fb-radio {
  color: #31363F;
  font-weight: 400;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  margin-right: 30px;
}
.fb-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.fb-radio__inner {
  border: 1px solid #909EAB;
  border-radius: 100%;
  font-weight: 500;
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
.fb-radio__input.is-checked .fb-radio__inner {
  border-color: #0D4199;
  background: #0D4199;
}
.fb-radio__inner:after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0);
  transition: transform .15s ease-in;
}
.fb-radio__input.is-checked .fb-radio__inner:after {
  transform: translate(-50%,-50%) scale(1);
}
.fb-radio__original {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.fb-radio__label {
  font-size: 14px;
  padding-left: 6px;
}
.fb-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.fb-input__inner {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  font-weight: 500;
  box-sizing: border-box;
  color: #31363F;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.fb-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.fb-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  height: 220px;
  font-weight: 500;
  font-size: inherit;
  color: #31363F;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.fb-button {
  background: #005BAC;
  border-radius: 4px;
  width: 140px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.m-fb-submit {
  display: none;
}
.fb-upload-tips {
  font-size: 14px;
  color: #DCDCDC;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  font-family: MicrosoftYaHeiUI;
}
.fb-upload-item {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.fb-upload-operation {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
.fb-upload-del {
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.fb-upload-item img, .fb-upload-item video {
  width: 100%;
  height: 100%;
}
.fb-upload-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.fb-upload-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 50%);
  z-index: 9;
  display: none;
  justify-content: center;
  align-items: center;
}
.fb-upload-loading img {
  width: 40px;
  height: 40px;
}
.fb-upload {
  width: 80px;
  height: 80px;
  border: 1px dashed #E4ECF3;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fb-upload i {
  color: #D8D8D8;
  font-size: 30px;
}
#fbUpload .webuploader-pick,#fbUpload .webuploader-pick-hover {
  background: transparent;
}
@media (max-width: 450px) {
  .feedback-page {
    padding: 12px;
  }
  .feedback-form-wrap {
    padding: 16px;
    width: auto;
  }
  .feedback-title {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .fb-form-item {
    margin-bottom: 20px;
  }
  .fb-form-item:last-child {
    margin-bottom: 0;
  }
  .fb-form-item__label {
    width: auto;
    line-height: 1;
    margin-bottom: 10px;
  }
  .fb-form-item__content {
    margin-left: 0;
  }
  .fb-textarea__inner {
    height: 123px;
  }
  .fb-upload-wrap {
    clear: both;
  }
  .fb-upload-tips {
    line-height: 1;
    margin-bottom: 10px;
  }
  .fb-form-item:nth-child(6) {
    display: none;
  }
  .m-fb-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 18px;
    color: #fff;
    height: 45px;
    background: #005BAC;
    border-radius: 4px;
  }
}