@charset "utf-8";

.register-index {
  padding-top: 10px;
  padding-bottom: 30px;
}

.register-index .reg-banner {
  height: 200px;
  padding: 65px 0 0 145px;
  background: url(/template/Home/Default/PC/Static/img/vueModule/reg_banner.jpg) no-repeat 50%;
  color: #fff;
}

.register-index .reg-banner h1 {
  height: 42px;
  line-height: 40px;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
}

.register-index .reg-banner .subtit {
  font-size: 16px;
}

.register-index .reg-banner .subtit .btn {
  width: auto;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  background: linear-gradient(179deg, #867ffa, #5c5cde);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
}

.register-index .reg-banner .subtit .btn:hover {
  background: linear-gradient(179deg,
      rgba(134, 127, 250, 0.8),
      rgba(92, 92, 222, 0.8));
}

.register-index .flow {
  margin-bottom: 30px;
}

.register-index .flow .item {
  float: left;
  width: 267px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #72b2ff;
  text-align: center;
  position: relative;
}

.register-index .flow .item.on {
  background: #ff8e66;
}

.register-index .flow .item.on+.last:before {
  border-left-color: #ff8e66;
}

.register-index .flow .tri-item {
  float: left;
  width: 30px;
  height: 40px;
  position: relative;
}

.register-index .flow .tri-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #ff8e66;
  border-bottom: 20px solid transparent;
  background: transparent;
}

.register-index .flow .tri-item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #ff8e66;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ff8e66;
  background: transparent;
}

.register-index .flow .tri-item.last:after {
  border-top-color: #72b2ff;
  border-bottom-color: #72b2ff;
}

.register-index .flow .tri-item.last:before {
  border-left-color: #72b2ff;
}

.register-index .reg-form {
  width: 736px;
}

.register-index .reg-form .upload-form-item {
  height: 205px;
}

.register-index .reg-form .applyer-operate .name {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.register-index .reg-form .add-btn,
.register-index .reg-form .change-btn {
  width: 118px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 30px;
}

.register-index .reg-form .add-btn .iconfont,
.register-index .reg-form .change-btn .iconfont {
  margin: -2px 4px 0 0;
  font-size: 17px;
}

.register-index .reg-form .add-btn .iconfont {
  font-size: 15px;
}

.register-index .reg-form .uploader-btn {
  width: 130px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  margin-top: 20px;
  border-radius: 20px;
}

.register-index .reg-form .demo-wrap {
  margin-left: 45px;
}

.register-index .reg-form .upload-notice {
  width: 190px;
  margin-left: 45px;
}

.register-index .reg-form .upload-notice p {
  line-height: 24px;
  padding-top: 30px;
  color: #959595;
  font-size: 12px;
  text-align: justify;
}

.register-index .reg-form .popover-icon {
  margin-left: 10px;
  font-size: 14px;
}

.register-index .reg-form .login-layer {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 406px;
  height: 32px;
  line-height: 34px;
  padding-left: 16px;
  background: #fff;
  color: #9b9b9b;
}

.register-index .agent-wrapper {
  position: relative;
  width: 260px;
}

.register-index .agent-wrapper .agent {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.register-index .agent-wrapper.customfixtop .agent {
  position: fixed;
  top: 70px;
  right: 50%;
  margin-right: -579px;
  z-index: 9;
}

.register-index .agent-wrapper.customfixbottom .agent {
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.register-index .classify-items-wrapper .left-mode {
  width: 760px;
}

.register-index .classify-items-wrapper .right-mode {
  width: 380px;
  height: 987px;
  padding: 20px;
  margin-top: 10px;
}

.register-index .classify .form-item {
  margin-left: 94px;
}

.register-index .classify .form-item .classify-form {
  display: inline-block;
}

.register-index .classify .form-item .classify-form .el-form-item__label {
  font-size: 16px;
}

.register-index .classify .form-item .classify-form .el-input-group__append {
  width: 84px;
  height: 40px;
  background: #fc6530;
  border: 1px solid #fc6530;
  color: #fff;
}

.register-index .classify .form-item .classify-form .el-input-group__append .el-button {
  width: 84px;
}

.register-index .classify .form-item .classify-form .search-input {
  width: 418px;
}

.register-index .classify .form-item .classify-form .search-input .el-input__icon {
  line-height: 36px;
  font-size: 20px;
}

.register-index .classify .form-item .classify-form .el-form-item__content,
.register-index .classify .form-item .classify-form .el-form-item__label {
  line-height: 36px;
}

.register-index .classify .form-item .classify-form .el-input__inner {
  height: 36px;
  line-height: 36px;
}

.register-index .classify .form-item .type-radio-group {
  margin: 0 20px;
  vertical-align: top;
}

.register-index .classify .form-item .type-radio-group .el-radio-button {
  width: 100px;
}

.register-index .classify .form-item .type-radio-group .el-radio-button .el-radio-button__inner {
  width: 100%;
  border-color: #3c7ee5;
  color: #3c7ee5;
}

.register-index .classify .form-item .type-radio-group .el-radio-button.is-active .el-radio-button__inner {
  color: #fff;
}

.register-index .classify .form-item .reset-btn {
  /* width: 130px; */
  vertical-align: top;
}

.register-index .classify .tab-wrapper {
  width: 980px;
  margin: 16px 0 0 94px;
}

.register-index .classify .tab-wrapper .lis {
  width: 435px;
}

.register-index .classify .tab-wrapper .lis .item {
  display: inline-block;
  width: 145px;
  height: 40px;
  margin: 0;
  border-bottom: 2px solid #e0e3e8;
  color: #9b9b9b;
  text-align: center;
  font-size: 16px;
}

.register-index .classify .tab-wrapper .lis .item.active {
  border-bottom-color: #fc6530;
  color: #fc6530;
}

.register-index .classify .tab-panels {
  width: 1000px;
  margin: 0 0 10px 94px;
}

.register-index .classify .tab-panels .cls-panel .el-button {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}

.register-index .classify .tab-panels .cls-panel .el-button.selected {
  border-color: #1b1b1b;
  color: #1b1b1b;
}

.register-index .classify .tab-panels .cls-panel .el-button.cur {
  border-color: #3c7ee5;
  color: #3c7ee5;
}

.register-index .classify .history-panels {
  margin: 20px 0 20px 94px;
  font-size: 12px;
}

.register-index .classify .history-panels .label {
  width: 115px;
}

.register-index .classify .history-panels .item {
  width: 868px;
  margin-left: 115px;
}

.register-index .classify .history-panels .item a {
  display: inline-block;
  margin: 0 15px 10px 0;
  cursor: pointer;
}

.register-index .classify-item,
.register-index .pay-submit {
  margin-top: 10px;
  background: #f4f9ff;
  border: 1px solid #e0e3e8;
}

.register-index .classify-item .item-tit,
.register-index .pay-submit .item-tit {
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e3e8;
  font-size: 18px;
}

.register-index .classify-item .item-tit>div,
.register-index .pay-submit .item-tit>div {
  float: left;
  width: 50%;
}

.register-index .classify-item .info-wrapper {
  height: 400px;
  padding: 0 20px 10px;
  margin-left: 6px;
  overflow: hidden;
}

.register-index .classify-item .info-wrapper .info-item {
  padding-bottom: 10px;
}

.register-index .classify-item .info-wrapper .info-item:last-child {
  border-top: none;
  border-bottom: none;
}

.register-index .classify-item .info-wrapper .info-item .el-collapse-item__arrow {
  display: none;
}

.register-index .classify-item .info-wrapper .info-item .is-active .icons-tri {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.register-index .classify-item .info-wrapper .info-item .el-collapse-item__header,
.register-index .classify-item .info-wrapper .info-item .el-collapse-item__wrap {
  background: none;
}

.register-index .classify-item .info-wrapper .name {
  width: 100%;
  font-size: 14px;
}

.register-index .classify-item .info-wrapper .name .icons-tri {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.register-index .classify-item .info-wrapper .name .icons-close {
  height: 20px;
  line-height: 20px;
  margin-top: 14px;
  color: #fb5555;
  font-size: 20px;
  cursor: pointer;
}

.register-index .classify-item .info-wrapper .cls-info {
  padding-left: 26px;
}

.register-index .classify-item .info-wrapper .cls-info .cls-no {
  width: 34px;
  line-height: 24px;
}

.register-index .classify-item .info-wrapper .cls-info .subcls-lis {
  margin-left: 44px;
}

.register-index .classify-item .info-wrapper .cls-info .subcls-lis .el-tag {
  padding: 0 12px;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  background: #3c7ee5;
  border: 0;
  color: #fff;
  position: relative;
}

.register-index .classify-item .info-wrapper .cls-info .subcls-lis .el-tag .el-icon-close {
  position: absolute;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: transparent;
}

.register-index .classify-item .info-wrapper .cls-info .subcls-lis .el-tag:hover {
  background: #9b9b9b;
  text-decoration: line-through;
}

.register-index .classify-item .info-wrapper .cls-info .subcls-lis .el-tag:hover .el-icon-close {
  background: none;
}

.register-index .classify-item .info-wrapper .el-collapse-item__content {
  padding-bottom: 0;
}

.register-index .classify-item .item-empty {
  height: 516px;
  text-align: center;
}

.register-index .classify-item .item-empty img {
  margin-top: 167px;
}

.register-index .classify-item .item-empty p {
  margin-top: 20px;
  color: #3c7ee5;
}

.register-index .pay-submit .value-added-service {
  padding: 30px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e0e3e8;
}

.register-index .pay-submit .value-added-service .label-name {
  line-height: 40px;
}

.register-index .pay-submit .value-added-service .check-btns {
  margin-left: 70px;
}

.register-index .pay-submit .value-added-service .check-btns .el-radio {
  width: 150px;
  height: 40px;
  margin: 0 0 20px 8px;
  background: none;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  text-align: center;
}

.register-index .pay-submit .value-added-service .check-btns .el-radio:hover {
  border-color: #fc6530;
  color: #1b1b1b;
}

.register-index .pay-submit .value-added-service .check-btns .el-radio.is-checked {
  border: 2px solid #fc6530;
}

.register-index .pay-submit .value-added-service .check-btns .el-radio .el-radio__input.is-checked+.el-radio__label {
  color: #1b1b1b !important;
}

.register-index .pay-submit .value-added-service .check-btns .el-radio .el-radio__input {
  display: none;
}

.register-index .pay-submit .value-added-service .info-item {
  margin-left: 80px;
  line-height: 26px;
  color: #9b9b9b;
}

.register-index .pay-submit .cost {
  margin: 20px 0 20px 20px;
}

.register-index .pay-submit .cost-list {
  margin: 0 0 30px 20px;
}

.register-index .pay-submit .submit-btns {
  margin-left: 20px;
}

.register-index .pay-submit .submit-btns .el-button {
  width: 150px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
}

.register-index .pay-submit .notice {
  line-height: 24px;
  margin: 24px 0 20px 20px;
  color: #9b9b9b;
  font-size: 12px;
}

.register-index .pay-submit .notice .index-num {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 14px;
  background: #9b9b9b;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.register-index .right-mode {
  border: 1px solid #e0e3e8;
}

.register-index .right-mode .el-form-item__content {
  line-height: 30px;
}

.register-index .right-mode .quick-form {
  height: 30px;
}

.register-index .right-mode .quick-form .el-input {
  width: 248px;
  height: 30px;
}

.register-index .right-mode .quick-form .el-input .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.register-index .right-mode .quick-form .el-button {
  margin-left: 5px;
}

.register-index .right-mode .cls-tit {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin-top: 15px;
  background: #fafafa;
  border: 1px solid #ececec;
  font-size: 16px;
}

.register-index .right-mode .cls-tit .icons-tri-down {
  line-height: 20px;
  margin-top: 16px;
}

.register-index .right-mode .collapse-wrap {
  width: 100%;
  height: 850px;
  padding: 0 10px 20px;
  background: #fff;
  border: 1px solid #ececec;
  border-top: 0;
  overflow: hidden;
}

.register-index .right-mode .collapse-wrap .subcls-item {
  padding: 0;
}

.register-index .right-mode .collapse-wrap .el-scrollbar__bar.is-horizontal {
  display: none;
}

.register-index .right-mode .collapse-wrap .el-collapse-item__header {
  height: 40px;
  line-height: 40px;
}

.register-index .right-mode .collapse-wrap .el-collapse-item__header .el-collapse-item__arrow {
  line-height: 40px;
}

.register-index .right-mode .collapse-wrap .el-collapse-item {
  background: #fff;
}

.register-index .right-mode .collapse-wrap .subcls-tit {
  width: 296px;
  height: 40px;
  line-height: 40px;
}

.register-index .right-mode .collapse-wrap .subcls-tit.selected {
  color: #3c7ee5;
}

.register-index .right-mode .collapse-wrap .subcls-tit .subcls-name {
  display: inline-block;
  width: 236px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register-index .right-mode .collapse-wrap .el-collapse-item__content {
  padding-left: 15px;
}

.register-index .right-mode .collapse-wrap .el-collapse-item__content .el-button {
  width: 100%;
}

.register-index .right-mode .collapse-wrap .el-collapse-item__content .el-button>span {
  display: inline-block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: left;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register-index .right-mode .collapse-wrap .el-collapse-item__content .el-button.is-disabled span {
  color: #3c7ee5;
}

.empty-warpper {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

.empty-warpper .icons .icon {
  font-size: 120px;
}

.empty-warpper .txt {
  padding: 0 40px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.empty-warpper .txt p a {
  color: #fc6530;
  text-decoration: underline;
}

.upload-demo {
  width: 150px;
  height: 150px;
  color: #9da0a6;
  border: 1px solid #e0e3e8;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}

.upload-demo img {
  max-width: 96%;
  max-height: 96%;
  vertical-align: middle;
}

.upload-demo {
  line-height: 150px;
}

.upload-demo .i-upload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: -13px 0 0 -13px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.upload-demo .demo-layer {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 99%;
  height: 99%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.upload-btns {
  width: 130px;
  line-height: 30px;
  margin: 120px 0 0 12px;
}

.upload-btns .btn {
  width: 130px;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.mint-toast {
  z-index: 3000 !important;
}

.tabs-name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 16px;
  margin: 10px 0 30px;
  border-left: 4px solid #3c7ee5;
  font-size: 18px;
  color: #3c7ee5;
}

/* dialog弹框 */
.bigimg-dialog {
  z-index: 9999 !important;
}

.bigimg-dialog.el-dialog {
  display: table;
  width: auto;
  max-width: 940px;
  text-align: center;
}

.bigimg-dialog.el-dialog img {
  max-width: 95%;
  max-height: 640px;
}

/* 上传css */
.upload-box {
  width: 150px;
  height: 150px;
  color: #9da0a6;
  border: 1px solid #e0e3e8;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.upload-box img {
  max-width: 96%;
  max-height: 96%;
  vertical-align: middle;
}

.upload-box .el-upload {
  width: 150px;
  height: 150px;
}

.upload-box .upload-items {
  height: 149px;
  line-height: 149px;
}

.upload-box .upload-had {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.upload-box .upload-had .preview-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.upload-box .upload-had .preview-layer .i-upload {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
}

.upload-box .upload-had .reload-layer {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 99%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}

.upload-box .upload-had:hover .reload-layer {
  opacity: 1;
}

.upload-box .upload-empty {
  line-height: 0;
}

.upload-box .upload-empty .iconfont {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin: 42px 0 14px;
  font-size: 56px;
}

.upload-box .upload-empty .txt {
  line-height: 16px;
}

.upload-box:hover .upload-empty {
  color: #666;
}

.register-index .classify .form-item .type-radio-group .el-radio-button.is-active .el-radio-button__inner {
  color: #fff;
}

.el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #e0e3e8;
  border-radius: 0 0 0 0;
  box-shadow: none !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
  background-color: #3c7ee5;
  box-shadow: -1px 0 0 0 #3c7ee5;
}

.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 0 0 0;
}

.whole-wrapper .el-pagination.is-background .btn-next,
.whole-wrapper .el-pagination.is-background .btn-prev,
.whole-wrapper .el-pagination.is-background .el-pager li {
  background-color: #fff;
}

.whole-wrapper .el-form-item.is-required .el-form-item__label:before {
  content: " ";
}

.whole-wrapper .el-button {
  border-radius: 4px;
}

.whole-wrapper .el-input__inner {
  border-radius: 0;
}

.whole-wrapper .el-button--blue {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}

.whole-wrapper .el-button--blue.is-plain {
  background: none;
  border-color: #3c7ee5;
  color: #3c7ee5;
}

.whole-wrapper .el-button--blue.is-plain:hover {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}

.whole-wrapper .el-button--blue:hover {
  background: #2c70db;
}

.whole-wrapper .el-button--primary {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}

.whole-wrapper .el-button--primary.is-plain {
  background: none;
  border-color: #3c7ee5;
  color: #3c7ee5;
}

.whole-wrapper .el-button--primary.is-plain:hover {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}

.whole-wrapper .el-button--primary:hover {
  background: #2c70db;
}

.whole-wrapper .el-button--orange {
  background: #fc6530;
  border-color: #fc6530;
  color: #fff;
}

.whole-wrapper .el-button--orange.is-plain {
  background: none;
  border-color: #fc6530;
  color: #fc6530;
}

.whole-wrapper .el-button--orange.is-plain:hover {
  background: #fc6530;
  border-color: #fc6530;
  color: #fff;
}

.whole-wrapper .el-button--orange:hover {
  background: #f45017;
  border-color: #fc6530;
  color: #fff;
}

.whole-wrapper .el-button--info {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}

.whole-wrapper .el-button--info.is-plain {
  background: none;
  border-color: #3c7ee5;
  color: #3c7ee5;
}

.whole-wrapper .el-button--info.is-plain:hover {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}

.whole-wrapper .el-button--info:hover {
  background: #2c70db;
}

.whole-wrapper .el-button--danger {
  background: #fb5555;
  border-color: #fb5555;
  color: #fff;
}

.whole-wrapper .el-button--danger.is-plain {
  background: none;
  border-color: #fb5555;
  color: #fb5555;
}

.whole-wrapper .el-button--danger.is-plain:hover {
  background: #fb5555;
  border-color: #fb5555;
  color: #fff;
}

.whole-wrapper .el-button--danger:hover {
  background: #f64242;
}

.whole-wrapper .el-button--gray {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}

.whole-wrapper .el-button--gray.is-plain {
  background: none;
  border-color: #9b9b9b;
  color: #9b9b9b;
}

.whole-wrapper .el-button--gray.is-plain:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}

.whole-wrapper .el-button--gray:hover {
  background: #e0e3e8;
}

.whole-wrapper .el-button--small {
  min-width: 80px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
}

.whole-wrapper .el-button--small.is-plain {
  background: none;
}

.whole-wrapper .el-button--small.no-padding {
  padding: 0;
}

.whole-wrapper .el-select-dropdown .el-scrollbar {
  padding-bottom: 14px;
}

.register-index .classify .form-item .classify-form .el-input-group__append {
  height: 36px;
}

/* lx-toast */
.lx-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  box-sizing: border-box;
  max-width: 80%;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  z-index: 9999;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  animation: show-toast 0.5s;
  -webkit-animation: show-toast 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lx-toast.lx-word-wrap {
  width: 80%;
  white-space: inherit;
  height: auto;
}

.lx-toast.lx-toast-top {
  top: 50px;
  bottom: inherit;
}

.lx-toast.lx-toast-center {
  top: 50%;
  margin-top: -20px;
  bottom: inherit;
}

@-webkit-keyframes show-toast {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show-toast {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lx-load-mark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lx-load-box {
  position: fixed;
  z-index: 3;
  width: 7.6em;
  min-height: 7.6em;
  top: 180px;
  left: 50%;
  margin-left: -3.8em;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.lx-load-content {
  margin-top: 64%;
  font-size: 14px;
}

.lx-loading,
.lx-loading-nocontent {
  position: absolute;
  width: 0;
  left: 50%;
  top: 38%;
}

.lx-loading-nocontent {
  top: 50%;
}

/* 图样上传 */
.isColored-upload .upload-box {
  margin-right: 15px;
}

/* agree-pact-dialog */
.agree-pact-dialog p {
  line-height: 24px;
  text-align: justify;
  text-indent: 2em;
  font-size: 1em;
}

/* 增值服务抖动的问题 */
.register-index .pay-submit .value-added-service .check-btns .el-radio {
  width: 170px;
}

.register-index .pay-submit .item-tit>div.cost-num {
  width: 40%;
}

.register-index .pay-submit .item-tit>div.order-num {
  width: 60%;
}

/* 历史记录 */
.register-index .classify .history-panels.active-history .label {
  width: 150px;
}

.register-index .classify .history-panels.active-history .item {
  margin-left: 150px;
}

.form-common .el-input,
.form-common .el-textarea,
.form-common .el-textarea .el-textarea__inner {
  width: 408px;
}

.class-check-span {
  font-weight: bold;
}

.classify-form.el-form--inline .el-form-item:last-child {
  margin-right: 2px;
}

.el-input .el-input__clear:hover {
  color: #9b9b9b;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.font-itatic {
  font-style: italic;
}

.quick-form .el-input--medium .el-input__icon {
  line-height: 32px;
}

.agent {
  width: 260px;
  height: auto;
  padding: 0 20px;
  padding-bottom: 25px;
  background: #fff;
}

.agent .tit {
  height: 1px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(60, 126, 229, 0.3);
  font-size: 16px;
  text-align: center;
  margin-bottom: 36px;
}

.agent .tit strong {
  display: inline-block;
  margin-top: -12px;
  padding: 0 10px;
  background: #fff;
  vertical-align: top;
}

.agent .subtit {
  line-height: 20px;
  margin: 36px 0 20px;
  text-align: center;
}

.agent .middle-wrapper .avatar,
.agent .middle-wrapper .ewm {
  width: 120px;
}

.agent .middle-wrapper .avatar .img-wrapper,
.agent .middle-wrapper .ewm .img-wrapper {
  width: 100px;
  height: 100px;
  line-height: 94px;
  border: 1px solid #ececec;
}

.agent .middle-wrapper .avatar .btn {
  width: 120px;
  margin-top: 20px;
  background: #f4f9ff;
  border: 1px solid #55a9ff;
  border-radius: 4px;
  color: #3c7ee5;
  font-size: 12px;
}

.agent .middle-wrapper .avatar .btn .iconfont {
  margin: -2px 5px 0 0;
  font-size: 14px;
}

.agent .middle-wrapper .avatar .btn:hover {
  background: #55a9ff;
  color: #fff;
}

.agent .middle-wrapper .ewm p {
  margin-top: 35px;
  font-size: 12px;
}

.register-index .agent-wrapper {
  position: relative;
  width: 260px;
}

.register-index .agent-wrapper .agent {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.register-index .agent-wrapper.customfixtop .agent {
  position: fixed;
  top: 70px;
  right: 50%;
  margin-right: -579px;
  z-index: 9;
}

.register-index .agent-wrapper.customfixbottom .agent {
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.register-index .ad {
  float: right;
  margin-top: 25px;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix-both:after,
.clearfix-both:before {
  display: table;
  content: " ";
}

.img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.dialog-common .el-dialog__header {
  height: 50px;
  padding: 0 10px 0 20px;
  background: #f8f8f8;
}

.dialog-common .el-dialog__header .el-dialog__title {
  line-height: 50px;
  font-size: 16px;
  color: #1b1b1b;
}

.el-table thead {
  color: #3c7ee5;
  font-weight: 500;
}

.el-table th {
  background-color: #f4f9ff;
}

.dialog-common .el-table th {
  padding: 8px 0;
}

.dialog-common .el-table td {
  padding: 2px 0;
}

.el-table {
  color: #1b1b1b;
}

.el-button--text:focus,
.el-button--text:hover {
  color: #6398ea;
}

.el-button--text:active {
  color: #3671ce;
  background-color: transparent;
}

.register-index .reg-form .applyer-operate .name {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.el-textarea .el-input__count {
  line-height: normal;
  bottom: 4px;
}

.el-scrollbar__wrap {
  overflow-x: hidden;
}

.agree-pact-dialog .el-dialog__body {
  height: 500px;
}

.whole-wrapper * {
  box-sizing: border-box;
}

.whole-wrapper {
  background: #f4f4f7;
}

.register-notice {
  line-height: 26px;
}

.el-message {
  top: 35%;
}

.info-item-name b {
  font-weight: bold;
}

.el-scrollbar .el-scrollbar__wrap {
  margin-bottom: 0 !important;
}

.create-image-dialog .el-radio {
  width: 120px;
  text-align: left;
  display: block;
  margin: 0 10px;
  margin-bottom: 10px;
  float: left;
}

.create-image-dialog .el-radio-group {
  margin-top: 4px;
}

.classify-form .el-select__caret.el-input__icon {
  line-height: 36px;
}

.pay-type-warp {
  width: 470px;
  margin: 0 auto;
  text-align: center;
}

.pay-type-warp .title-item {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.pay-type-warp .type-item {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  /* 水平居中 */
}

.pay-type-warp .type-item .pay-btn {
  flex: 1;
  max-width: 230px;
  float: left;
  width: 150px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  background: #ececec;
  border: 0;
  transition: all 0.3s;
}

.pay-type-warp .type-item .pay-btn.active,
.pay-type-warp .type-item .pay-btn:hover {
  background: #bedbff;
}

.pay-type-warp .type-item .pay-btn.i-yue .icon {
  margin: -2px 6px 0 0;
  font-size: 28px;
}

.pay-type-warp .type-item .pay-btn.i-wechat .icon {
  height: 30px;
  margin-top: -2px;
  font-size: 90px;
}

.pay-type-warp .type-item .pay-btn.i-alipay .icon {
  height: 28px;
  margin-top: -2px;
  font-size: 80px;
}

.pay-type-warp .balance {
  display: inline-block;
  line-height: 25px;
  margin-top: 15px;
}

.pay-type-warp .balance .account-item {
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  border-radius: 13px;
  background-color: #f4f9ff;
  padding: 0 20px;
}

.pay-type-warp .balance .refresh {
  width: 25px;
  height: 25px;
  border-radius: 10px;
  line-height: 25px;
  margin-left: 5px;
  background-color: #f4f9ff;
}

.pay-qrcode-wrap {
  padding-top: 12px;
}

.pay-qrcode-wrap .ewm-item {
  width: 240px;
}

.pay-qrcode-wrap .ewm-item .code {
  width: 204px;
  height: 204px;
  padding: 24px;
  margin: 0 auto;
  border: 1px solid #ececec;
}

.pay-qrcode-wrap .ewm-item .name {
  width: 204px;
  height: 40px;
  line-height: 40px;
  margin: 18px auto 0;
  background: #f6504d;
  color: #fff;
  font-size: 16px;
}

.pay-qrcode-wrap .ewm-item .name .i-code {
  margin-right: 4px;
}

.pay-qrcode-wrap .ewm-item .price {
  height: 50px;
  line-height: 50px;
  margin: 26px auto 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  color: #4d4d4d;
}

.pay-qrcode-wrap .ewm-item .price .num {
  font-size: 20px;
}

.pay-qrcode-wrap .demo-item {
  width: 306px;
  height: 371px;
  margin-left: 52px;
}

.dialog-common .my-slot-header {
  line-height: 50px;
  font-size: 16px;
  color: #4d4d4d;
}

.dialog-common .my-slot-header .i-paycode {
  margin-right: 5px;
  font-size: 20px;
  margin-top: -4px;
}


.components-pages-register-font-style .el-radio-group .el-radio {
  width: 120px
}

.components-pages-register-font-style .el-radio-group .el-radio:not(:nth-of-type(-n+3)) {
  margin-top: 10px
}


.el-radio__input.is-checked .el-radio__inner {
  border-color: #3c7ee5;
  background: #3c7ee5;
}

.el-radio__input.is-checked+.el-radio__label {
  color: #3c7ee5;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #3c7ee5;
  border-color: #3c7ee5;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #3c7ee5;
}

.el-radio {
  color: #1b1b1b;
  cursor: pointer;
  margin-right: 30px;
}

.el-form-item__label {
  vertical-align: middle;
  font-size: 14px;
  color: #1b1b1b;
}

.color-danger {
  color: #fb5555;
}

.fs24 {
  font-size: 24px !important;
}

/* 禁止body滚动条隐藏，解决抖动问题 */
.el-popup-parent--hidden {
  overflow-y: auto;
  padding-right: 0 !important;
}

.el-dialog__body {
  padding: 30px 20px;
  color: #1b1b1b;
  font-size: 14px;
  word-break: break-all;
}

.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #1b1b1b;
}

.el-select-dropdown__list {
  padding-bottom: 0;
}

.el-select-dropdown .el-scrollbar {
  padding-bottom: 6px;
}