@charset "UTF-8";

.pageBox {
  background: #f1f2f2;
  overflow: hidden;
  padding-top: 100px;
}

.pageBox .dialogBox {
  margin-top: 0 !important;
  width: 250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pageBox .dialogBox .el-dialog__header {
  padding: 10px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  margin-right: 0px;
}

.pageBox .dialogBox .el-dialog__header .el-dialog__headerbtn {
  top: 0px;
}

.pageBox .dialogBox .el-dialog__header .el-dialog__headerbtn .el-icon {
  font-size: 25px;
}

.pageBox .dialogBox .el-dialog__body {
  padding: 15px 20px;
}

.pageBox .dialogBox .el-dialog__body .dialogTitle {
  font-size: 14px;
  color: #333;
}

.pageBox .dialogBox .dialog-footer .el-button {
  padding: 0px 15px;
}

.pageBox .typeBox {
  width: 1000px;
  min-height: calc(100vh - 100px);
  margin: 0 auto;
  background: #fff;
  padding-top: 50px;
}

.pageBox .typeBox img {
  width: 300px;
  height: 300px;
  display: block;
  margin: 0 auto;
}

.pageBox .typeBox .bigImg {
  width: 588px;
  height: 408px;
}

.pageBox .typeBox p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
}

.pageBox .el-radio-group {
  width: 100%;
  margin-bottom: 10px;
}

.pageBox .content {
  width: 1000px;
  min-height: calc(100vh - 100px);
  margin: 0 auto;
  background: #fff;
}

.pageBox .content .verification {
  width: 400px;
  height: 40px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageBox .content .verification span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
}

.pageBox .content .verification .el-input {
  width: 150px;
  height: 40px;
  margin-right: 15px;
}

.pageBox .content .verification .el-input .el-input__wrapper {
  padding: 1px 8px;
}

.pageBox .content .verification img {
  cursor: pointer;
}

.pageBox .content .btnBox {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageBox .content .btnBox .el-button {
  width: 115px;
  height: 40px;
  line-height: 32px;
  padding: 0px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #3b5999;
  color: #3b5999;
}

.pageBox .content .btnBox .el-button:hover {
  border: 1px solid #6a86bf;
  color: #6a86bf;
}

.pageBox .content .btnBox .el-button:active {
  border: 1px solid #3b5999;
  color: #3b5999;
}

.pageBox .content .btnBox .el-button--primary {
  background-color: #3b5999;
  border: 1px solid #3b5999;
  color: #fff;
}

.pageBox .content .btnBox .el-button--primary:hover {
  background-color: #5b76ae;
  border: 1px solid #5b76ae;
  color: #fff;
}

.pageBox .content .btnBox .el-button--primary:active {
  background-color: #3b5999;
  border: 1px solid #3b5999;
  color: #fff;
}

.pageBox .content .title-pic {
  display: block;
  width: 100%;
}

.pageBox .content .survey-prefix {
  font-size: 16px;
  color: #333;
  padding: 5px 50px;
}
.pageBox .content .survey-prefix em, .pageBox .content .survey-prefix i{
	font-style: italic !important;
}

.pageBox .content .survey-top {
  overflow: hidden;
}

.pageBox .content .survey-top h4 {
  font-size: 24px;
  color: #333;
  line-height: 35px;
  margin: 15px auto;
  text-align: center;
}

.pageBox .content .survey-main {
  padding: 30px 50px;
  color: #333;
}

.pageBox .content .survey-main .calssName {
  font-size: 18px;
  line-height: 24px;
  font-weight: bolder;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: #495e95 solid 3px;
}

.pageBox .content .survey-main .classDescribe {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}

.pageBox .content .survey-main .questionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  overflow-y: hidden;
  margin-top: 15px;
}

.pageBox .content .survey-main .questionTitle span {
  color: red;
  font-size: 28px;
  padding-right: 5px;
  margin-top: -5px;
}

.pageBox .content .survey-main .questionTitle p {
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageBox .content .survey-main .questionTitle p i {
  font-style: normal;
}

.pageBox .content .survey-main .questionTitle i input {
  border: none;
  border-bottom: solid 1px #333;
  line-height: 22px;
  height: 22px;
  outline: none;
  margin: 0 3px;
  text-align: center;
}

.pageBox .content .survey-main .uploadRemarks {
  padding-left: 42px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #666;
  font-size: 12px;
}

.pageBox .content .survey-main .optionBox {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
  margin: 10px;
}

.pageBox .content .survey-main .optionBox .el-select {
  margin-right: 15px;
}

.pageBox .content .survey-main .optionBox .el-rate .el-icon {
  width: 24px;
  height: 24px;
}

.pageBox .content .survey-main .optionBox .el-rate svg {
  font-size: 24px;
}

.pageBox .content .survey-main .optionBox #editor—wrapper {
  z-index: 100;
  width: 100%;
}

.pageBox .content .survey-main .optionBox #editor—wrapper .toolbar {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgb(227, 227, 227);
  box-shadow: 0 1px 6px rgb(227, 227, 227);
  border: 1px solid #f1f1f1;
}

.pageBox .content .survey-main .optionBox #editor—wrapper .editor-container {
  height: 120px !important;
  border: 1px solid #f1f1f1;
  border-top: none;
  -webkit-box-shadow: 0 1px 6px rgb(227, 227, 227);
  box-shadow: 0 1px 6px rgb(227, 227, 227);
}

.pageBox .content .survey-main .optionBox .optionItem {
  margin: 5px auto;
}

.pageBox .content .survey-main .optionBox .optionItem .el-radio {
  height: auto;
}

.pageBox .content .survey-main .optionBox .optionItem .el-checkbox {
  height: auto;
  padding: 8px 0px;
}

.pageBox .content .survey-main .optionBox .optionItem .el-radio__label {
  white-space: normal;
}

.pageBox .content .survey-main .optionBox .optionItem .el-checkbox__label {
  white-space: normal;
}

.pageBox .content .survey-main .optionBox .optionImgBox {
  margin-top: 5px;
  position: relative;
  min-width: 100px;
  padding: 10px 10px;
  border: solid 1px rgb(223, 222, 222);
  display: inline-block;
}

.pageBox .content .survey-main .optionBox .optionImgBox img {
  display: block;
  margin: 0 auto;
}

.pageBox .content .survey-main .optionBox .optionImgBox p{
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	color: #999;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.pageBox .content .survey-main .optionBox .optionImgBox .inImgBox {
  margin-top: 10px;
  border-top: rgb(223, 222, 222) 1px solid;
}

.pageBox .content .survey-main .optionBox .rectangle .el-radio-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageBox .content .survey-main .optionBox .rectangle .el-radio-group .el-radio__label {
  display: none;
}

.pageBox .content .survey-main .optionBox .rectangle .el-checkbox__label {
  display: none;
}

.upLoadBtnBox {
  position: relative;
  height: 52px;
}

.upLoadBtnBox input {
  display: block;
  width: 75px;
  height: 32px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.fileListBox {
  width: 100%;
}

.fileListBox .fileItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 20px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 8px;
}

.fileListBox .fileItem p {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fileListBox .fileItem p span {
  color: #333;
  padding-left: 5px;
}

.fileListBox .fileItem p svg {
  color: #666;
}

.fileListBox .fileItem .finishIcon {
  color: #67c23a;
  display: block;
}

.fileListBox .fileItem .closeIcon {
  color: #666;
  display: none;
}

.fileListBox .fileItem:last-child {
  margin-bottom: 0px;
}

.fileListBox .fileItem:hover {
  background: #f5f7fa;
}

.fileListBox .fileItem:hover p span {
  color: #409eff;
}

.fileListBox .fileItem:hover .finishIcon {
  display: none;
}

.fileListBox .fileItem:hover .closeIcon {
  display: block;
  cursor: pointer;
}

.fileListBox .fileItem:hover .closeIcon:hover {
  color: #409eff;
}

@media screen and (max-width: 750px) {
  .pageBox {
    padding-top: 0px;
    min-height: 496px !important;
  }

  .pageBox .content {
    width: 100%;
    min-height: 496px !important;
  }

  .pageBox .content .survey-top h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 8px auto;
  }

  .pageBox .content .survey-top .survey-prefix {
    font-size: 14px;
    padding: 5px 15px;
  }

  .pageBox .content .survey-main {
    padding: 10px 20px;
  }

  .pageBox .content .questionTitle {
    height: auto !important;
    margin-top: 8px !important;
  }

  .pageBox .content .questionTitle i {
    width: calc(100% - 15px);
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
  }

  .pageBox .content .questionTitle p i input {
    width: 100px;
  }

  .pageBox .content .optionBox {
    margin: 5px !important;
    padding-left: 0px !important;
    padding-right: 5px !important;
  }

  .pageBox .content .optionBox .el-button {
    margin: 10px;
  }

  .pageBox .content .el-radio-group {
    margin-bottom: 5px !important;
  }

  .pageBox .content .el-select {
    margin-right: 5px !important;
    width: 100%;
  }

  .pageBox .content .el-select:not(:first-child) {
    margin-top: 10px;
  }

  .pageBox .upLoadBtnBox input {
    top: 10px !important;
    left: 10px !important;
  }

  .pageBox .verification {
    width: 270px !important;
    margin: 20px auto !important;
  }

  .pageBox .verification span {
    padding-right: 5px !important;
  }

  .pageBox .verification .el-input {
    width: 130px !important;
    margin-right: 5px !important;
  }

  .pageBox .verification img {
    width: 80px;
  }

  .pageBox .typeBox {
    width: 100% !important;
  }

  .pageBox .typeBox .bigImg {
    width: 300px !important;
    height: 208px !important;
  }
}

#editor—wrapper .editor-container span em{
	font-style:italic !important;
}
#editor—wrapper .editor-container span i{
	font-style:italic !important;
}