*, *::before, *:after {
  box-sizing: border-box;
}

a:active, button:active {
  filter: brightness(.9);
}

body {
  font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
  background: url("/static/app/img/bg.jpg") fixed center / cover;
  min-height: 100vh;
  line-height: 1.5;
}

button {
  cursor: pointer;
}

.page {
  max-width: 800px;
  min-width: 320px;
  margin: auto;
  padding: 15px;
  padding-top: 30px;
}

.panel {
  position: relative;
}

.panel__bg {
  /*	position: absolute;
	top: -11px;
	right: -8px;*/
  position: fixed;
  top: 19px;
  right: 9px;
}

.panel__title {
  font-size: 18px;
  color: #fff;
}

.panel__body {
  position: relative;
  color: #071436;
  margin-top: 10px;
  font-size: 16px;
  background: #fff;
  padding: 32px;
  border-radius: 10px;
}

.form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
  justify-content: space-between;
  align-items: center;
  */
  flex-wrap: wrap;
  //margin-bottom: 32px;
}

.form-group + .form-group {
  /*
  border-top: solid 1px rgba(208, 211, 218, .6);
  */
}

.form-group_radio {
  margin-bottom: 24px;
}

.form-group_textarea {
  /*
  padding-top: 18px;
  padding-bottom: 18px;
  */
}

.form-control_input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  //width: 100%;
}

textarea.form-group__control {
  flex-basis: 100%;
  padding: 8px 0;
  text-align: left;
  line-height: 1.5;

  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.form-group > label {
  /*
  white-space: nowrap;
  */
  cursor: pointer;
  margin-right: 16px;
  //font-weight: bold;
}

.form-label_input,
.form-label_textarea {
  margin-bottom: 10px;
}

.form-label__tips {
  color: #ccc;
  font-size: 80%;
  font-weight: normal;
}

::-webkit-control-placeholder {
  color: #D0D3DA;
}

::-moz-placeholder {
  color: #D0D3DA;
}

:-ms-control-placeholder {
  color: #D0D3DA;
}

:-moz-placeholder {
  color: #D0D3DA;
}

::-webkit-input-placeholder {
  color: #c0c4cc
}

.radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.radio {
  margin-right: 15px;
}

.radio__control {
  opacity: 0;
  width: 0;
  cursor: pointer;
}

.radio__label {
  /*
  line-height: 59px;
  */
  padding-left: 30px;
  background: url("/static/app/img/rad_null@3x.png") no-repeat 0 center / 20px;
  cursor: pointer;
}

.radio__control:checked + .radio__label {
  background-image: url("/static/app/img/rad_selet@3x.png");
}

.radio__control:disabled + .radio__label, .disabled {
  color: #ccc;
}

.rest {
  margin-left: 15px;
  white-space: nowrap;
}

.submit {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 15px;
}

.submit__btn {
  margin: auto;
  width: 49%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 44px;
  font-size: 18px;
  background: #2C5DDE;
  border-radius: 4px;
  border: none;
}

.submit__btn_back {
  background: none;
  color: #2C5DDE;
  border: 1px solid #2C5DDE;
  text-decoration: none;
}

.value-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.title {
  margin-top: 0;
  text-align: center;
  color: #fff;
  text-shadow: -1px 1px #5a5a5a;
}

.panel__body-desc {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.filepond {
  margin-top: 8px;
  flex-basis: 100%;
}

.filepond--credits {
  display: none;
}

.form-group_input {
  margin-top: 20px;
}

.form-group_list {
  margin-top: 20px;
}

.form-group_select {
  margin-top: 20px;
}

.form-group_textarea {
  margin-top: 20px;
}

.addmore:hover {
  font-weight: blod;
  text-decoration: underline;
}

.append-item:first-child {
    padding-left: 265px !important;
}

.append-item:first-child > .delbtn {
    display: none;
}
