.pageBox {
    //background: #f1f2f2;
    overflow: hidden;
    padding: 0px 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;}
.pageBox .content{
    margin: 0 auto;
    background: #fff;}
.pageBox .content .clearBox{
    clear: both;}
.pageBox .content .title-pic{
    display: block;
    width: 100%;}
.pageBox .content .survey-top h4{
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding: 25px 8px 8px 8px;
    font-weight: bolder;}
.pageBox .content .survey-top .survey-prefix{
    font-size: 16px;
    color: #333;
    padding: 5px 50px;}
.pageBox .content .survey-main{
    padding: 0px 50px 30px;
    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;
    margin-top: 20px;}
.pageBox .content .survey-main .classDescribe{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;}
.pageBox .content .survey-main .questionTitle{
    min-height: 26px;
    overflow-y: hidden;
    margin-top: 15px;}
.pageBox .content .survey-main .questionTitle span{
    float: left;
    color: red;
    font-size: 20px;
    padding-right: 8px;
    height: 20px;}
.pageBox .content .survey-main .questionTitle p{
    line-height: 22px;
    font-size: 14px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;}
.pageBox .content .survey-main .optionBox{
    margin: 10px;}
.pageBox .content .survey-main .minOptionBox{
    margin: 5px 10px;}
.pageBox .content .survey-main .optionBox .optionItem{
    margin: 8px auto;}
.pageBox .content .survey-main .optionBox .el-table table{
    margin-top: 0px;
    border-spacing:0px;}
.pageBox .content .survey-main .optionBox .el-table th div,.pageBox .content .survey-main .optionBox .el-table tr div{
    overflow: visible;
    padding: 0;
    display: block;
    line-height: normal;}
.pageBox .content .survey-main .optionBox .el-table .el-table__row .el-radio__label{
    display: none;}
.pageBox .content .survey-main .optionBox .el-table .el-table__row .el-checkbox__label{
    display: none;}
.pageBox .content .survey-main .optionBox .el-table .cell{
    padding: 0 10px;}
.pageBox .content .el-input__inner{
    height: 34px;
    line-height: 34px;}
.pageBox .content .el-input__suffix .el-input__icon{
    line-height: 34px;}
.pageBox .content .el-select{
    margin-right: 8px;}
.pageBox .content .el-select:last-child{
    margin-right: 0px;}
.pageBox .content .survey-main .questionTitle p i {
  font-style: normal;
    line-height: 22px;
    display: inline-block;}
.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 .upLoadBtnBox {
  position: relative;
  height: 42px;}
.pageBox .content .survey-main .upLoadBtnBox .el-button{
    padding: 8px 16px;}
.pageBox .content .survey-main .upLoadBtnBox label{
  position: absolute;
  width: 81px;
  height: 31px;
  top: 0;
  left: 0;
    cursor: pointer;}
.pageBox .content .survey-main .fileListBox {
  width: 100%;}
.pageBox .content .survey-main .fileListBox .fileItem {
  padding: 5px 10px;
  margin-bottom: 8px;
    border-radius: 4px;}
.pageBox .content .survey-main .fileListBox .fileItem p {
  font-size: 14px;
    float: left;}
.pageBox .content .survey-main .fileListBox .fileItem p span {
  color: #333;
  padding-left: 5px;}
.pageBox .content .survey-main .fileListBox .fileItem p svg {
  color: #666;}
.pageBox .content .survey-main .fileListBox .fileItem .finishIcon {
  color: #67c23a;
  display: block;
    float: right;
    font-size: 18px;
    margin-top: 2px;}
.pageBox .content .survey-main .fileListBox .fileItem .closeIcon {
  color: #666;
  display: none;
    float: right;
    font-size: 18px;
    margin-top: 2px;}
.pageBox .content .survey-main .fileListBox .fileItem:last-child {
  margin-bottom: 0px;}
.pageBox .content .survey-main .fileListBox .fileItem:hover {
  background: #f5f7fa;}
.pageBox .content .survey-main .fileListBox .fileItem:hover p span {
  color: #409eff;}
.pageBox .content .survey-main .fileListBox .fileItem:hover .finishIcon {
  display: none;}
.pageBox .content .survey-main .fileListBox .fileItem:hover .closeIcon {
  display: block;
  cursor: pointer;}
.pageBox .content .survey-main .fileListBox .fileItem:hover .closeIcon:hover {
  color: #409eff;}

.pageBox .typeBox {
  margin: 0 auto;
  background: #fff;
  padding: 50px 0px;}

.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 .content .verification {
  width: 350px;
  height: 34px;
    line-height: 34px;
  margin: 40px auto;}

.pageBox .content .verification span {
  float: left;
    margin-right: 10px;}

.pageBox .content .verification .el-input {
  width: 155px;
    float: left;
    margin-right: 10px;}

.pageBox .content .verification img {
  cursor: pointer;
    float: left;
    display: block;
    height: 34px;}
.pageBox .content .btnBox{
    width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 34px;
    line-height: 34px;
    position: relative;}
.pageBox .content .btnBox .el-button{
    padding: 9px 20px;
    float: left;}

.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 .btnBox .goSurveyReport{
    position: absolute;
    width: 87px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    right: -95px;
    top: 9px;
    color: #e6a23c;}
.pageBox .content .btnBox .goSurveyReport:hover{
    opacity: .8;}
.pageBox .content .btnBox .goSurveyReport:active{
    opacity: 1;}


.pageBox .dialogBox {
  width: 250px;}

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

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

.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: 6px 15px;}
.pageBox .content .survey-main .endTipsBox,.pageBox .content .survey-main .startTipsBox{
        line-height: 30px;
        text-align: center;
        font-size: 15px;
        color: #666;}
.pageBox .content .survey-main .endTipsBox .goSurveyReport{
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #e6a23c;
    margin-left: 10px;}
@media screen and (max-width: 750px) {
  .pageBox {
    padding-top: 0px;
    min-height: 100vh !important;
        padding: 0 20px 0px;}
    .pageBox .content .survey-top h4{
        font-size: 18px;
        line-height: 26px;
        padding: 4px;
        font-weight: bolder;}
    .pageBox .content .survey-main{
        padding: 0px 20px 15px;}
    .pageBox .content .survey-main .calssName{
        font-size: 16px;}
    .pageBox .content .survey-main .minOptionBox .el-select{
        margin: 0;
        width: 100%;
        margin-bottom: 5px;}
    .pageBox .content .survey-main .minOptionBox .el-select:last-child{
        margin-bottom: 0px;}
    .pageBox .content .verification .el-input{
        width: 45%;}
    .pageBox .content .btnBox .goSurveyReport{
        left: 0;
        right: 0;
        width: 100%;
        bottom: -30px;
        text-align: center;
        top: auto;}
    .pageBox .content .verification{
        margin: 20px auto;}
}
