@charset "utf-8";
.elastic-msg {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  z-index: 9000;
}
.elastic-msg .el-msg-tab {
  position: relative;
  display: inline-block;
  min-width: 260px;
  max-width: 500px;
  padding-left: 60px;
  padding-right: 15px;
  border-radius: 2px;
}
.elastic-msg .el-msg-tab.warning {
  background: #FF7676;
}
.elastic-msg .el-msg-tab.inquiry {
  background: #FFAC51;
}
.elastic-msg .el-msg-tab.success {
  background: #67D577;
}
.elastic-msg .el-msg-tab .icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  position: absolute;
  left: 30px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  top: 10px;
}
.elastic-msg .el-msg-tab .el-msg-conten {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin: 9px 0;
  text-align: left;
}
.elastic-alert {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9001;
}
.elastic-alert .alert-cover {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  background: rgba(0, 0, 0, 0.45) !important;
  filter: alpha(opacity=45);
  background: #000;
}
.elastic-alert .alert-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -184px;
  margin-left: -288px;
  width: 536px;
  min-height: 144px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.elastic-alert .alert-box .close {
  overflow: hidden;
}
.elastic-alert .alert-box .close a {
  font-family: "iconfont" !important;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: #575A5F;
}
.elastic-alert .alert-box .ale-title {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #252525;
  margin-bottom: 15px;
}
.elastic-alert .alert-box .ale-title i {
  float: left;
  font-family: "iconfont" !important;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-right: 9px;
}
.elastic-alert .alert-box .ale-content {
  color: #5B5E63;
  font-size: 13px;
  line-height: 18px;
  min-height: 36px;
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 19px;
}
.elastic-alert .alert-box .ale-content span {
  color: #FF5050;
  font-size: 14px;
  margin: 0 10px;
}
.elastic-alert .alert-box .ale-btn {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.elastic-alert .alert-box .ale-btn a {
  display: inline-block;
  width: 94px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #515A6E;
  border: 1px solid #DFE6EC;
  border-radius: 2px;
  margin-left: 12px;
}
.elastic-alert .alert-box .ale-btn a:hover {
  border-color: #348EED;
  color: #348EED;
}
.elastic-alert .alert-box .ale-btn a.define {
  background: #348EED;
  color: #fff;
  border: 1px solid #348EED;
}
.elastic-alert .alert-box .ale-btn a.define:hover {
  background: #237ED2;
  border: 1px solid #237ED2;
}
.elastic-alert.warning .alert-box .ale-title i {
  color: #FF5050;
}
.elastic-alert.inquiry .alert-box .ale-title i {
  color: #FFAC51;
}
.elastic-alert.success .alert-box .ale-title i {
  color: #45D56D;
}
.elastic-move {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9002;
}
.elastic-move .alert-cover {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 38px;
  background: rgba(0, 0, 0, 0.45) !important;
  filter: alpha(opacity=45);
  background: #000;
}
.elastic-move .move-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -184px;
  margin-left: -288px;
  width: 576px;
  min-height: 144px;
  padding: 20px 0;
  background: #fff;
  border-radius: 4px;
}
.elastic-move .move-content .title {
  position: relative;
  height: 17px;
  padding: 6px 20px 15px;
  overflow: hidden;
}
.elastic-move .move-content .title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #EBEFF7;
}
.elastic-move .move-content .title span {
  float: left;
  padding-left: 10px;
  display: block;
  height: 17px;
  border-left: 3px solid #4097F5;
  color: #263444;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.elastic-move .move-content .title i {
  cursor: pointer;
  float: right;
  font-family: "iconfont" !important;
  width: 17px;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  height: 17px;
  color: #575A5F;
}
.elastic-move .move-content .move-box {
  padding: 20px 20px 0;
}
.elastic-move .move-content .move-box .move-tr {
  position: relative;
  overflow: hidden;
  padding-left: 80px;
}
.elastic-move .move-content .move-box .move-tr .tr-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  text-align: right;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 13px;
  color: #5B5E63;
}
.elastic-move .move-content .move-box .move-tr select {
  display: block;
  width: 100%;
  height: 34px;
  border: 1px solid #DFE6EC;
  line-height: 34px;
  border-radius: 2px;
  font-size: 13px;
  color: #5B5E63;
  background: #fff;
}
.elastic-move .move-content .move-box .move-tr input {
  display: block;
  width: 436px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  border-radius: 2px;
  padding: 0 10px;
  color: #5B5E63;
  border: 1px solid #DFE6EC;
}
.elastic-move .move-content .move-box .move-error {
  height: 18px;
  padding-left: 80px;
  line-height: 18px;
  font-size: 12px;
  color: #FC4E51;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elastic-move .move-content .move-box .error select,
.elastic-move .move-content .move-box .error input {
  border-color: #FC4E51;
}
.elastic-move .move-content .move-box .form-btn {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: right;
  margin-top: 45px;
}
.elastic-move .move-content .move-box .form-btn a {
  display: inline-block;
  width: 94px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #DFE6EC;
  font-size: 14px;
  color: #515A6E;
  margin-left: 14px;
  border-radius: 2px;
}
.elastic-move .move-content .move-box .form-btn a:hover {
  border-color: #348EED;
  color: #348EED;
}
.elastic-move .move-content .move-box .form-btn a.define {
  border-color: #348EED;
  background: #348EED;
  color: #fff;
}
.elastic-move .move-content .move-box .form-btn a.define:hover {
  background: #237ED2;
  border-color: #237ED2;
}
.elastic-load {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
}
.elastic-load .loading_over {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 100px;
  height: 100px;
  font-size: 0;
  line-height: 100px;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.elastic-load .loading_over img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.elastic-iframe {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8999;
}
.elastic-iframe .alert-cover {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  background: rgba(0, 0, 0, 0.45) !important;
  filter: alpha(opacity=45);
  background: #000;
}
.elastic-iframe .ale-if-content {
  position: absolute;
  width: 720px;
  max-height: 600px;
  bottom: 10%;
  top: 10%;
  left: 50%;
  margin-left: -360px;
  background: #fff;
  border-radius: 4px;
  padding: 58px 0 20px;
  overflow: hidden;
}
.elastic-iframe .ale-if-content .title {
  position: relative;
  height: 17px;
  padding: 6px 20px 15px;
  margin-top: -38px;
  overflow: hidden;
}
.elastic-iframe .ale-if-content .title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #EBEFF7;
}
.elastic-iframe .ale-if-content .title span {
  float: left;
  padding-left: 10px;
  display: block;
  height: 17px;
  border-left: 3px solid #4097F5;
  color: #263444;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.elastic-iframe .ale-if-content .title i {
  cursor: pointer;
  float: right;
  font-family: "iconfont" !important;
  width: 17px;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  height: 17px;
  color: #575A5F;
}
.elastic-iframe .ale-if-content .ifram-content {
  height: 100%;
  overflow: hidden;
}
.elastic-iframe .ale-if-content .ifram-content iframe {
  display: block;
  width: 100%;
  height: 100%;
}