.list_box0 .none {border:none;}
.form{    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto;}
[v-cloak]{
  display: none;}
@charset "UTF-8";
body {
    margin:0;
    padding:0;}
.formBoxBack {
   background-size:cover!important
;}
#custormForm.custom-form {
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  word-break: break-all;
  padding-top:20px;}

.messageBox{
    margin: 32px 0;
    padding: 15px;
    border-radius: 6px;
    text-align: center;}
#custormForm.custom-form div,
#custormForm.custom-form span,
#custormForm.custom-form img,
#custormForm.custom-form i,
#custormForm.custom-form b,
#custormForm.custom-form p,
#custormForm.custom-form input,
#custormForm.custom-form select,
#custormForm.custom-form textarea,
#custormForm.custom-form button,
#custormForm.custom-form label {
  opacity: 1;
  float: none;
  color: #666;
  font-family: '微软雅黑';
  line-height: 1.5;}
#custormForm.custom-form div,
#custormForm.custom-form p {
  display: block;}

#custormForm.custom-form i,
#custormForm.custom-form b,
#custormForm.custom-form span {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 22px;}

#custormForm.custom-form img,
#custormForm.custom-form input,
#custormForm.custom-form select,
#custormForm.custom-form textarea,
#custormForm.custom-form button {
  width: auto;
  height: auto;
  display: inline-block;}

#custormForm.custom-form input,
#custormForm.custom-form textarea {
  outline: none;
  color: #333;}

#custormForm.custom-form input::placeholder,
#custormForm.custom-form textarea::placeholder {
  color: #aaa;}

#custormForm.custom-form .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 10px;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 60px;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: middle;
  transition: all ease .2s;}

#custormForm.custom-form .btn.btn-s {
  font-size: 14px;
  padding: 4px 10px;}

#custormForm.custom-form .btn:disabled {
  background: #f1f1f1;
  color: #999;
  cursor: not-allowed;}

#custormForm.custom-form .btn.submite {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;}

#custormForm.custom-form .btn.reset:hover {
  background: #eee;
  color: #999;}

#custormForm.custom-form .btn.reset:disabled {
  background: #eeeeee;
  opacity: .5;
  cursor: not-allowed;}

#custormForm.custom-form .formTitle {
  /*text-align: center;
  line-height: 1.5;
  padding: 60px 0;*/
  height: 220px;
  background-size: cover !important;}

#custormForm.custom-form .formTitle h2 {
  font-size: 24px;
  font-weight: bold;}

#custormForm.custom-form .formTitle h4 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0;}

#custormForm.custom-form .form-item {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #606266;
  padding: 0 40px;}

#custormForm.custom-form .form-item .form-lable {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom:5px;}
.tip{
    display:inline-block;
    color:#cccccc;
    font-size: 12px;}
#custormForm.custom-form .form-item .form-lable span {
  color: #f56c6c;}
.isRequired{
   color: #f56c6c  !important;}
#custormForm.custom-form .form-item .form-con {
  margin-bottom: 30px;}

#custormForm.custom-form .form-item .form-con input[type='text'],
#custormForm.custom-form .form-item .form-con select,
#custormForm.custom-form .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 .2s;
  border-radius: 4px;}

#custormForm.custom-form .form-item .form-con input[type='text']:focus,
#custormForm.custom-form .form-item .form-con select:focus,
#custormForm.custom-form .form-item .form-con textarea:focus {
  border-color: #1890ff;}

#custormForm.custom-form .form-item .form-con textarea {
  height: auto;
  padding: 5px 15px;
  line-height: 20px;
  min-height: 80px;
  overflow-y: auto;}

#custormForm.custom-form .form-item .form-con select option {
  padding: 5px 0;}

#custormForm.custom-form .form-item .form-con .radio-group ul,
#custormForm.custom-form .form-item .form-con .checkbox-group ul {
  list-style: none;}

#custormForm.custom-form .form-item .form-con .radio-group li,
#custormForm.custom-form .form-item .form-con .checkbox-group li {
  display: inline-block;
  margin-right: 10px;}

#custormForm.custom-form .form-item .form-con .radio-group li div,
#custormForm.custom-form .form-item .form-con .checkbox-group li div {
  height: 100px;}

#custormForm.custom-form .form-item .form-con .radio-group li div img,
#custormForm.custom-form .form-item .form-con .checkbox-group li div img {
  height: 100%;}

#custormForm.custom-form .form-item .form-con .radio-group label,
#custormForm.custom-form .form-item .form-con .checkbox-group label {
  position: relative;
  line-height: 32px;
  margin-right: 24px;
  display: inline-block;
  cursor: pointer;}

#custormForm.custom-form .form-item .form-con .radio-group label .dote,
#custormForm.custom-form .form-item .form-con .checkbox-group label .dote {
  position: absolute;
  top: 50%;
  top: 16px;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #1890ff;
  transition: all ease .2s;}

#custormForm.custom-form .form-item .form-con .radio-group label input,
#custormForm.custom-form .form-item .form-con .checkbox-group label input {
  margin-right: 6px;
  opacity: 0;}

#custormForm.custom-form .form-item .form-con .radio-group label input:checked + .dote,
#custormForm.custom-form .form-item .form-con .checkbox-group label input:checked + .dote {
  background: #1890ff;}

#custormForm.custom-form .form-item .form-con .radio-group .dote {
  border-radius: 50%;}

#custormForm.custom-form .form-item .form-con .uploadbox {
  padding-top: 10px;}

#custormForm.custom-form .form-item .form-con .uploadbox .btn {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  margin-right: 10px;}

#custormForm.custom-form .form-item .form-con .uploadbox .btn input[type='file'] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;}

#custormForm.custom-form .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;}

#custormForm.custom-form .form-item .form-con .error {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 2;
  color: #fa3030;}

#custormForm.custom-form .form-item .pic-intro {
  font-size: 12px;
  color: #666;
  white-space: nowrap;}

#custormForm.custom-form .form-item .pic-list ul {
  list-style: none;
  padding: 0;
  margin: 0;}

#custormForm.custom-form .form-item .pic-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  padding-left: 15px;
  height: 24px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  transition: all ease .2s;
  background: #c6e4ff;
  font-size: 12px;
  color: #666666;
  padding-right: 40px;
  margin-right: 18px;
  overflow: hidden;}

#custormForm.custom-form .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;}

#custormForm.custom-form .form-item .tips {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);}

#custormForm.custom-form .form-item .tips .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/warning.png) no-repeat;
  background-size: 100% 100%;}

#custormForm.custom-form .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 .3s;}

#custormForm.custom-form .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;}

#custormForm.custom-form .form-item .tips .icon:hover + .content,
#custormForm.custom-form .form-item .tips .icon:active + .content {
  opacity: 1;
  transform: translateY(-20px);}

#custormForm.custom-form .form-item.v-code input[type='text'] {
  width: calc(100% - 105px);}

#custormForm.custom-form .form-item.v-code img {
  vertical-align: middle;
  width: 100px;
  height: 44px;
  user-select: none;
  cursor: pointer;}

#custormForm.custom-form .form-item .selectpick_div_box {
  position: relative;}

#custormForm.custom-form .form-item .selectpick_div {
  border: solid 1px #e5e5e5;
  width: 100% !important;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 42px;
  text-align: left;
  padding-left: 5px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9060;
  display: flex;
  align-items: center;}

#custormForm.custom-form .form-item .selectpick_icon {
  float: right;
  background: url(../images/icon.png) no-repeat center;
  margin-right: 10px;
  height: 42px;
  width: 9px;
  cursor: pointer;}

#custormForm.custom-form .form-item .selectpick_div:active {
  -moz-box-shadow: 0 0 3px #1890ff;
  -webkit-box-shadow: 0 0 3px #1890ff;
  box-shadow: 0 0 3px #1890ff;
  border: solid 1px #1890ff;}

#custormForm.custom-form .form-item .selectpick_options {
  border: solid 1px #CFCFCF;
  width: 100%;
  position: absolute;
  z-index: 9060;
  font-size: 14px;
  text-align: center;
  display: none;}

#custormForm.custom-form .form-item .selectpick_options ul {
  list-style: none;
  height: auto;
  margin: 0px;
  padding: 0px;
  z-index: 9060;
  font-size: 14px;
  text-align: left;}

#custormForm.custom-form .form-item .selectpick_options ul li {
  padding-left: 5px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  transition: background ease .3s;
  z-index: 9060;
  background-color: #fff;}

#custormForm.custom-form .form-item .selectpick_options li:hover {
  background-color: #1890ff;}

#custormForm.custom-form .form-item .selectpick_options li:hover label {
  color: #fff;}

#custormForm.custom-form .form-item .selectpick_options ul li.selectpick_options_selected {
  background-color: #1890ff;
  z-index: 9060;}

#custormForm.custom-form .form-item .selectpick_options ul li.selectpick_options_selected label {
  color: #fff;}

#custormForm.custom-form .form-item .selectpick_no_select {
  cursor: default;
  color: #9a9898;
  background-color: #F5F5F5;}

#custormForm.custom-form .form-item .select_hide {
  display: none;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);}

#custormForm.custom-form .form-item .selectpick_options li {
  cursor: pointer;}

#custormForm.custom-form .form-item .selectpick_options li label {
  cursor: pointer;}

#custormForm.custom-form .submite-row {
  padding: 0 40px;
  text-align: center;}

#custormForm.custom-form .vdp-datepicker__calendar {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%);}

#custormForm.custom-form .fade-enter-active,
#custormForm.custom-form .fade-leave-active {
  transition: all ease .2s;
  transform: translateY(0);}

#custormForm.custom-form .fade-enter,
#custormForm.custom-form .fade-leave-to {
  opacity: 0;
  transform: translateY(-100%);}
.formBox{
  padding-bottom: 5px;}
.el-input__suffix{
    display: none !important;}
#codeAlert input{
     border:1px solid #cccccc;}
.sendCode{
    padding: 8px !important;
    font-size: 12px !important;
    margin:0 !important;}
#custormForm div.formMain {
    padding-top: 80px;
    background: #fff;
    padding-bottom: 10px;
    min-height: 600px;}
#custormForm .formMain h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;}
#custormForm .formMain h4 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0 30px;
    margin-bottom: 50px;}
.NumbersLabel{
  color:#333!important;
  font-weight:600;
  font-size:16px;}

@media screen and (max-width: 500px) {
    #custormForm.custom-form .formTitle {
         height: 150px !important;}
    #custormForm.custom-form {
      padding-top:0;}
    #custormForm div.formMain {
      padding-top: 30px;}
}
.w-e-toolbar {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 5px;}
.w-e-toolbar .w-e-menu {
    position: relative;
    text-align: center;
    padding: 5px 10px !important;
    cursor: pointer;}
.w-e-toolbar .w-e-droplist{
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    border-right-color: #ccc !important;
    border-bottom-color: #ccc !important;}
.w-e-toolbar .w-e-menu{
    position: relative !important;}
.w-e-text-container .w-e-panel-container {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    border: 1px solid #ccc !important;
    border-top: 0 !important;
    box-shadow: 1px 1px 2px #ccc !important;
    color: #333 !important;
    background-color: #fff !important;}
.w-e-text-container{
    position: relative !important;}
.w-e-text-container .w-e-panel-container .w-e-panel-close{
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    padding: 5px !important;
    margin: 2px 5px 0 0 !important;
    cursor: pointer !important;
    color: #999 !important;}
.w-e-text-container .w-e-panel-container .w-e-emoticon-container .w-e-item {
    cursor: pointer;
    font-size: 18px !important;
    padding: 0 3px !important;
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1 !important;}
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content{
    padding: 10px 15px 10px 15px !important;
    font-size: 16px !important;}
.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn {
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1 !important;
    color: #999 !important;
    cursor: pointer !important;
    font-size: 60px !important;
    line-height: 1 !important;}
.w-e-up-btn i {
    font-size: 60px !important;}
.edui-editor-iframeholder{
    height:120px !important;}
iframe .view{
    overflow: auto !important;}
.el-cascader-node{
    float: none;}
.el-scrollbar__view{
    float: none;}
.pic-list ul, ol, li{
    float: none;}

@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;}
   #edui2 .edui-default {
     margin-left: 0;}
}
.messageBox img {
  max-width: 100%;
  margin-bottom:20px;}
.messageBox div {
  max-width: 100%;}
.edui-default .edui-toolbar .edui-for-fullscreen {
  float:right!important;}
.edui-for-emotion, .edui-for-simpleupload, .edui-for-fontfamily, .edui-for-subscript, .edui-for-superscript, .edui-for-underline {
  visibility: hidden!important;
  width: 0!important;
  margin: 0!important;}
.edui-default .edui-toolbar {
   height: 30px!important;}

.basicInfo{
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
  font-size:16px;}

@media screen and (max-width: 500px) {
  .el-cascader__dropdown .el-cascader-menu {
     width: 120px!important;
     min-width: auto!important;}
  .el-cascader__dropdown {
    left:7px!important;}
  .el-cascader__dropdown .el-cascader-node{
    padding: 5px 8px!important;
    height: auto!important;
    line-height: normal!important;
    align-items: stretch;}
  .el-cascader-node__label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    white-space: normal!important;
    padding-right: 15px!important;
    -webkit-line-clamp: 2;
    word-break: break-all;}
  .el-cascader-node>.el-radio {
     padding-top: 3px;}
  .el-cascader-node__postfix {
     padding-top: 3px;}
}

