@font-face {
  font-family: 'myPlayfairDisplay';
  src: url('/static/font/PlayfairDisplay-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myPlayfairDisplay-Medium';
  src: url('/static/font/PlayfairDisplay-Medium.ttf');
}
@font-face {
  font-family: 'myPlayfairDisplay-SemiBold';
  src: url('/static/font/PlayfairDisplay-SemiBold.ttf');
}
@font-face {
  font-family: 'myPlayfairDisplay-Bold';
  src: url('/static/font/PlayfairDisplay-Bold.ttf');
}
#app {
  font-family: 'myPlayfairDisplay', sans-serif, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif, -apple-system, BlinkMacSystemFont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4A311E;
  width: 100%;
  background: #FFFCEF;
  font-size: 16px;
  box-sizing: border-box;
}
.el-textarea__inner {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif, -apple-system, BlinkMacSystemFont;
}
.bigbox {
  width: 1100px;
  margin: 0 auto;
}
.box {
  background: #FEFEFE;
  padding: 32px 24px;
  border-radius: 4px;
  margin: 24px 0;
  min-height: 600px;
}
.text-center {
  text-align: center;
}
.el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.el-select .el-select__tags-text {
  max-width: 52px;
}
.selbox .el-select .el-select__tags-text {
  max-width: 72px;
}
.custom_select .el-scrollbar__bar.is-vertical {
  top: 42px;
}
.remoteSearchbox .el-select-dropdown__item {
  height: auto;
  line-height: 1.6;
  padding: 8px 15px;
  color: #4A311E;
}
.remoteSearchbox .el-select-dropdown__item b {
  display: block;
  font-weight: normal;
}
.remoteSearchbox .el-select-dropdown__item .secondary {
  color: #4A311E;
  font-size: 13px;
  font-weight: normal;
}
.remoteSearchbox .el-select-dropdown__item.selected {
  color: #4A311E;
}
.remoteSearchbox .el-select-dropdown__item.selected b {
  font-weight: bold;
}
.demo-drawer__content {
  padding: 30px 20px 30px 30px;
}
/* 为滚动条添加样式 */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #4A311E;
  text-decoration: underline;
}
a:hover {
  color: #a6a18f;
  text-decoration: underline;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
body {
  height: 100%;
  background: #FFFCEF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  box-sizing: border-box;
  height: 100%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* mac浏览器兼容问题 */
.el-button {
  height: auto;
}
.flex {
  overflow: hidden;
}
.el-input--mini .el-input__icon {
  line-height: 22px;
}
.singledate.el-input--mini .el-input__icon {
  line-height: 28px;
}
.el-main {
  padding-top: 30px;
  padding-bottom: 80px;
}
.contentBox {
  width: 640px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #4A311E;
  box-sizing: border-box;
}
.contentBox .contentbigbox {
  position: relative;
  padding: 20px 40px 60px;
  box-sizing: border-box;
  background: #FFFCEF;
  border-radius: 20px;
  z-index: 2;
  min-height: 660px;
}
.contentBox .contentbigbox .title {
  font-size: 38px;
  text-align: center;
  font-family: 'myPlayfairDisplay-SemiBold';
  margin: 30px 0 20px;
  letter-spacing: -0.4px;
}
.contentBox .contentbigbox .subtitle {
  text-align: center;
  font-size: 18px;
  width: 320px;
  margin: 0 auto 40px;
}
.contentBox .contentbigbox .el-button {
  width: 100%;
}
.contentBox .contentbigbox .el-form {
  width: 80%;
  margin: 0 auto;
}
.contentBox .goodsBox {
  background: url(../../static/img/shopbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 70px 0 80px;
  text-align: center;
  position: relative;
}
.contentBox .goodsBox p {
  color: #FFFCEF;
  padding: 0 150px 30px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
.contentBox .goodsBox .el-button--primary {
  padding: 17px 30px;
  background-color: #9C6E4F;
  border-color: #9C6E4F;
  border-radius: 50px;
  color: #FFFCEF;
  font-family: 'myPlayfairDisplay-SemiBold';
}
.el-date-picker .el-input__inner {
  border: 1px solid #dcdfe6;
  color: #606266;
  font-size: 14px;
}
.el-date-picker .el-input__inner::-webkit-input-placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-date-picker .el-input__inner:-ms-input-placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-date-picker .el-input__inner::-ms-input-placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-date-picker .el-input__inner::placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-picker-panel__footer .el-button--text {
  display: none;
}
.el-menu--horizontal > .el-submenu:focus .el-submenu__title,
.el-menu--horizontal > .el-submenu:hover .el-submenu__title {
  color: #4A311E;
}
.el-menu--horizontal > .el-submenu .el-submenu__title {
  color: #4A311E;
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  border-bottom: none;
}
.el-submenu__title i {
  color: #4A311E;
}
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background: transparent;
  color: #4A311E;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: none;
  color: #4A311E;
}
.el-menu-item.is-active {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.el-form .el-form-item__label {
  color: #4A311E;
  font-size: 14px;
  padding-bottom: 0;
}
.el-form .el-form-item__label:before {
  display: none;
}
.el-form .el-date-editor.el-input,
.el-form .el-date-editor.el-input__inner,
.el-form .el-select {
  width: 100%;
}
.el-form .el-input__inner {
  background: rgba(74, 49, 30, 0);
  border-color: #946e2d;
  height: 52px;
  line-height: 52px;
  color: #4A311E;
  font-size: 16px;
}
.el-form .el-input-group__append,
.el-form .el-input-group__prepend {
  background: rgba(74, 49, 30, 0.25);
  border-color: rgba(74, 49, 30, 0.25);
  color: #FEFEFE;
}
.el-form .el-button--default {
  color: #FEFEFE;
  background: #4A311E;
  border-color: #4A311E;
  padding: 17px 20px;
  font-size: 16px;
}
.el-form .el-button.is-disabled,
.el-form .el-button.is-disabled:focus,
.el-form .el-button.is-disabled:hover {
  color: #c4c6cd;
  background-color: rgba(74, 49, 30, 0.8);
  border-color: rgba(74, 49, 30, 0.8);
}
.el-form .el-input__inner::-webkit-input-placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-form .el-input__inner:-ms-input-placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-form .el-input__inner::-ms-input-placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-form .el-input__inner::placeholder {
  color: rgba(74, 49, 30, 0.5);
}
.el-form .el-input__prefix,
.el-form .el-input__suffix {
  color: rgba(74, 49, 30, 0.5);
}
.el-form .el-form-item {
  margin-bottom: 30px;
}
.el-form .el-form-item__label {
  line-height: 30px;
}
.el-form .el-date-editor--time-select .el-input__prefix {
  display: none;
}
.el-form .el-date-editor--time-select .el-input__inner {
  padding-left: 10px;
}
.el-form .el-date-editor--date .el-input__prefix {
  display: none;
}
.el-form .el-date-editor--date .el-input__inner {
  padding-left: 10px;
}
.el-form .el-input.is-active .el-input__inner,
.el-form .el-input__inner:focus {
  border-color: #946e2d;
}
.el-form .el-range-editor.is-active,
.el-form .el-range-editor.is-active:hover,
.el-form .el-select .el-input.is-focus .el-input__inner {
  border-color: #946e2d;
}
.el-form .el-input-group__append .el-button {
  width: auto;
}
.el-form .el-input-group__append button.el-button {
  box-shadow: none;
}
.el-form .confirm-select {
  position: relative;
}
.el-form .confirm-select .selup {
  position: absolute;
}
.el-form .confirm-select .selup .el-input__inner,
.el-form .confirm-select .selup .el-input__suffix,
.el-form .confirm-select .selup .el-select__caret {
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.el-form .el-input--suffix .el-input__inner {
  padding-right: 10px;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #F5F1E3;
}
.el-message-box__btns .el-button.el-button--primary {
  color: #FEFEFE;
  background: #4A311E;
  border-color: #4A311E;
}
.el-message-box__btns .el-button.el-button--primary:hover {
  color: #FEFEFE;
  background: rgba(74, 49, 30, 0.8);
  border-color: rgba(74, 49, 30, 0.8);
}
.el-message-box__btns .el-button {
  color: #4A311E;
  border-color: #4A311E;
}
.el-message-box__btns .el-button:hover {
  border-color: rgba(74, 49, 30, 0.8);
}
.predictionBox {
  padding-top: 20px;
  /* 为滚动条添加样式 */
  /* 滚动条轨道的样式 */
  /* 滚动条手柄的样式 */
  /* 当手柄处于活动状态时 */
}
.predictionBox .tabox {
  background: rgba(254, 238, 208, 0.3);
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}
.predictionBox .tabox .el-tabs__header {
  margin: 0;
}
.predictionBox .tabox .el-tabs__nav-wrap::after {
  display: none;
}
.predictionBox .tabox::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.predictionBox .tabox .el-tabs__active-bar {
  display: none;
}
.predictionBox .tabox .el-tabs__item {
  height: 50px;
  line-height: 50px;
  color: #4A311E;
}
.predictionBox .tabox .el-tabs__item.is-active {
  background-color: #4A311E;
  color: #FFFCEF;
  border-radius: 5px;
}
.predictionBox .tabox .el-tabs__nav-next,
.predictionBox .tabox .el-tabs__nav-prev {
  color: #4A311E;
  line-height: 50px;
}
.predictionBox .tabox .el-tabs__nav-prev {
  left: 5px;
}
.predictionBox .tabox .el-tabs__nav-next {
  right: 5px;
}
.predictionBox .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 20px;
}
.predictionBox .el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 20px;
}
.predictionBox .conbox {
  max-height: 680px;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
}
.predictionBox .conbox .itembox {
  background-color: rgba(254, 238, 208, 0.3);
  margin-bottom: 20px;
  padding: 30px 40px;
  border-radius: 10px;
}
.predictionBox .conbox .itembox div {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'myPlayfairDisplay-SemiBold';
}
.predictionBox .conbox .itembox p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 1rem;
}
.predictionBox .conbox::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  /* 滚动条的宽度 */
}
.predictionBox .conbox::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道的背景颜色 */
}
.predictionBox .conbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #d4d4d4;
  /* 手柄的背景颜色 */
}
.predictionBox .conbox::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
  /* 活动状态下的颜色 */
}
.bigbg {
  width: 100%;
  position: relative;
  z-index: 0;
}
.bigbg::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../static/img/bg_sm3.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  z-index: -1;
  pointer-events: none;
}
/* HTML: <div class="loader"></div> */
.loaderBox {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 150px;
}
.loaderBox .loader {
  --d: 30px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: rgba(74, 49, 30, 0.6);
  box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d)) 0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
  margin: 0 auto;
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.el-picker-panel {
  background: #F5F1E3;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #F5F1E3;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title,
.el-menu.el-menu--popup.el-menu--popup-bottom-start,
.el-select-dropdown {
  background-color: #F5F1E3;
  font-family: 'myPlayfairDisplay';
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  color: #4A311E;
}
.el-menu--horizontal .el-menu .el-menu-item:hover,
.el-menu--horizontal .el-menu .el-submenu__title:hover {
  font-weight: bold;
}
.el-menu--popup {
  padding: 15px 0;
}
.el-select-dropdown {
  border: 1px solid #F5F1E3;
}
.el-date-table td.current:not(.disabled) span {
  background-color: #4A311E;
}
.el-date-table td.available:hover,
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover,
.el-picker-panel__icon-btn:hover,
.time-select-item.selected:not(.disabled) {
  color: #4A311E;
}
.el-date-table td.today span {
  color: #4A311E;
}
.el-date-table td.disabled div {
  background-color: #a6a18f;
}
.el-drawer {
  background-color: #FFFCEF;
}
@media only screen and (max-width: 767px) {
  .el-main {
    padding-top: 20px;
  }
  .contentBox {
    width: 90%;
  }
  .contentBox .contentbigbox {
    padding: 30px 30px 80px;
    min-height: auto;
  }
  .contentBox .contentbigbox .title {
    font-size: 32px;
    margin: 20px 0 30px;
  }
  .contentBox .contentbigbox .subtitle {
    width: 100%;
  }
  .contentBox .contentbigbox .el-form {
    width: 100%;
  }
  .contentBox .contentbigbox::before {
    background-size: auto 100%;
  }
  .contentBox .goodsBox {
    padding: 40px 0 50px;
  }
  .contentBox .goodsBox p {
    padding: 0 10px 30px;
  }
  .bigbg::before {
    background-size: auto 100%;
  }
  .predictionBox .tabox .el-tabs__nav-next i,
  .predictionBox .tabox .el-tabs__nav-prev i {
    font-weight: bold;
  }
  .el-message-box {
    width: 90%;
  }
}

