/* 简历填写问卷 */
.page-complaint .form-name {
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.page-complaint .btn-group {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.page-complaint .btn-group a {
  padding: 13px 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #c8132d;
  font-family: "Songti SC Bold";
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #c8132d;
  text-decoration: none;
  cursor: pointer;
}

.page-complaint .btn-group a.is-disabled{
  color: #fff;
  background: #fab6b6;
  cursor: not-allowed;
}

.page-complaint .layout {
  max-width: 1440px;
}

.page-complaint .form-name {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.page-complaint .form-name-subtitle {
  padding: 8px 0;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #9d8f7b;
  text-align: center;
  background: linear-gradient(90deg,#f8f3eb00 0%,#f8f3eb 50%,#f8f3eb00 100%)
}

.page-complaint form {
  border:none;
  padding-left: 120px;
  padding-right: 120px;
}

.page-complaint .part-content {
  padding: 32px 40px;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  background: #fff;
}

.page-complaint .form-item .control-label {
  margin-bottom: 8px;
  line-height: 22px;
  color: #494852;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.page-complaint .form-item .control-label .star{
  position: absolute;
  left: -8px;
  color: #b92d35;
}

.page-complaint .form-item .check-list {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-complaint .form-item .check-list-row {
  flex-direction: row;
  justify-content: space-between;
}

.page-complaint .form-item .check-list-judge {
  width: 50%;
}

.page-complaint .form-item .check-list .check-item {
  padding: 8px 0;
  width: auto;
  line-height: 20px;
}

.page-complaint .form-item label{
  position: relative;
  display: flex;
}

.page-complaint .form-item .icon-radio {
  display:inline-block;
  width: 18px;
  height: 18px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}

.page-complaint .form-item .icon-radio-checked {
  width: 8px;
  height: 8px;
  border: 6px solid #b92d35;
}

.page-complaint .form-item .not-check .icon-radio,
.page-complaint .form-item .not-check .icon-checkbox,
.page-complaint .form-item .not-check-input,
.page-complaint .part-content .long_wrap textarea.form-control.not-check-input{
  background: #fff;
  -webkit-appearance: none;
  border: 1px solid red;
}

.page-complaint .upload-wrap.not-check-input {
  -webkit-appearance: none;
  border: 1px solid red;
}

.page-complaint .form-item .not-check .not-check-radio-line {
  border-bottom: 1px solid red;
}

.page-complaint .form-item .icon-checkbox{
  display:inline-block;
  width: 18px;
  height: 18px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.page-complaint .form-item .icon-checkbox-checked {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 0;
  background: url(../img/icon-checkbox-checked.png) no-repeat center;
  background-size: 20px;
}

.page-complaint .form-item input[type="radio"],
.page-complaint .form-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.page-complaint .form-item input[type="radio"]+span,
.page-complaint .form-item input[type="checkbox"]+span{
  margin-left: 16px;
}

.page-complaint .form-item select.form-control{
  width: 320px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  background: #fafafa;
  color: #333;
  font-size: 14px;
  text-indent: 0;
  text-align: left;
}

.page-complaint .form-item select.form-control.empty-select{
  color: #b3b3b3;
}

.page-complaint .form-item input.form-control{
  width: 318px;
  height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  background: #fafafa;
  color: #333;
  font-size: 14px;
  text-indent: 12px;
}

.page-complaint .form-item input.full-line {
  width: 100%;
}

.page-complaint .form-item input.other-account-type{
  margin-top:24px;
}

.page-complaint .form-item input.form-control:-ms-input-placeholder{
  color: #b3b3b3;
}

.page-complaint .form-item input.form-control::-webkit-input-placeholder{
  color: #b3b3b3;
}

.page-complaint .form-item input.form-control[type="radio"],
.page-complaint .form-item input.form-control[type="checkbox"] {
  width: 20px;
}

.page-complaint .form-item .valid-tip {
  color: red;
  margin-top: 6px;
}

.page-complaint .form-part .part-title {
  margin-top: 60px;
  margin-bottom: 24px;
  padding: 0 35px;
  font-size: 24px;
  background: url(../img/icon-title.png) no-repeat left center;
  background-size: 23px;
}

.page-complaint .part-content .one_wrap {
  padding: 0 80px 40px 0;
  width: 320px;
}

.page-complaint .part-content .judge-part {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
}

.page-complaint .part-content .judge-part .one_wrap .phone-wrap .phone-area {
  width: 30%!important;
}

.page-complaint .part-content .judge-part .one_wrap .phone-wrap .phone-area-mask {
  padding: 0 12px;
  width: 72px !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.page-complaint .part-content .judge-part .one_wrap .phone-wrap:after{
  position:absolute;
  left: 80px;
  top: 50%;
  z-index: 20;
  content:'';
  width: 5px;
  height: 5px;
  border-right: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.page-complaint .part-content .judge-part .one_wrap .phone-wrap .phone-num {
  width: 68%!important;
}

.page-complaint-en .part-content .judge-part .one_wrap .phone-wrap .phone-area {
  width: 40%!important;
}

.page-complaint-en .part-content .judge-part .one_wrap .phone-wrap .phone-area-mask {
  width: 106px !important;
}

.page-complaint-en .part-content .judge-part .one_wrap .phone-wrap .phone-num {
  width: 60%!important;
}

.page-complaint-en .part-content .judge-part .one_wrap .phone-wrap:after{
  left: 115px;
}

.page-complaint .part-content .line_long_wrap {
  padding: 0 0 40px 0;
  width: auto;
}

.page-complaint .part-content .line_long_wrap .time-picker-wrap {
  position: relative;
  width: auto;
  max-width: 318px;
}

.page-complaint .part-content .one_wrap .time-picker-wrap .icon-calendar,
.page-complaint .part-content .line_long_wrap .time-picker-wrap .icon-calendar {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/icon-calendar-new.png) no-repeat;
  background-size: 100% auto;
}

.page-complaint .part-content-sub .form-item:last-child {
  padding-bottom: 40px;
}

.page-complaint .part-content .one_wrap .time-picker-wrap,
.page-complaint .part-content .line_long_wrap .time-picker-wrap {
  width: auto;
}

.page-complaint .part-content .communication-mode{
  position: absolute;
  left:0;
  top: -100%;
  opacity:0;
}

.page-complaint .part-content .long_wrap textarea.form-control {
  width: 100%;
  height: 96px;
  padding: 6px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  background: #fafafa;
  resize: none;
}

.page-complaint .form-item textarea.form-control::-webkit-input-placeholder{
  color: #b3b3b3;
}

.page-complaint .part-sub-wrap {
  flex-direction: column;
}

.page-complaint .part-sub-wrap .part-content-sub{
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
}

.page-complaint .part-sub-wrap .part-sub-add {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.page-complaint .part-sub-wrap .part-sub-add .part-sub-add-btn {
  padding: 7px 16px;
  border-radius: 4px;
  background: #b92d35;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.page-complaint .part-sub-wrap .part-sub-add .part-sub-add-btn .icon-sub-add {
  width: 16px;
  height: 21px;
  background: url(../img/icon-add-sub.png) no-repeat left center;
  background-size: 11px;
}

.page-complaint .part-sub-wrap .part-sub-del {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.page-complaint .part-sub-wrap .part-sub-del .part-sub-del-con{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 16px;
  height: 26px;
  line-height: 26px;
  color: #000;
  background: linear-gradient(90deg, #f8f3eb 0%,#f8f3eb00 100%);
  border-radius: 8px;
}

.page-complaint .part-sub-wrap .part-sub-del .part-sub-del-con .part-sub-del-btn {
  margin-left: 58px;
  padding: 4px 8px;
  width: 39px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #777;
  cursor: pointer;
}

.page-complaint .upload-wrap {
  margin-top: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.page-complaint .upload-wrap .form-control {
  left: 0;
  width: 100%;
}

.page-complaint .upload-wrap .icon-upload {
  padding: 0;
  width: 24px;
  height: 24px;
}

.page-complaint .upload-wrap .form-item .control-label{
  margin-bottom: 0;
  margin-right: 12px;
}

.page-complaint .support-text {
  margin-left: 50px;
  padding: 6px 0;
  color: #494852;
}

.page-complaint .part-content .agree-wrap.form-item {
  margin-top: 0;
  width: 100%;
  padding-bottom: 0;
}

.page-complaint .btn-group {
  margin: 32px 40px;
  justify-content: center;
}

.page-complaint .btn-group a {
  margin-top: 0;
  padding: 12px 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.page-complaint .btn-group a:first-child{
  color: #b92935;
  border: 1px solid #892d35;
}

.page-complaint .btn-group a:last-child{
  border: none;
  margin-left: 24px;
  color: #fff;
  background: #b92d35;
}

.page-complaint .btn-group a:last-child.is-disabled{
  color: #fff;
  background: #fab6b6;
  cursor: not-allowed;
}

.page-complaint .agreement {
  margin-left: 24px;
  position: relative;
}

.multi-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.multiple-upload-delete{
    background-image: url('../img/shanchu-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.multiple-upload-delete img:hover{
    opacity: 0.4;
}
.multiple-upload-delete span:hover{
    opacity: 0.4;
}
.multiple-upload-delete span{
    display: block;
    background-color: #fff;
    line-height: 32px;
    max-width: 100%;
    word-break: break-word;
    color: #ff0000;
    text-decoration: underline;
}

.multiple-upload-wrap {
  margin: 8px 0 3px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #dcdfe6;
}

.multiple-upload-check {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.multiple-upload-file {
  width: 64px;
  height: 64px;
  margin: 12px;
  position: relative;
  cursor:pointer;
  background: url('../img/other-file.png') #fff no-repeat center;
  background-size: 100%;
}

.multiple-upload-file img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.multiple-upload-file span {
  display: none;
}

.multiple-upload-image {
  background: none;
}

.multiple-upload-pdf {
  background-image: url('../img/pdf_icon.png');
}

/* .multiple-upload-doc {
  background-image: url('../img/Word.png');
}

.multiple-upload-xlsx, .multiple-upload-xls{
  background-image: url('../img/Excel.png');
}

.multiple-upload-doc {
  background-image: url('../img/Word.png');
}

.multiple-upload-ppt, .multiple-upload-pptx {
  background-image: url('../img/PowerPoint.png');
}

.multiple-upload-eml,.multiple-upload-msg {
  background-image: url('../img/sms@2x.png');
} */

.multiple-upload-mp3 {
  background-image: url('../img/MP3.png');
}

.multiple-upload-file .icon-delete,.multiple-add-file .icon-delete {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(50%,-50%);
  background: url('../img/report_cancel.png') #fff no-repeat center;
  cursor:pointer;
}

.multiple-upload-file .upload-progress {
  position: absolute;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.multiple-upload-file .upload-success{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(50%,-50%);
  background: url('../img/icon-chenggong.png') #fff no-repeat center;
  cursor:pointer;
}

.multiple-upload-file .upload-error{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(50%,-50%);
  background: url('../img/icon-cuowu.png') #fff no-repeat center;
  cursor:pointer;
}

.multiple-add-file {
  width: 64px;
  height: 64px;
  background: #ff0;
  border: 1px solid #dcdfe6;
  margin: 12px;
  background: url('../img/tianjia-pagelist.png') no-repeat center;
  position: relative;
}

.multiple-add-file.has-file {
  position:absolute;
  background: none;
  border: none;
}

.multiple-add-file input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor:pointer;
}

@media screen and (max-width:1200px){
  .page-complaint form{
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-complaint .form-name-subtitle {
    height: auto;
  }
  .page-complaint .form-item .icon-radio {
    flex: none;
  }
  .page-complaint .part-content .long_wrap textarea.form-control {
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .page-complaint .upload-wrap {
    width: auto;
  }
  .page-complaint .upload-wrap .form-control {
    left: 0;
    width: 100%;
  }
  .page-complaint .btn-group {
    width: auto;
    flex-direction: column-reverse;
  }
  .page-complaint .btn-group a {
    display: block;
    width: 100%;
  }
  .page-complaint .btn-group a:first-child{
    margin-top:20px;
  }
  .page-complaint .one_wrap .control-label {
    white-space: normal;
  }
  .page-complaint .input-flex{
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-complaint .part-content .one_wrap,
  .page-complaint .part-content .long_wrap,
  .page-complaint .part-content .line_long_wrap {
    padding-right: 0;
    width: 100%;
  }
  .page-complaint .form-item select.form-control,
  .page-complaint .form-item input.form-control,
  .page-complaint .part-content .long_wrap textarea.form-control{
    width: 100%;
  }
  .page-complaint .part-content .long_wrap textarea.form-control {
    box-sizing: border-box;
  }
  .page-complaint .part-content .line_long_wrap .time-picker-wrap{
    max-width: none;
  }
  .page-complaint .part-sub-wrap .part-sub-add{
    justify-content: center;
  }
  .page-complaint .form-item .check-list .long-check-item {
    width: 100%;
  }
  .page-complaint .btn-group {
    width: auto;
  }
  .page-complaint .btn-group a {
    width:auto;
    align-self: normal;
    margin-left: 0 !important;
  }
}

@media screen and (max-width:540px){
  .page-complaint .form-name {
    font-size: 20px;
  }
  .page-complaint .form-name-subtitle {
    line-height: 1.4;
    font-size: 14px;
  }
}
@media screen and (max-width:495px){
  .page-complaint form {
    padding-left: 0;
    padding-right: 0;
  }
  .page-complaint .part-content {
    padding: 24px 12px;
  }
}
