/**组件样式*/
[v-cloak]{
            display: none;}
@charset "UTF-8";
body {
    margin:0;
    padding:0;}

#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;
  border: none;
  position: static;
  font-size: 14px;
  color: #666;
  font-family: '微软雅黑';
  margin: 0;
  padding: 0;
  background: none;
  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;}

#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;
  margin-bottom: 10px;}

#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;}
.tip{
    display:inline-block;
    color:#cccccc;
    font-size: 12px;}
#custormForm.custom-form .form-item .form-lable span {
  color: #f56c6c;}

#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: 12px;
  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;
  line-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;
    text-align: center;
    margin-bottom: 50px;}

@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;}
}

.dhxg{position: relative;border-bottom: none !important;}
.dhxg::before {
      content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    right: auto;
    bottom: 0;
    background: #4052b4;
    left: 50%;}
    .dhxg::after {content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #4052b4;
    right: 50%;}
    
    .dhxg:hover::before{
    animation: dblj_li 1s;
    -webkit-animation: dblj_li 1s;
    animation-fill-mode: forwards;
        color: #e4820f;}
    .dhxg:hover::after{
    animation: dblj_li 1s;
    -webkit-animation: dblj_li 1s;
    animation-fill-mode: forwards;
        color: #e4820f;}

@keyframes dblj_li
{
    0%   {width: 50%;}
    50%  {width: 0;}
    100% {width: 50%;}
}
@-webkit-keyframes dblj_li /* Safari ä¸Ž Chrome */
{
    0%   {width: 50%;}
    50%  {width: 0;}
    100% {width: 50%;}
}


