/* 核心基础样式 */
.page-memo {
  padding: 16px 0;
  box-sizing: border-box;
}
.page-memo li {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.6;
}
.page-memo li .tel {
  text-decoration: none;
  color: #fff;
}
.page-memo li .tel:active,
.page-memo li .tel:visited {
  color: #fff;
}

/* 图表相关样式 */
.chart-wrap .chart-wrap-null {
  text-align: center;
  font-size: 18px;
  padding: 32px 0;
}
.chart-wrap .chart-content {
  height: 340px;
}
.chart-wrap .chart-tabs-wrap {
  padding: 10px 0;
}
.chart-wrap .chart-tabs-wrap .chart-tabs-row {
  display: flex;
  justify-content: center;
  align-content: stretch;
}
.chart-wrap .chart-tabs-wrap .chart-tabs-row .button-close {
  margin-right: 5px;
  margin-top: 5px;
}
.chart-wrap .chart-tabs-wrap .chart-tabs-row .chart-tabs {
  margin: 0 auto;
  width: 160px;
  display: flex;
  justify-content: center;
}
.chart-wrap .chart-tabs-wrap .chart-tabs-row .chart-tabs .chart-tab-item {
  font-size: 14px;
  width: 50%;
  text-align: center;
  line-height: 2;
  position: relative;
  border: #39454b solid;
}
.chart-wrap .chart-tabs-wrap .chart-tabs-row .chart-tabs .chart-tab-item.active {
  color: #ffc400;
}

/* 表单相关样式 */
.step1-form .el-form-item {
  margin-bottom: 8px;
}
.step2-form .el-tag {
  margin-right: 8px;
  margin-bottom: 8px;
}
.step2-form .step2-form-content .el-input {
  width: 190px;
}
.step2-form .step2-form-content .el-form-item {
  margin-bottom: 14px;
}

/* 弹窗样式 */
.sms-dialog,
.filter-dialog {
  z-index: 3000 !important;
  margin-top: 5vh !important;
}
@media (max-width: 380px) {
  .sms-dialog,
  .filter-dialog {
    margin-top: 2vh !important;
  }
}
.sms-dialog .el-dialog__body,
.filter-dialog .el-dialog__body {
  padding: 10px 20px;
}
.filter-dialog .filter-form-content .el-input {
  width: 190px;
}
.filter-dialog .filter-form-content .el-form-item {
  margin-bottom: 14px;
}

/* 报价页面核心样式 */
.quote-page {
  background: #252525 !important;
  min-height: 100%;
  height: 100%;
  overflow: auto;
  padding: 3px 0;
  box-sizing: border-box;
  position: relative;
}
.quote-page ::-webkit-scrollbar {
  width: 0.7px;
  height: 5px;
}
.quote-page ::-webkit-scrollbar-thumb {
  background-color: #f4f4f4;
  border-radius: 1px;
}
.quote-page .quote-marquee {
  margin: 5px 0;
  color: #ffc400;
  font-weight: 700;
  border: 1px solid #fa0e0e;
  overflow: hidden;
  white-space: nowrap;
}
.quote-page .quote-marquee b {
  display: inline-block;
  animation: marquee 20s linear infinite;
}
.quote-page .page-title {
  margin: 0;
  font-size: 28px;
  color: #ffc400;
  letter-spacing: 1px;
  text-align: center;
}
.quote-page .price-table-header {
  background: #000;
  font-weight: 700;
  font-size: 21px;
  width: 100%;
}
.quote-page .price-table-header .el-col {
  padding: 12px 0;
  line-height: 23px;
}
.quote-page .price-table-header .el-col,
.quote-page .price-table-row .el-col {
  border-right: 1px solid #444;
  text-align: center;
}
.quote-page .price-table-header .el-col:last-child,
.quote-page .price-table-row .el-col:last-child {
  border-right: none;
}
.quote-page .quote-page-content {
  height: calc(100% - 47px);
  overflow-y: auto;
}
.quote-page .quote-price-table {
  color: #eee;
  font-size: 21px;
  font-family: sans-serif;
  min-height: 300px;
}
.quote-page .quote-price-table .price-table-row .el-col {
  padding: 3px 0;
  line-height: 23px;
}
.quote-page .quote-price-table .price-table-row .el-col .y-middle {
  transform: translateY(50%);
  display: inline-block;
}
.quote-page .quote-price-table .price-table-row:nth-child(2n) {
  background: #000 !important;
}
.quote-page .quote-price-table .price-table-row:last-child {
  border-bottom: 1px solid #444;
}
.quote-page .quote-price-table .symbole-price {
  font-size: 19px;
  font-family: moonfont;
}
.quote-page .quote-price-table .symbole-price .symbol-price-rise {
  color: red !important;
}
.quote-page .quote-price-table .symbole-price .symbol-price-fall {
  color: #0f0 !important;
}
.quote-page .quote-price-table .symbole-price .symbol-price-normal {
  color: #e8e8e8;
}
.quote-page .quote-price-table .symbole-price-field {
  padding-left: 5px;
}
.quote-page .quote-price-table .symbol-name {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-left: 8px;
  color: #ffbf24;
}

/* 页脚样式 */
.page-footer {
  background: #2b3036 !important;
  color: #d4dee3;
  padding: 5px 0 8px;
  box-shadow: 0 3px 10px 0 #000;
  position: relative;
}
.page-footer .tab-icon {
  font-size: 22px;
}
.page-footer .active-tab {
  color: #29b6f6;
}

/* 容器样式 */
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container .quote-page-header {
  background: #252525 !important;
}
.container .quote-page-header .page-logo {
  height: 100px;
}
.container .quote-status {
  text-align: right;
  background: #252525 !important;
  padding-top: 3px;
  padding-right: 10px;
  display: inline-block;
  color: red !important;
  font-size: 15px;
}
.container .quote-status.red .quote-status {
  border-color: red !important;
}
.container .quote-status.green .quote-status {
  border-color: #0f0 !important;
}
.container .page-time {
  min-width: 76px;
  text-align: center;
  font-size: 14px;
  margin-left: 2px;
}
.container .quote-divider {
  margin: 1px 0;
}
.container .home {
  height: 100%;
  flex-grow: 1;
  overflow: auto;
  color: #fff;
}
.container .home .home-iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/* 全局基础样式 */
#__layout,
#__nuxt,
body,
html {
  min-height: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
* {
  outline: none !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* 通用工具类 */
.right {
  float: right;
}
.left {
  float: left;
}
.bold {
  font-weight: 700;
}
.inline {
  display: inline;
}
.clear {
  clear: both;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.full-height {
  height: 60px;
  padding: 8px 0;
}
.full-width {
  width: 100%;
}
.no-transform {
  text-transform: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-ellipse {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
amount {
  font-family: Helvetica Neue;
}

/* 通用颜色类 */
.grey {
  color: rgba(0, 0, 0, 0.45) !important;
}
.black {
  color: #303133 !important;
}
.red {
  color: red !important;
}
.green {
  color: #0f0 !important;
}
.blue {
  color: #007bff !important;
}
.yellow {
  color: #ffc74c !important;
}

/* ElementUI 样式覆盖 */
.el-table,
.el-table td,
.el-table th,
.el-table tr {
  background-color: transparent !important;
  border-bottom: none !important;
}
.el-table:before {
  display: none;
}
.el-loading-mask {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10 !important;
}
.verifyCode-input .el-input-group__append {
  padding: 0;
}
.verifyCode-input .el-input-group__append img {
  width: 96px;
  display: block;
  cursor: pointer;
}

/* 动画 */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 响应式样式 */
@media (max-width: 960px) {
  .el-message {
    width: 90% !important;
    max-width: 450px;
    min-width: 100px !important;
  }
}
@media (max-width: 768px) {
  .full-height {
    height: 50px;
  }
  .el-col-5 {
    flex: 0 0 24% !important;
    max-width: 24% !important;
  }
}