.header {
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.header .logo {
  float: left;
}
.header .top-div1-ui {
  float: right;
}
hr.classhr {
  height: 1;
  background-color: #666;
}
.reg_title {
  text-align: center;
  color: #f60;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 25px;
}
.step_box {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.step_box .el-steps {
  width: 100%;
}
.step_box .el-steps--horizontal {
  white-space: nowrap;
}
.step_box .el-step {
  position: relative;
  float: left;
  width: 31.3333%;
}
.step_box .el-step .el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #c0c4cc;
  height: 2px;
  top: 16px;
  left: 0;
  right: 0;
}
.step_box .el-step__head {
  position: relative;
  width: 100%;
}
.step_box .el-step__head.is-process {
  color: #C0C4CC;
  border-color: #C0C4CC;
}
.step_box .el-step__head.is-wait {
  color: #c0c4cc;
  border-color: #c0c4cc;
}
.step_box .el-step__head.is-finish {
  color: #409EFF;
  border-color: #409EFF;
}
.step_box .el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.step_box .el-step__icon {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.step_box .el-step__icon-inner {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  padding-top: 8px;
  padding-left: 12px;
}
.step_box .el-step__main {
  white-space: normal;
  text-align: left;
}
.step_box .el-step__title.is-finish {
  color: #409EFF;
}
.step_box .el-step__title {
  font-size: 16px;
  line-height: 38px;
}
.step_box .el-step.is-flex {
  width: 40px;
}
.step_box .el-step__title.is-process {
  color: #C0C4CC;
  font-weight: normal;
}
.step_box .el-step__title.is-wait {
  color: #c0c4cc;
}
.step_box .el-step__line-inner {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}
.footer_line {
  height: 110px;
  margin: 0 auto;
  width: 780px;
  border-top: 1px solid #e9e9ea;
  padding-top: 15px;
  margin-top: 35px;
}
.footer_line p,
.footer_line a {
  color: #898989;
  font-size: 12px;
  text-align: center;
}
.main_step {
  padding-top: 10px;
  padding-bottom: 70px;
  width: 1000px;
  margin: 0 auto;
}
.main_step .steps_box {
  display: none;
}
.main_step .step1 {
  margin-left: 260px;
}
.main_step .step2 {
  margin-left: 260px;
}
.main_step .step4 {
  text-align: center;
  margin-bottom: 140px;
}
.main_step .step4 .complate {
  padding-bottom: 40px;
}
.form_item {
  margin-bottom: 20px;
}
.form_item_label {
  width: 120px;
  text-align: right;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 36px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_item_content {
  position: relative;
  margin-left: 120px;
  line-height: 36px;
}
.el-input__inner {
  height: 36px;
  line-height: 36px;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: 0;
  padding-left: 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  overflow: hidden;
}
.el-input__inner_select {
  height: 36px;
  line-height: 36px;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: 0;
  padding-left: 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.el-input__inner.form_item_error {
  border-color: #f56c6c;
}
.el-input__inner_select.itemClassErr {
  border-color: #f56c6c;
}
.form_input {
  width: 230px;
  position: relative;
  display: inline-block;
}
.shortInput {
  width: 160px;
}
.tipWord {
  color: #c7c7c7;
  margin-left: 10px;
}
div.form_item_error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  left: 0;
}
.form_radio,
.form_witchPlace {
  color: #606266;
}
.radio_label {
  font-size: 14px;
  padding-left: 10px;
}
.radioAc .radio_label {
  color: #409EFF;
}
.ys_button {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: normal;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.ys_button em {
  font-style: normal;
}
.ys_button_primary {
  color: #fff;
  background-color: #409EFF;
  border-color: #409EFF;
}
.ys_button_primary:focus,
.ys_button_primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
.ys_button_text {
  color: #409EFF;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
}
.ys_button_small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}
a.highlight {
  color: #40aaff;
}
.isShowFuc {
  display: none;
}
.ys_button_primary img {
  display: none;
}
button[disabled].ys_button_primary {
  background: #8ACCFF !important;
  border-color: #8ACCFF;
}
button[disabled] img {
  display: inline-block;
  position: relative;
}
.pass_input {
  padding-left: 10px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  border-radius: 4px;
}
.ocx_style {
  outline: 0;
  border: none;
  vertical-align: baseline;
}
.valtifyInput {
  border: 1px solid #f56c6c;
}
#ocx_password1,
#ocx_password2,
#ocx_password3 {
  height: 34px;
  line-height: 34px;
  width: 188px;
  padding: 0;
  display: inline-block;
}
.safe-level {
  height: 10px;
  margin-bottom: 10px;
}
.safe-level dd {
  height: 5px;
  width: 60px;
  float: left;
  background-color: #cacbcc;
  margin-right: 10px;
}
.step3_title {
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
}
.step3_title span {
  font-weight: 200;
  font-size: 14px;
}
#step3InStep2 {
  margin-left: 180px;
}
#step3InStep2 .form_item_label {
  width: 200px;
}
#step3InStep2 .form_item_content {
  margin-left: 200px;
}
.requireMark {
  font-style: normal;
  color: #f56c6c;
  padding-right: 5px;
}
.select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: right center;
  padding-right: 0 \9;
  background: none \9;
  height: auto;
  max-height: 36px;
  padding: 9px 0\9;
  padding-left: 15px;
}
.short_form {
  width: 113px;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.buslicenseFileBtn_error {
  display: none;
}
.je-select {
  min-width: 190px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0 22px 0 8px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: border-color 0.15s cubic-bezier(0.65, 0.05, 0.35, 0.5);
  transition: border-color 0.15s cubic-bezier(0.65, 0.05, 0.35, 0.5);
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.je-select.disabled {
  background-color: #f2f2f2;
  color: #aaa;
  cursor: not-allowed;
}
.je-select:after {
  width: 20px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 0px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  content: "";
  background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAGZmZv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0Q2RTRDMjVEQkMxMUU0QjBCREU0MUY5QUQyMDA2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0Q2RTRDMzVEQkMxMUU0QjBCREU0MUY5QUQyMDA2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDRDZFNEMwNURCQzExRTRCMEJERTQxRjlBRDIwMDY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDRDZFNEMxNURCQzExRTRCMEJERTQxRjlBRDIwMDY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAABIAEgAAAhqMj6nL7Q8NiAdYajPMnPovcdcjYiMGpuq6FAA7");
  background-repeat: no-repeat;
  background-position: right center;
}
.je-select-open {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  overflow: hidden;
}
.je-select-open .opensoso {
  padding: 4px 8px;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
}
.je-select-open input {
  padding: 0% 4px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #DADADA;
}
.je-select-open dl {
  padding: 4px 0;
  font-size: 14px;
  overflow: auto;
}
.je-select-open dt {
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-style: italic;
}
.je-select-open dd {
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.je-select-open dd.on,
.je-select-open dd.on:hover {
  background-color: #40aaff;
  color: #fff;
}
.je-select-open dd.group {
  padding: 0 8px 0 22px;
}
.je-select-open dd:hover {
  background-color: #F3F3F3;
}
.dateTips {
  color: red;
  padding-left: 15px;
}
.selectSearbox {
  display: block!important;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
}
/* dialog ------------------------------------*/
.jeBox {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  zoom: 1;
}
.jeBox * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'Segoe UI', 'Lucida Grande', 'NotoSansHans-Light', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
.jeBox-wrap {
  display: inline-block;
  outline: 0;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.jeBox-header {
  height: 40px;
  line-height: 40px;
  padding: 0 36px 0 10px;
  font-size: 16px;
  background-color: #e6e6e6;
  border-bottom: 1px solid #DDDDDD;
  color: #333;
  border-radius: 4px 4px 0 0;
}
.jeBox-content {
  height: 58px;
  line-height: 24px;
  word-break: break-all;
  font-size: 14px;
  overflow: auto;
}
.jeBox-footer {
  overflow: hidden;
  padding: 0 5px;
}
.jeBox-footer button {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 8px;
  background-color: #f1f1f1;
  color: #333;
  border: 1px #ccc solid;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  -moz-outline: none;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
.jeBox-footer button.jeBox-btn0 {
  background-color: #0099CC;
  color: #fff;
  border: 1px #0099CC solid;
}
.jeBox-footer button[disabled] {
  cursor: default;
  color: #666;
  background: #DDD;
  border: solid 1px #bbb;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.jeBox-headbtn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 40px;
}
.jeBox-headbtn a {
  color: #999;
  display: block;
  width: 30px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  float: left;
  text-decoration: none;
}
.jeBox-headbtn a:hover {
  color: #999;
  background-color: #d7d7d7;
}
.jeBox-close {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../image/close.png);
}
.jeBox-maxbtn {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../image/full.png);
}
.jeBox-maxbtn.revert {
  background-image: url(../image/reduction.png);
}
.jeBox-yesbut {
  display: inline-block;
  margin: 6px 8px 6px 0;
  height: 32px;
  line-height: 0;
  padding: 0 20px;
  vertical-align: top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #4592f0;
  border: 1px #3484e5 solid;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jeBox-yesbut:hover {
  background: #4592f0;
}
.jeBox-nobut {
  display: inline-block;
  margin: 6px 8px 6px 0;
  height: 32px;
  line-height: 0;
  padding: 0 20px;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ECECEC;
  border: 1px #C3C3C3 solid;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.jeBox-nobut:hover {
  background-color: #ECECEC;
}
.jeBox-mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  position: fixed;
  _position: absolute;
}
.jeBox-moves {
  position: fixed;
  border: 2px #444 solid;
  cursor: move;
  border-radius: 4px;
  overflow: hidden;
}
.jeBox-moves .movescon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e9e9e9;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jeBox-content iframe {
  display: block;
  width: 100%;
}
.jeBox-content ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}
.jeBox-content ::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.jeBox-content ::-webkit-scrollbar-track-piece {
  background-color: #F3F3F3;
}
.jeBox-content ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.jeBox-content ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
.jeBox-content ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}
.jeBox-content ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}
.jeBox-iconbox {
  padding: 5px 5px 5px 45px;
  min-height: 30px;
  line-height: 30px;
  background-position: 5px center;
  font-size: 14px;
  background-repeat: no-repeat;
}
.jeBox-iconbox.jeicon1 {
  background-image: url(../image/jeicon1.png);
}
.jeBox-iconbox.jeicon2 {
  background-image: url(../image/jeicon2.png);
}
.jeBox-iconbox.jeicon3 {
  background-image: url(../image/jeicon3.png);
}
.jeBox-iconbox.jeicon4 {
  background-image: url(../image/jeicon4.png);
}
.jeBox-iconbox.jeicon5 {
  background-image: url(../image/jeicon5.png);
}
.jeBox-iconbox.jeicon6 {
  background-image: url(../image/jeicon6.png);
}
.jeBox-iconbox.jeicon7 {
  background-image: url(../image/jeicon7.png);
}
.jeBox-loadbox {
  width: 80px;
  line-height: 24px;
  padding-top: 40px;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
}
.jeBox-loadbox.jeload1 {
  background-image: url(../image/loading1.gif);
  background-position: center 10px;
}
.jeBox-loadbox.jeload2 {
  background-image: url(../image/loading2.gif);
  background-position: center 5px;
}
.jeBox-loadbox.jeload3 {
  background-image: url(../image/loading3.gif);
  background-position: center 5px;
}
.jeBox-tips {
  position: absolute;
  border-radius: 3px;
}
.jeBox-tips em {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  z-index: 0;
  position: absolute;
  margin-left: 0px;
}
.jeBox-tips .jeBox-tipscon {
  min-height: 18px;
  line-height: 18px;
  padding: 6px;
  font-size: 12px;
  z-index: 5;
  position: relative;
  color: #fff;
  float: left;
  overflow: hidden;
  word-break: break-all;
}
.jeBox-wrap.jeBox-ies {
  border: 1px #c2c2c2 solid;
}
.jeBox-wrap.jeBox-anim {
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.7);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.jeBox-wrap.jeBox-animMsg {
  background-color: rgba(0, 0, 0, 0.65);
  background: transparent\9;
  zoom: 1\8;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
  color: #ffffff;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.jeBox-wrap.jeBox-animLoad {
  border: 1px #c2c2c2 solid;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.imgShort {
  width: 130px;
}
.inlineDiv {
  width: 320px;
  position: absolute;
  left: 85px;
  top: 0px;
}
.inlineDiv input,
.inlineDiv button,
.inlineDiv img {
  float: left;
}
.inlineDiv img {
  margin-top: 7px;
  display: none;
}
.inlineDiv input {
  margin-right: 10px;
}
.inputfileClass {
  display: none;
}
.step3Show01 {
  display: none;
}
.step3Show02 {
  display: none;
}
.loading_img {
  height: 300px;
  text-align: center;
}
.loading_img img {
  padding-top: 130px;
}
.ys_infile {
  padding-left: 10px;
  padding-right: 10px;
}
.inputfile {
  position: absolute;
  width: 81px;
  height: 38px;
  top: 0;
  left: 0;
  z-index: 40;
  opacity: 0;
  filter: alpha(opacity=0);
}
.el_textarea {
  resize: vertical;
  vertical-align: top;
}
#jeBoxjbx .jeBox-content {
  padding-top: 20px!important;
  height: 44px!important;
  text-align: center;
}
.jeBox-wrap.jeBox-animMsg {
  height: 60px!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*兼容IE11*/
  .select {
    padding: 9px 0;
    padding-left: 15px;
  }
}
.isShowTip {
  display: none;
  padding: 15px;
  text-align: center;
  background-color: #fdf6ec;
  color: #e6a23c;
  font-size: 20px;
}
.zhihangWidth .el-input__inner_select {
  width: 350px;
}
.newReceiptor {
  color: #66b1ff;
  cursor: pointer;
  padding-left: 272px;
  padding-bottom: 10px;
}
.newReceiptor img {
  margin-right: 5px;
  cursor: pointer;
}
.newReceiptor_title {
  padding-left: 283px;
  padding-bottom: 10px;
}
.newReceiptor_title img {
  vertical-align: -2px;
  margin-left: 5px;
  cursor: pointer;
}
.farenshifou_shouyiren_chioce {
  display: none;
}
