:root {
  --primary: #1a2781;
  --disable: rgba(26, 39, 129, 0.6);
  --secondary: #fff;
  --brand-color: #1a2781;
  --brand-color-20: rgba(26, 39, 129, 20%);
}

.header1,
.footer {
  background-color: var(--primary) !important;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background-color: var(--primary);
}

.footer.footer-web010 .footer__inner {
  padding-bottom: 54px;
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

.footer__copyright {
  font-size: 10px;
}

.footer__top {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 24px;
}

.footer__logo {
  width: 83px;
  height: 109px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__bottle {
  top: -20px;
  width: 42px;
  height: 140px;
  right: 12.5px;
  position: absolute;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: start;
  width: 66.666667%;
}

.footer__nav__item {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  text-align: left;
  height: auto;
}

.footer__nav__item > a {
  font-size: 12px;
  line-height: 1.5;
  color: var(--secondary);
}

.footer__nav__item + .footer__nav__item {
  margin-top: 8px;
}

.footer__copyright {
  font-size: 10px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  padding: 8px 0;
  background-color: var(--secondary);
  color: #333;
}

.submit-btn,
.submit-btn.is-disabled,
.submit-btn:hover {
  background: var(--primary) !important;
  border-radius: 48px !important;
  border: none !important;
  color: var(--secondary) !important;
}

.submit-btn:hover {
  background-color: #42447d !important;
}

.cancel-btn,
.cancel-btn:hover {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

.el-input-number__increase,
.el-input-number__decrease {
  color: var(--secondary) !important;
  background-color: var(--primary) !important;
}

.edit__btn {
  color: var(--secondary) !important;
  background-color: var(--primary) !important;
}

.radio-dot .el-radio__input.is-checked .el-radio__inner::after {
  background-color: var(--primary) !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
  border-color: var(--primary) !important;
}

.el-checkbox.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: var(--disable) !important;
}

@media only screen and (min-width: 1024px) {
  .footer.footer-web010 .footer__inner {
    padding-bottom: 0;
  }

  .footer__inner {
    height: 56px;
    padding-left: 32px;
    padding-right: 48px;
  }

  .footer__copyright {
    padding-top: 12px;
    font-size: 12px;
  }

  .footer__top {
    max-width: 1280px;
    padding: 0 16px;
  }

  .footer__logo {
    width: 120px;
    height: 155px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }

  .footer__bottle {
    width: 80px;
    height: 270px;
    top: 0;
    right: -40px;
    transform: translateY(calc(-50% + 30px));
  }

  .footer__nav {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }

  .footer__nav__item {
    width: auto;
    padding: 0 16px;
  }

  .footer__nav__item > a {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer__nav__item + .footer__nav__item {
    margin-top: 0;
    position: relative;
    border-left: 2px solid var(--secondary);
  }
}
