
       *{
        margin: 0px;
        padding: 0px;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
    .fl{
        float: left;
    }
.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

    body,input,textarea{
            font-family:'Roboto' , 'Noto Sans SC', sans-serif !important;
        }
        body,html{
            background: #f4f4f4;
            width: 100%;
            height: 100%;
            overflow: hidden;
            color: #000;
        }
        body{
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling:touch;
        }
        
        .eformWrapper{
            width: 100%;
            max-width: 1000px;
            margin: 0px auto;
            position: relative;
           
        }
        .eformFooters{
            color: #999;
            text-align: center;
            padding: 30px 12px;
            font-size: 13px;
        }
        a{
            text-decoration: none;
        }
        .eformCont{
            width: 100%;
            background: #fff;
            box-sizing: border-box;
            padding: 34px 72px 84px;
            min-height: 600px;
            border-radius: 12px;
            margin-top: 40px;
            position: relative;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
        }
        .eform_title{
            text-align: center;
            margin-top: 15px;
            font-size: 30px;
            word-break: break-word;
            position: relative;
            color: #000;
        }
        .eform_subtitle{
            margin-top: 40px;
            font-size: 16px;
            word-break: break-word;
            color: #000;
        }
        .question-list-item{
            margin-top: 45px;
        }
        .question_title{
            font-size: 18px;
word-break: break-word;
color: #000;
        }
        .ques_step{
            display: inline-block;
            font-size: 18px;
        }
        .ques_text{
            margin-right: 4px;
        }
        .ques_required{
            color: rgba(218,35,25,1);
        }
        .question_cont{
            padding-top: 14px;
            position: relative;
        }
        /*单选、多选、开关*/
        .input-radio,
        .input-checkbox {
            width: 22px;;
            height: 22px;;
            background-color: #ffffff;
            border: solid 1px #dddddd;
            -webkit-border-radius:50%;
            border-radius: 50%;
            font-size: 16px;
            margin: 0;
            padding: 0;
            position: relative;
            display: inline-block;
            vertical-align: top;
            cursor: default;
            -webkit-appearance: none;
            -webkit-user-select: none;
                    user-select: none;
            -webkit-transition: background-color ease 0.1s;
                    transition: background-color ease 0.1s;
        }
        .input-checkbox {
            border-radius: 4px;
        }
        .input-radio:checked,
        .input-radio.input-checked,
        .input-checkbox:checked,
        .input-checkbox.input-checked {
            background-color: #ff6666;
            border: solid 1px #ff6666;
            text-align: center;
            background-clip: padding-box;
        }

        .input-radio:checked:before,
        .input-radio.input-checked:before,
        .input-checkbox:checked:before,
        .input-checkbox.input-checked:before,
        .input-radio:checked:after,
        .input-radio.input-checked:after,
        .input-checkbox:checked:after,
        .input-checkbox.input-checked:after {
            content: '';
            width: 10px;
            height: 5px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -5px;
            margin-top: -4px;
            background: transparent;
            border: 1px solid #ffffff;
            border-top: none;
            border-right: none;
            z-index: 2;
            -webkit-border-radius: 0;
                    border-radius: 0;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }
       .question_cont_item{
        padding: 7px 14px;
        min-height: 36px;
        box-sizing: border-box;
        margin-bottom: 5px;
       }
       .question_cont_hover:hover{
         background-color: rgba(35,120,255,0.1);
         border-radius: 4px;
         -webkit-border-radius:4px;
         -moz-border-radius:4px;
       }
       .question_label{
           display: block;
           cursor: pointer;

       }
       .question_cont_label{
           line-height: 22px;
           padding-left: 6px;
           font-size: 14px;
       }
       .ques_input_box,.ques_text_box{
        border: solid 1px #dddddd;
        border-radius: 4px;
         -webkit-border-radius:4px;
         -moz-border-radius:4px;

       }
       .ques_text_box textarea{
           resize: none;
           border:none;
           outline: none;
           min-height: 100px;
           width: 100%;
       }
       .ques_input_box input{
           border:none;
           outline: none;
           width: 100%;
           line-height: 20px;
       }
       .question_cont_item1{
           padding: 7px 12px;
           margin: 0px 14px;
       }
       .input_fontsize{
           font-size: 15px;
       }
       .footer_btn{
           width: 220px;
           height: 40px;
           line-height: 40px;
           background: #ff6666;
           color: #fff;
           border-radius: 4px;
         -webkit-border-radius:4px;
         -moz-border-radius:4px;
         margin: 80px auto 0;
         text-align: center;
         cursor: pointer;
       }

.z_photo .z_file{
    position: relative;
    float: left;
     /* margin: 3px;*/
  }
  .z_file  .file{
     position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
  .z_photo{
      margin: 0px -4px;
  }
  .z_photo .up-section {
    float: left;
}
  .z_photo .up-section{
      position: relative;
     margin:4px;
      overflow: hidden;
  }
  .loadStatus_wrap{
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, .5);
      text-align: center;
      z-index: 1;
  }
  .loadStatusImg{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
 .loadingupbox .loadStatusImg{
    background: url('../image/loading.gif') no-repeat;
    background-size: 100% 100%;
   
  }
  .errorupbox .loadStatusImg{
    background: url('../image/load-err.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .imgDivs{
      margin: 4px;
      overflow: hidden;
      position: relative;
  }
  .up-section .close-upimg{
      position: absolute;
      top: 4px;
      right: 4px;
      z-index: 2;
      width: 18px;
      cursor: pointer;
  }
  .up-section{
      width: 200px;
      height: 200px;
  }
  .z_photo .up-img{
      display: block;
      width: 100%;
     /* height: 100%;*/
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
  }
  .weui-uploader__input-box {
      
      position: relative;
      /*margin-right: 9px;
      margin-bottom: 9px;*/
      border: 1px dashed #d9d9d9;
      padding: 0px;
      margin: 4px;
      border-radius: 4px;
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      /*margin: 3px;*/
  }
  
  .weui-uploader__input-box:after,
  .weui-uploader__input-box:before {
      content: " ";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #d9d9d9
  }
  
  .weui-uploader__input-box:before {
      width: 2px;
      height: 39.5px
  }
  
  .weui-uploader__input-box:after {
      width: 39.5px;
      height: 2px
  }
  
  .weui-uploader__input-box:active {
      border-color: #999
  }
  
  .weui-uploader__input-box:active:after,
  .weui-uploader__input-box:active:before {
      background-color: #999
  }
  
  .loading{
      background:url(../image/loading.gif) no-repeat center;
     background-size: 30px;
  }
  .up-opcity{
      opacity: 0;
  }
  .img-name-p{
      display: none;
  }

  .z_file .add-img {
      display: block;
      width: 100%;
      height: 100%;
      
  }
  .addImgBox{
	padding: 12px;
}
.footerLogo{
    display: inline-block;
    width:20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}


.filesImgs{
	position: relative;
    top: 4px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../image/upload.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.files_item{
	margin-bottom: 15px;
	background: #f0f5f5;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	box-sizing: border-box;
	position: relative;
	padding-right: 70px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.files_del{
	position: absolute;
	width: 60px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	color: #E34B51;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.filesBtn{
	position: relative;
	width: 124px;
	height: 36px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border:  1px solid #c1cbd4;
	margin-top: 1px;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    cursor: pointer;
}
.filesBtn p{
	color: #ff6666;
}
.filesBtn input{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.filesBtn span{
	position: relative;
    top: -3px;
	padding-left: 2px;
	font-size: 13px;
}

.fixPage{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-moz-transform: translate(-50%, -50%);
	/* Firefox */
	-webkit-transform: translate(-50%, -50%);
	/* Safari 和 Chrome */
	-o-transform: translate(-50%, -50%);
}
.loadingBox img{
    width: 30px;
    
}
.hide{
    display: none;
}
.file_wraps{
    margin: 0px 14px;
}
.inputError{
    color: rgba(218,35,25,1);
    position: absolute;
    bottom: -26px;
    left: 14px;
}
.file_wraps .inputError{
    left: 0px;
}
.question_cont1 .inputError{
    left: 14px;
}
.inputError{
    font-size: 14px;
}
.eformFooters_top{
    padding-bottom: 5px;
}
@media screen and (max-width: 750px) {
    .eformCont{
        padding: 12px;
        padding-bottom: 40px;
        width: 94%;
        margin: 10px auto !important;
        min-height: 500px;
    }
    #userInfo{
        position: relative !important;
        right: 18px !important;
        top: 0px !important;
        text-align: right;
      
    }
    .showName{
        margin-top: 12px;
    }
    .inputError{
        font-size: 13px;
        bottom: -22px;
    }
    .eform_title{
        font-size: 20px;
    }
    .eform_subtitle{
        margin-top: 10px;
      
    }
    .question-list-item{
        margin-top: 26px;
    }
    .footer_btn{
        margin-top:50px ;
    }
    .input_fontsize,.eform_subtitle,.question_title,.ques_step{
        font-size: 15px;
    }
    .eformFooters{
        padding: 12px;
    }
    .eformFooters_top{
        padding-bottom: 2px;
    }
}
.logoutBtn{
    display: inline-block;
    margin-left: 12px;
    color: #ff6666;
   cursor: pointer;
}
/*修改placeholder样式*/

::-webkit-input-placeholder {
	color: #999;
}

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

:-ms-input-placeholder {
	color: #999;
}
.sumbit_success{
    text-align: center;
    padding-top: 196px;
    
}
.sumbit_success p{
	font-weight: bold;
	padding-bottom: 3px;
    font-size: 18px;
}
.sumbit_success .succImg{
  display: inline-block;
  width: 68px;
  height: 51px;
  background: url(../image/submitok.png) no-repeat;
  background-size:100% 100%;
  margin-bottom: 6px;
  margin-left: -13px;
}
#detailC{
    position: relative;
}
#userInfo{
    position: absolute;
    right: 0px;
    top: -24px;
}
.files_name a{
    color: #333;
}