/*fade*/
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.personal-container {
  background: #fff;
  padding: 30px;
  min-height: 800px;
}
.personal-container .header {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.personal-container .flex-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.personal-container .content-container {
  padding-top: 30px;
}
.personal-container .blue {
  color: #1D74F7;
}
.personal-container .red {
  color: #ff4d51;
}
.personal-container .tip {
  color: #999;
  font-size: 14px;
  padding-top: 20px;
}
.personal-container .form-footer-actions {
  padding-top: 20px;
  text-align: right;
}
.personal-container .table-footer {
  padding-top: 40px;
  text-align: right;
}
.common-table-wp {
  padding-top: 20px;
}
.common-table-wp .table-title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  background-color: #fafafa;
  padding: 0 16px;
}
.common-table-wp .el-table table th {
  background: #FAFAFA;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border-bottom: none;
  padding: 8px 0;
}
.common-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.common-tab .tab-item {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-right: 10px;
  line-height: 1;
}
.common-tab .tab-item + .tab-item {
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.common-tab .tab-item.active {
  color: #1d74f7;
}
.common-collapse {
  border: none;
}
.common-collapse .el-collapse-item {
  margin-top: 10px;
}
.common-collapse .el-collapse-item__header {
  border-bottom: none;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
}
.common-collapse .el-collapse-item__header .title {
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
}
.common-collapse .el-collapse-item__wrap {
  border-bottom: none;
}
.common-collapse .common-table-wp {
  padding-top: 10px;
}
.common-radio-group {
  width: 100%;
}
.common-radio-group .el-radio {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.common-radio-group .el-radio .el-radio__label {
  order: 0;
  padding-left: 0;
  max-width: 90%;
}
.common-radio-group .el-radio .el-radio__input {
  order: 1;
}
.common-radio-group .el-radio .el-radio__input .el-radio__inner {
  width: 18px;
  height: 18px;
}
.common-radio-group .el-radio .el-radio__input .el-radio__inner:after {
  width: 5px;
  height: 5px;
}
.enterprise-container {
  padding: 30px;
  min-height: 800px;
  background: #fff;
}
.enterprise-container .header {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #F3F3F5;
}
.enterprise-container .flex-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.enterprise-container .content-container {
  padding-top: 30px;
}
.enterprise-container .button-text {
  color: #2b7df8;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}
.enterprise-container .blue {
  color: #2b7df8;
}
.form-footer-actions {
  padding-top: 30px;
  text-align: right;
}
* {
  -webkit-tap-highlight-color: transparent;
  word-break: break-all;
}
html,
body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "AlibabaPuHuiTi", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  background: #f5f5f5;
}
html {
  box-sizing: border-box;
}
::selection {
  background: #007aff;
  color: #fff;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus,
*:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.el-button--primary {
  background-color: #1D74F7;
  border-color: #1D74F7;
  color: #fff;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background-color: #1D74F7;
  border-color: #1D74F7;
  color: #FFF;
}
.el-button,
.button-sibling {
  display: inline-block;
}
.el-button + .el-button,
.button-sibling + .el-button,
.el-button + .button-sibling,
.button-sibling + .button-sibling {
  margin-left: 20px;
}
.common-button {
  padding: 10px 24px;
}
.common-button + .common-button {
  margin-left: 20px;
}
.common-button.round {
  border-radius: 20px;
  padding: 10px 30px;
}
.common-button.plain {
  background: #fff;
}
.another-button {
  border-radius: 0;
  padding: 12px 40px;
}
.shadow-button {
  box-shadow: 0px 10px 20px 0px rgba(29, 116, 247, 0.4);
}
.el-message-box__btns {
  padding-top: 20px;
}
.el-message-box__btns .el-button + .el-button {
  margin-left: 20px;
}
.el-input,
.el-textarea,
.el-select,
.el-cascader,
.el-slider,
.el-table,
.el-input-number {
  max-width: 100%;
}
.el-divider__text,
.el-link {
  font-weight: normal;
  font-size: inherit;
}
.el-link.el-link--default:hover {
  color: #1D74F7;
}
.el-link.is-underline:hover:after {
  border-bottom-color: #1d74f7;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #1D74F7;
  background: #1D74F7;
}
.el-radio__input.is-checked + .el-radio__label {
  color: #1D74F7;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #1D74F7;
  border-color: #1D74F7;
}
.el-form-item.is-success .el-input__inner,
.el-form-item.is-success .el-textarea__inner {
  border-color: #DCDFE6;
}
.el-form-item.is-success .el-input__inner:focus,
.el-form-item.is-success .el-textarea__inner:focus {
  border-color: #DCDFE6;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-dialog {
  min-width: 300px;
  max-width: 400px;
}
.my-dialog .el-dialog__footer {
  padding: 20px;
  background: #f1f1f1;
}
.my-dialog .btn-block {
  padding-top: 14px;
}
.my-dialog .btn-block .el-button {
  width: 100%;
}
.my-dialog .dialog-form {
  font-size: 14px;
}
.my-dialog .dialog-form .change {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
  font-weight: normal;
}
.my-dialog .dialog-form .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.my-dialog .dialog-form .row .input {
  flex: 1;
  margin-right: 15px;
}
.my-dialog .dialog-form .row .img-wp,
.my-dialog .dialog-form .row .btn {
  width: 100px;
}
.my-dialog .dialog-form .row .img-wp {
  height: 40px;
}
.my-dialog .dialog-form .row .img-wp .img {
  width: 100%;
  height: 100%;
}
.my-dialog .dialog-form .row .btn {
  font-size: 13px;
}
.my-dialog .dialog-footer {
  text-align: center;
  font-size: 13px;
}
.button-group .el-button {
  padding: 15px 58px;
  border-radius: 8px;
}
.button-r {
  display: flex;
  justify-content: flex-end;
}
.html-container {
  background: #fff;
  padding: 30px;
}
.html-container .html-title {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin: 0;
  padding-bottom: 20px;
}
.html-container .html-content {
  color: #333;
  font-size: 14px;
}
.html-container .html-content section {
  padding: 10px 0;
}
.html-container .html-content .section-title {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  background: #fafafa;
  margin: 0;
  color: #666;
}
.html-container .html-content .section-cnt {
  padding: 0.5em 0 0.5em 1em;
  line-height: 1.5;
}
.html-container .html-content .section-list {
  padding: 0 0 0 1.5em;
  margin: 0;
  list-style: decimal;
}
.html-container .html-content .section-list > li {
  padding: 0.5em 0;
}
.html-container .html-content .red {
  color: red;
}
.html-container .html-content .blue {
  color: #2b7df8;
}
.html-container .html-content .purple {
  color: purple;
}
.html-container .html-content .underline {
  text-decoration: underline;
}
.html-container .html-content .bold {
  font-weight: bold;
}
.html-container .html-table-wp table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ebeef5;
}
.html-container .html-table-wp table th,
.html-container .html-table-wp table td {
  border: 1px solid #ebeef5;
  padding: 8px 0;
}
.html-container .html-table-wp table th .cell,
.html-container .html-table-wp table td .cell {
  padding: 0 10px;
}
.html-container .html-table-wp table th .center,
.html-container .html-table-wp table td .center {
  text-align: center;
}
.html-container .html-table-wp table th {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.html-container .html-table-wp table td {
  font-size: 12px;
  color: #606266;
}
.html-container .html-table-wp table td p {
  font-size: inherit;
}
.steps-wp .el-step__head.is-success,
.steps-wp .el-step__title.is-success,
.steps-wp .el-step__description.is-success,
.steps-wp .el-step__head.is-process,
.steps-wp .el-step__title.is-process,
.steps-wp .el-step__description.is-process {
  color: #1d74f7;
}
.steps-wp .el-step__head.is-success,
.steps-wp .el-step__head.is-process {
  border-color: #1d74f7;
}
.steps-wp .el-step__head.is-success .el-step__line {
  background-color: #1d74f7;
}
.new-row-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.new-row-tab .item {
  font-size: 20px;
  color: #4D4C50;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 14px;
}
.new-row-tab .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 4px;
  background: transparent;
  margin-left: -1em;
}
.new-row-tab .item + .item {
  margin-left: 50px;
}
.new-row-tab .item + .item:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  left: -25px;
  top: 2px;
  background: #4D4C50;
}
.new-row-tab .item.active {
  color: #2b7df8;
}
.new-row-tab .item.active:after {
  background: #2b7df8;
}

.back-top-wp[data-v-4a3ae2f5] {
  position: fixed;
  z-index: 100;
  bottom: 150px;
  right: 40px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.back-top-wp > i[data-v-4a3ae2f5] {
  color: #333;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}

.float-cart[data-v-505b1825] {
  position: fixed;
  z-index: 100;
  bottom: 210px;
  right: 40px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.float-cart .icon[data-v-505b1825] {
  color: #333;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.float-cart .badge[data-v-505b1825] {
  vertical-align: inherit;
}

.qr-pop[data-v-70260e1a] {
  position: fixed;
  z-index: 100;
  bottom: 270px;
  right: 40px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.qr-pop .icon[data-v-70260e1a] {
  color: #333;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.qr-item-list[data-v-70260e1a] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qr-item-list .item[data-v-70260e1a] {
  text-align: center;
  width: 160px;
}
.qr-item-list .item .qr-wp[data-v-70260e1a] {
  position: relative;
  width: 160px;
  height: 145px;
}
.qr-item-list .item .qr-wp .img[data-v-70260e1a] {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.qr-item-list .item .qr-wp .icon[data-v-70260e1a] {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background-color: #fff;
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
  border-radius: 6px;
}
.qr-item-list .item .name[data-v-70260e1a] {
  padding-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 500;
}

#app[data-v-03314e5f] {
  height: 100%;
}

.agreement-wp .el-link[data-v-4a350f7d] {
  display: inline;
}

