.formBoxQuery, .formBoxQuery * {
  margin: 0;
  padding: 0;}
.formBoxQuery textarea {
  font-family: "微软雅黑";}
.formBox {
  padding-top: 20px;}
.custom-search {
  color: #333;
  max-width: 100%;
  margin: 0 auto;}
.custom-search .formTitle {
  text-align: center;
  line-height: 1.5;
  background-size: cover !important;
  height:220px;}
.custom-search .formTitle h2 {
  font-size: 24px;
  font-weight: bold;}
.custom-search .formTitle h4 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0;}
.custom-search .data-title h4 {
  padding: 0 20px;}
.custom-search p {
   text-align: left;
   text-indent: 2em;}
.custom-search .form-item {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #606266;
  padding: 0 20px;}
.custom-search .form-item input,
.custom-search .form-item textarea {
  outline: none;
  color: #333;}
.custom-search .form-item input::placeholder,
.custom-search .form-item textarea::placeholder {
  color: #aaa;}
.custom-search .form-item .btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: middle;}
.custom-search .form-item .btn.submite {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;}
.custom-search .form-item .btn.btn-s {
  font-size: 14px;
  padding: 4px 10px;}
.custom-search .form-item .form-lable {
  font-size: 14px;
  color: #999999;
  line-height: normal;
  margin-top: 15px;}
.custom-search .form-item .form-lable span {
  color: #f56c6c;
  position: relative;
  top: 3px;}
.custom-search .form-item .form-con {
  margin-bottom: 20px;}
.custom-search .form-item .form-con input[type="text"],
.custom-search .form-item .form-con select,
.custom-search .form-item .form-con textarea {
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
  width: calc(100% - 50px);
  height: 44px;
  line-height: 44px;
  width: 100%;
  padding: 0 15px;
  transition: border-color ease 0.2s;
  border-radius: 4px;}
.custom-search .form-item .form-con .radio-group label{
  margin-right: 38px !important;}
.custom-search .form-item .form-con input[type="text"]:focus,
.custom-search .form-item .form-con select:focus,
.custom-search .form-item .form-con textarea:focus {
  border-color: #1890ff;}
.custom-search .form-item .form-con textarea {
  height: auto;
  padding: 5px 15px;
  line-height: 20px;
  min-height: 80px;
  overflow-y: auto;}
.custom-search .form-item .form-con select option {
  padding: 5px 0;}
.custom-search .form-item .form-con .radio-group,
.custom-search .form-item .form-con .checkbox-group {
  padding: 8px 10px;}
.custom-search .form-item .form-con .radio-group label,
.custom-search .form-item .form-con .checkbox-group label {
  position: relative;
  display: inline-block;
  line-height: 32px;
  margin-right: 24px;}
.custom-search .form-item .form-con .radio-group label .dote,
.custom-search .form-item .form-con .checkbox-group label .dote {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #1890ff;
  transition: all ease 0.2s;}
.custom-search .form-item .form-con .radio-group label input,
.custom-search .form-item .form-con .checkbox-group label input {
  margin-right: 6px;
  opacity: 0;}
.custom-search .form-item .form-con .radio-group label input:checked + .dote,
.custom-search
  .form-item
  .form-con
  .checkbox-group
  label
  input:checked
  + .dote {
  background: #1890ff;}
.custom-search .form-item .form-con .radio-group .dote {
  border-radius: 50%;}
.custom-search .form-item .form-con .uploadbox {
  padding-top: 10px;}
.custom-search .form-item .form-con .uploadbox .btn {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  margin-right: 10px;}
.custom-search .form-item .form-con .uploadbox .btn input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;}
.custom-search .form-item .form-con .uploadbox .btn i {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  background: url(../images/upload.png) no-repeat;}
.custom-search .form-item .form-con .error {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 2;
  color: #fa3030;}
.custom-search .form-item .pic-intro {
  font-size: 12px;
  color: #666;
  white-space: nowrap;}
.custom-search .form-item .pic-list ul {
  list-style: none;
  padding: 0;
  margin: 0;}
.custom-search .form-item .pic-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  padding-left: 15px;
  line-height: 24px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  transition: all ease 0.2s;
  background: #c6e4ff;
  font-size: 12px;
  color: #666666;
  padding-right: 40px;
  margin-right: 18px;
  overflow: hidden;}
.custom-search .form-item .pic-list ul li .del {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  color: #aaa;
  cursor: pointer;
  text-align: center;
  height: 24px;
  width: 24px;
  font-size: 16px;}
.custom-search .form-item .tips {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);}
.custom-search .form-item .tips .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/warning.png) no-repeat;
  background-size: 100% 100%;}
.custom-search .form-item .tips .content {
  position: absolute;
  right: -10px;
  bottom: 100%;
  opacity: 0;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 13px;
  background: #303133;
  border-radius: 3px;
  color: #fff;
  transition: all ease 0.3s;
  line-height: 1;}
.custom-search .form-item .tips .content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 12px;
  top: 100%;
  margin-top: -1px;
  border: 5px solid transparent;
  border-top-color: #303133;}
.custom-search .form-item .tips .icon:hover + .content,
.custom-search .form-item .tips .icon:active + .content {
  opacity: 1;
  transform: translateY(-20px);}
.custom-search .form-item.v-code input[type="text"] {
  width: calc(100% - 105px);}
.custom-search .form-item.v-code img {
  vertical-align: middle;
  width: 100px;
  height: 44px;
  user-select: none;}
.custom-search .vdp-datepicker__calendar {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%);}
.fade-enter-active,
.fade-leave-active {
  transition: all ease 0.2s;
  transform: translateY(0);}
.fade-enter,
.fade-leave-to {
  opacity: 0;
  transform: translateY(-100%);}
.resultCradTitle{
  line-height:48px;
  margin-left: 30px;}
.backBtn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 25px;
    font-size: 14px;
    border-radius: 4px;
    vertical-align: middle;}
.custom-search .form-item .checkboxs .radio-group .dote {
    border-radius: 0% !important;}
.data-title{
    text-align: center;
    margin: 20px 0 30px 0;}
.data-title h2{
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    word-break: break-all;}

@media screen and (max-width: 500px) {
  .custom-search .formTitle{
    height:150px!important;}
}
.messageBox{
   text-align:center;}
.survery-radio{
   position: relative;
   left: 23px;
   bottom: 6px;
   color: #606266 !important;
   vertical-align: sub;
   display: block;}

.messageBox img {
  max-width: 100%;}
.messageBox div {
  max-width: 100%;}

@media screen and (max-width: 500px) {
   .edui-default .edui-editor-wordcount {
      text-align:left!important;}
   .edui-editor-breadcrumb {
     display: none!important;}
   .edui-editor {
     width: 100%!important;}
   .edui-editor-iframeholder {
     width: 100%!important;}
   .edui-default .edui-anchor-topleft {
     transform: scale(0.6)!important;
     left: -75px!important;
     top: 175px!important;}
   .radio-group img, .checkbox-group img {
     max-width: 200px;}
   .formBox {
    padding-top: 0;}
}
.custom-search {
  text-align: left;}
.custom-search .form-item .form-con .radio-group, .custom-search .form-item .form-con .checkbox-group {
  padding-left:0;
  padding-right: 0;}
.custom-search .form-item.v-code input[type="text"] {
  float: left;
  margin-right: 5px;}
.v-code .form-con {
   overflow: hidden;}
.radio_check span {
   cursor: pointer;
   padding:0 10px;
   line-height: 30px;
   display: inline-block;
   margin-top: 15px;
   margin-left: 15px;}
.radio_check span.active {
   color: #fff;
   background: #409eff;
   border-radius: 4px;}
.custom-search .form-item {
   display: flex;}
.custom-search .form-item .form-lable {
   min-width: 75px;
   max-width: 77px;
   word-break: break-all;}
#verList{
  width:100%;}
.layui-table-page{
  margin: 20px 0;
  border: none!important;
  text-align:right;}
.layui-table th{
  font-weight:600!important;}
.layui-table-view{
  border:none!important;}
.layui-table-box{
  border:1px solid #e6e6e6;}
.layui-table{
  margin-top:0;}
.resultCradTitle{
  font-size:16px;}
 
.layui-table thead tr{
  background-color: #409eff!important;
  color: #fff!important;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #409eff!important;}

.el-table--border, .el-table--group{border: none !important;}
.table-list .el-table__header {border-bottom: 2px solid #007cc2;}
.zs-radio-box {

    padding: 30px 0;}
.zs-radio-box dl {
    *zoom: 1;
    line-height: 32px;
    margin-bottom: 10px
;}

.zs-radio-box dl:after,
.zs-radio-box dl:before {
    content: "";
    display: table
;}

.zs-radio-box dl:after {
    clear: both
;}

.zs-radio-box dl dt {
    float: left;
    width: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.42rem;
    margin: 0.05rem 0;
    color: #111111;}

.zs-radio-box dl dd {
overflow: hidden;}

.zs-radio-box dl dd a {
      display: inline-block;
    line-height: 0.42rem;
    padding: 0 0.1rem;
    margin: 0.05rem 0.5rem 0.05rem 0;
    font-size: 0.16rem;
    color: #111111;
    cursor: pointer;
    transition: all 0.5s;}

.zs-radio-box dl dd a.active,
.zs-radio-box dl dd a:hover {
    background: #147520;
    color: #fff;
    border-radius: 0.08rem;}

.zs-radio-box dl dd a.padd {
    white-space: nowrap;
    width: auto;
    padding: 0 15px
;}

.zs-radio-box dl dd.noOrder {
    float: left;
    width: 785px
;}

.zs-radio-box dl dd.noOrder a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    width: auto;
    padding: 0 22px;
    text-align: center;
    line-height: 32px;
    cursor: pointer
;}

.zs-radio-box dl dd.noOrder a.active {
    background: #007cc2;
    color: #fff
;}

.zslm_tit  {
  font-size: 0.26rem;
  line-height: 0.5rem; 
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;

border-left: 4px solid #147520;
margin-bottom: 15px;}


  

