@charset "UTF-8";
.el-select-dropdown__item.selected,
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #ffb90b;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  cursor: not-allowed;
  background-image: none;
  color: rgba(0, 0, 0, 0.25) !important;
  border-color: #d9d9d9;
  background: #f5f5f5;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus {
  border-color: #ffb90b;
}

.el-button--primary {
  background-color: #ffb90b;
  border-color: #ffb90b;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #ffb90b;
  border-color: #ffb90b;
  color: #FFF;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus,
.el-textarea__inner:focus,
.el-textarea__inner:hover {
  border-color: #ffb90b;
}

.el-radio-group .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  box-shadow: 0 0 2px 2px #ffb90b;
}
.el-radio-group .el-radio-button__inner {
  font-size: 14px;
}
.el-radio-group .el-radio-button__inner:hover {
  color: #ffb90b;
}
.el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #ffb90b;
  border-color: #ffb90b;
  box-shadow: -1px 0 0 0 #ffb90b;
}
.el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner:hover {
  color: #fff;
}

.cus-page {
  text-align: center;
  padding: 40px 0 0;
  box-sizing: border-box;
}
.cus-page .el-pager li.active,
.cus-page .el-pager li:hover,
.cus-page button:hover {
  color: #ffb90b;
}
.cus-page .el-input.is-active .el-input__inner,
.cus-page .el-input__inner:focus,
.cus-page .el-pagination__sizes .el-input .el-input__inner:hover,
.cus-page .el-range-editor.is-active,
.cus-page .el-range-editor.is-active:hover,
.cus-page .el-select .el-input.is-focus .el-input__inner {
  border-color: #ffb90b;
}

.el-tabs .el-tabs__item {
  color: #666;
  transition: all 0.3s;
}
.el-tabs .el-tabs__item:hover,
.el-tabs .el-tabs__item.is-active {
  color: #ffb90b;
}
.el-tabs .el-tabs__active-bar {
  background-color: #ffb90b;
}

* {
  margin: 0;
  padding: 0;
}

[v-clock] {
  display: none;
}

body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum", "tnum";
  color: #666;
  position: relative;
  min-height: 100vh;
}

.set-f-wrapper {
  min-height: 100vh;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.s-cursor {
  cursor: pointer;
}

.error-tip {
  padding: 10px;
  min-width: 250px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #ffc536;
}

.cus-scroll-bar {
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.cus-scroll-bar::-webkit-scrollbar {
  width: 6px;
  height: 0px;
}
.cus-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D9DDE1;
}
.cus-scroll-bar::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 8px;
  /* background: #fff; */
}

input {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s;
}
input:focus {
  border-color: #fc3;
  box-shadow: 0 0 0 2px rgba(255, 185, 11, 0.2);
  border-right-width: 1px;
  outline: 0;
}
input:hover {
  border-color: #fc3;
  border-right-width: 1px;
}
input::-moz-placeholder {
  color: #bfbfbf;
}
input::placeholder {
  color: #bfbfbf;
}

button {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 8px;
  color: #666;
  border: 1px solid #d9d9d9;
  background: #fff;
}
button:hover, button:focus {
  color: #222;
  border-color: #fc3;
  color: #fc3;
}
button[type=primary] {
  background: #ffb90b;
  border-color: #ffb90b;
  color: #222;
}
button[type=primary]:hover {
  color: #222;
}
button:disabled {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.primary-btn {
  color: #222;
  border-color: #ffb90b;
  background: #ffb90b;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.text-c {
  text-align: center;
}

.base-top-header {
  display: flex;
  align-items: center;
  z-index: 9;
  padding: 9px 0;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.base-top-header .logo {
  height: 26px;
  margin-right: 30px;
  cursor: pointer;
}
.base-top-header .a-link-box {
  display: flex;
  align-items: center;
}
.base-top-header .a-link-box .a-link {
  line-height: 28px;
  padding: 0 10px;
  color: #666;
  margin-right: 10px;
}
.base-top-header .a-link-box .a-link:hover {
  color: #ffb90b;
}
.base-top-header .a-link-box .a-active {
  color: #ffb90b;
}
.base-top-header .adv-box {
  margin-left: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.base-top-header .adv-box::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  display: none;
}
.base-top-header .adv-box:hover::after {
  display: block;
}
.base-top-header .adv-box:hover .adv-h {
  display: block;
}
.base-top-header .adv-box .adv-1 {
  width: 88px;
}
.base-top-header .adv-box .adv-h {
  width: 427px;
  box-sizing: border-box;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  filter: drop-shadow(16px 16px 20px rgba(100, 100, 100, 0.5));
  border-radius: 5px;
  display: none;
}

.set-hidden {
  display: none !important;
}

.el-dialog {
  border-radius: 8px;
}
.el-dialog .el-dialog__header {
  padding: 20px 24px 15px;
}
.el-dialog .el-dialog__header .el-dialog__title {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.el-dialog .d-content {
  overflow: auto;
  padding-right: 10px;
  max-height: 358px;
}
.el-dialog .el-dialog__body {
  padding: 30px 24px;
  padding-top: 0;
}
.el-dialog .el-dialog__body p {
  margin-bottom: 1em;
}

.login-dialog-box .el-dialog__headerbtn {
  top: 10px;
  font-size: 18px;
}
.login-dialog-box .el-dialog__header,
.login-dialog-box .el-dialog__body {
  padding: 0;
}
.login-dialog-box .login-content {
  height: 555px;
  display: flex;
}
.login-dialog-box .login-content .left-c {
  min-width: 335px;
  padding: 8px;
  padding-right: 0;
  box-sizing: border-box;
}
.login-dialog-box .login-content .left-c .left-inner {
  background: url("../images/base/strategy.png") no-repeat 0 0/cover;
  height: 100%;
  position: relative;
}
.login-dialog-box .login-content .left-c .left-inner .text {
  font-size: 14px;
  color: #101010;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.login-dialog-box .login-content .left-c .left-inner .text .set-c {
  color: #FF8227;
}
.login-dialog-box .login-content .right-c {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
  flex: 1 0 auto;
}
.login-dialog-box .login-content .right-c .login-title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: -7px;
}
.login-dialog-box .login-content .right-c .step-box {
  position: relative;
}
.login-dialog-box .login-content .right-c .step-box .step-item {
  position: relative;
}
.login-dialog-box .login-content .right-c .step-box .step-item::before {
  content: attr(data-step);
  width: 16px;
  height: 16px;
  background: #FFDC18;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-name {
  color: #7B838B;
  padding-left: 20px;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c {
  padding: 16px 0 24px 20px;
  border-left: 2px dotted #d1d6de;
  box-sizing: border-box;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .qr-img {
  display: flex;
  justify-content: center;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .img-wrap {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #000000;
  box-sizing: border-box;
  text-align: center;
  padding: 3px;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .input-box {
  position: relative;
  width: 272px;
  overflow: hidden;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .field-list {
  display: flex;
  justify-content: space-between;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .field-item {
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #303a4e;
  text-align: center;
  font-weight: bold;
  border: 1px solid #DDE1E7;
  border-radius: 3px;
  box-sizing: border-box;
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .field-item-focus {
  position: relative;
  background: #fff;
  border: 1px solid #222;
  box-shadow: 0 6px 27px 0 rgba(34, 34, 34, 0.1);
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .field-item-focus::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #888;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  animation: blink 1s steps(1) infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.login-dialog-box .login-content .right-c .step-box .step-item .step-c .field-input {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 60px);
  height: 48px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0;
  background: transparent;
}
.login-dialog-box .login-content .right-c .c-btn {
  width: calc(100% - 16px);
  height: 42px;
  font-size: 16px;
  color: #222;
  margin-left: 20px;
  margin-top: 16px;
}

.search-sug-list {
  position: absolute;
  width: 100%;
  max-height: 260px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 8px;
  overflow-y: auto;
  padding: 10px 0;
  box-sizing: border-box;
  top: calc(100% + 5px);
  left: 0;
  z-index: 2;
}
.search-sug-list .sug-item {
  margin: 0 15px;
  border-radius: 8px;
  padding: 5px 12px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}
.search-sug-list .sug-item:hover {
  color: #ffb90b;
  background-color: #f5f5f5;
}

.feed-dialog-box .el-dialog__headerbtn {
  top: 14px;
}
.feed-dialog-box .el-dialog__header {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.feed-dialog-box .el-dialog__header .el-dialog__title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.feed-dialog-box .el-dialog__body {
  padding: 24px;
  box-sizing: border-box;
  padding-top: 10px;
}
.feed-dialog-box .d-content {
  max-height: 600px;
}
.feed-dialog-box .el-form--label-top .el-form-item__label {
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.85);
}
.feed-dialog-box .el-input__inner {
  border-radius: 8px;
}
.feed-dialog-box .submit-btn {
  text-align: center;
}
.feed-dialog-box .submit-btn .c-btn {
  width: 152px;
  height: 42px;
  font-size: 16px;
  border-radius: 8px;
  color: #222;
}

.tool-tip-content {
  text-align: center;
}
.tool-tip-content h3 {
  margin: 0;
  color: #222;
}
.tool-tip-content p {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.tool-tip-content .btn {
  width: 102px;
  padding: 2px 0;
  background: #f8f4eb;
  border-radius: 12px;
  margin: 0 auto;
  color: #c18a00;
  text-align: center;
}

.fixed-right-tool {
  position: fixed;
  bottom: 150px;
  right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.fixed-right-tool .tool-item {
  width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 0 9px 18px 0 rgba(34, 34, 34, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}
.fixed-right-tool .tool-item:last-child {
  margin-bottom: 0;
}
.fixed-right-tool .tool-item:hover .c-img {
  opacity: 0;
}
.fixed-right-tool .tool-item:hover .text {
  opacity: 1;
}
.fixed-right-tool .tool-item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  opacity: 0;
}

.header-sticky {
  background-color: #222;
  position: sticky;
  top: 0;
  z-index: 99;
}
.header-sticky .base-top-header .a-link {
  color: #fff;
}
.header-sticky .base-top-header .a-active {
  color: #ffb90b;
}
.header-sticky .right-search-box {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 38px;
  position: relative;
}
.header-sticky .right-search-box .c-input {
  padding: 6.5px 25px;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  height: 100%;
  width: 400px;
}
.header-sticky .right-search-box .search-btn {
  width: 88px;
  height: 100%;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #222;
}

.footer {
  color: #999;
  font-size: 12px;
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer .footer-item {
  position: relative;
  margin-right: 25px;
}
.footer .footer-item:last-child {
  margin-right: 0;
}
.footer .footer-item:last-child::after {
  display: none;
}
.footer .footer-item:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #eaeaea;
  position: absolute;
  top: 4px;
  right: -13px;
}