a {
  color: #040000;
  text-decoration: none;
}

a:active {
  background: transparent;
}

p {
  margin: 0;
  color: #040000;
}

.font-default {
  color: #040000 !important;
}

.navbar {
  position: fixed;
  top: constant(safe-area-inset-top);
  top: env(safe-area-inset-top);
  left: 0;
  width: 100%;
  height: 3.4286rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3571rem;
  background-color: #ffffff;
  z-index: 10000;
}
.navbar .nav-left,
.navbar .nav-right {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2857rem;
}
.navbar .nav-title {
  font-size: 1.4286rem;
  font-weight: 600;
}

.container {
  width: 100%;
  padding: 0 1.4286rem;
  padding-bottom: calc(6.0715rem + constant(safe-area-inset-top));
  padding-bottom: calc(6.0715rem + env(safe-area-inset-top));
  padding-top: 4.1429rem;
}

.title {
  font-size: 1.4286rem;
  width: 100%;
  font-weight: 600;
}

.upload-box {
  display: inline-flex;
}
.upload-box .input-file {
  width: 7.1429rem;
  height: 7.1429rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.upload-box .input-file.w-150 {
  width: 10.7143rem;
}
.upload-box .btn {
  width: 7.1429rem;
  height: 7.1429rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-box .btn.w-150 {
  width: 10.7143rem;
}
.upload-box .btn .icon-jiahao {
  color: #cccccc;
}
.upload-box .img-box {
  width: 7.1429rem;
  height: 7.1429rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.upload-box .img-box .delete {
  position: absolute;
  top: -0.5714rem;
  right: -0.5714rem;
  width: 1.1429rem;
  height: 1.1429rem;
  background: url("../images/delete.svg") no-repeat center center;
  cursor: pointer;
}
.upload-box .img-box.w-150 {
  width: 10.7143rem;
}
.upload-box .img-box img {
  width: 100%;
  max-height: 7.1429rem;
}

.input-box {
  height: 3.2143rem;
  background-color: #f5f5f5;
}
.input-box .input {
  width: 100%;
  background: transparent;
  border: none;
  outline: 0;
  height: 3.2143rem;
  padding: 0 0.7143rem;
  line-height: normal;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 1rem;
}
.input-box .input::-moz-placeholder {
  color: #cccccc;
}
.input-box .input::placeholder {
  color: #cccccc;
}
.input-box .input:-moz-read-only {
  color: #999999;
}
.input-box .input:read-only {
  color: #999999;
}
.input-box.select {
  background: #f5f5f5 url(../images/down.svg) no-repeat right 1.0714rem center;
}
.input-box.select:-moz-read-only {
  color: #999999;
}
.input-box.select:read-only {
  color: #999999;
}
.input-box.textarea {
  height: 5.7143rem;
}
.input-box.textarea textarea {
  padding: 0.7143rem !important;
  height: 100% !important;
  resize: none;
}
.input-box.textarea textarea:-moz-read-only {
  color: #999999;
}
.input-box.textarea textarea:read-only {
  color: #999999;
}

.hairline {
  background: url("../images/hairline.png") repeat-x;
  height: 0.0357rem;
  width: 100%;
}
.hairline.h10 {
  background: #f5f5f5;
  height: 0.7143rem;
}

.nm {
  margin-left: -1.4286rem;
  width: calc(100% + 2.8571rem);
}

.footer-notice {
  position: fixed;
  bottom: calc(4.6429rem + env(safe-area-inset-bottom));
  bottom: calc(4.6429rem + constant(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  font-size: 0.9286rem;
  color: #de9c39;
  padding: 0.7143rem 1.4286rem;
  background: #fdf9f3;
}

.static-footer {
  position: fixed;
  bottom: constant(safe-area-inset-bottom);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.7143rem 1.4286rem calc(0.7143rem + env(safe-area-inset-bottom));
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff url("../images/hairline.png") repeat-x top;
  z-index: 999;
}
.static-footer.h-auto {
  height: auto;
}
.static-footer .btn {
  height: 3.2143rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #040000;
  color: #ffffff;
  font-size: 1.0714rem;
}
.static-footer .tabar-icon {
  width: 1.7143rem;
  height: 1.7143rem;
  margin: 0 auto;
}
.static-footer .tabar-icon.index {
  background: url(../images/shouye.svg) no-repeat center center;
}
.static-footer .tabar-icon.buy {
  background: url(../images/dinggou.svg) no-repeat center center;
}
.static-footer .tabar-icon.my {
  background: url(../images/wode.svg) no-repeat center center;
}
.static-footer .tabar-icon.cloud {
  background: url(../images/cangku.svg) no-repeat center center;
}
.static-footer .tabar-text {
  margin: 0.3571rem auto 0;
  font-size: 0.8571rem;
  color: #888888;
}
.static-footer .active .index {
  background: url(../images/shouye-active.svg) no-repeat center center;
}
.static-footer .active .buy {
  background: url(../images/dinggou-active.svg) no-repeat center center;
}
.static-footer .active .my {
  background: url(../images/wode-active.svg) no-repeat center center;
}
.static-footer .active .cloud {
  background: url(../images/cangku-active.svg) no-repeat center center;
}
.static-footer .active .tabar-text {
  color: #040000;
}

.description {
  display: grid;
  grid-template-columns: 7.8571rem 1fr;
  gap: 1.4286rem;
  font-size: 0.8571rem;
}
.description > div:nth-child(odd) {
  color: #888888;
}

.tag {
  padding: 0.1429rem 0.3571rem;
  background-color: #040000;
  color: #ffffff;
  font-size: 0.8571rem;
  display: inline-block;
}

.mui-btn {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #cccccc;
}

.mui-btn-blue {
  background: #040000;
  border: 1px solid #040000;
  color: #ffffff;
}

.mui-input-group:before {
  height: 0px !important;
  background: transparent !important;
}

.button {
  background-color: #040000;
  color: #ffffff;
  border: none;
  font-size: 1.1429rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.2143rem;
  padding: 0 0.5714rem;
  border: 1px solid #040000;
}
.button.small {
  height: 1.8571rem;
  font-size: 0.8571rem;
}
.button.inline {
  display: inline-flex;
}
.button.w-full {
  width: 100%;
}
.button.disabled {
  background-color: #dadada;
  border-color: #dadada;
}
.button.cancel {
  background: #ffffff;
  color: #040000;
}

.toast {
  position: fixed;
  top: calc(50% - 1.4286rem);
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}
.toast .toast-message {
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6rem;
  padding: 0.7143rem 1.4286rem;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.0714rem;
  border-radius: 0.3571rem;
  box-shadow: 0 0.1429rem 0.3571rem rgba(0, 0, 0, 0.1);
  animation: fade-in 0.3s ease-in-out, fade-out 0.3s 2.5s ease-in-out;
}

.border {
  border: 0.0357rem solid #f5f5f5;
}
.border.dashed {
  border: 0.0357rem dashed #cccccc;
}

.border-top {
  border-top: 0.0357rem solid #f5f5f5;
}

.border-bottom {
  border-bottom: 0.0357rem solid #f5f5f5;
}

.border-left {
  border-left: 0.0357rem solid #f5f5f5;
}

.border-right {
  border-right: 0.0357rem solid #f5f5f5;
}

.express .item {
  display: flex;
  color: #999999;
  margin-left: 0.5714rem;
  border-left: 0.0357rem solid #dadada;
  padding-bottom: 1.4286rem;
}
.express .item .tag-box {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  position: relative;
  left: -8px;
  flex-shrink: 0;
}
.express .item .tag-box .tag {
  width: 8px;
  height: 10px;
  border-radius: 3.5714rem;
  background-color: #cccccc;
}
.express .item .info {
  padding-left: 1.0714rem;
  position: relative;
  left: -7px;
  top: -2px;
}
.express .item:first-child {
  color: #040000;
}
.express .item:first-child .time {
  color: #666666;
}
.express .item:last-child {
  border-left: 0;
}

.poper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  padding: 1.4286rem;
  background-color: #ffffff;
  z-index: 1100;
  display: none;
  height: calc(100% - 25rem);
  animation: fade-in 0.3s ease-in-out, fade-out 0.3s 2.5s ease-in-out;
}
.poper.scroll {
  overflow-y: auto;
}

.copy-dialog {
  width: 18.5714rem;
  position: fixed;
  left: calc(50% - 9.2857rem);
  top: calc(50% - 10.7143rem);
  background-color: #ffffff;
  z-index: 9999;
  display: none;
  animation: fade-in 0.3s ease-in-out, fade-out 0.3s 2.5s ease-in-out;
}

.sku-box {
  display: flex;
  flex-wrap: wrap;
}
.sku-box .sku {
  height: 2.1429rem;
  display: flex;
  align-items: center;
  padding: 0 0.8571rem;
  border: 1px solid #040000;
  margin-right: 1.0714rem;
  font-size: 0.9286rem;
}
.sku-box .sku:last-child {
  margin-right: 0;
}
.sku-box .sku.active {
  border-color: #040000;
  color: #ffffff;
  background: #040000;
}
.sku-box .sku.disabled {
  border-color: #dadada;
  background: #dadada;
  color: #ffffff;
}

.tab-info {
  display: flex;
  justify-content: space-between;
}
.tab-info .tab-item {
  color: #888888;
  font-size: 0.9286rem;
  display: inline-block;
  text-align: center;
  padding-bottom: 0.9286rem;
}
.tab-info .tab-item.active {
  color: #040000;
  font-weight: bold;
}
.tab-info .tab-item.active.bg {
  background: url(../images/tab-bg.svg) no-repeat center bottom;
}

.bottom-88 {
  bottom: calc(4.6429rem + env(safe-area-inset-bottom));
}

.w-120 {
  width: 120px;
}

.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5714rem 0;
}

.word-warp {
  word-wrap: break-word;
  word-break: break-all;
}

.mui-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.3);
}

.dialog-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-backdrop .dialog {
  background: #ffffff;
  width: calc(100% - 5.7143rem);
}
.dialog-backdrop .dialog .dialog-title {
  padding: 1.7857rem 1.4286rem 0.3571rem;
  font-size: 1.2857rem;
  font-weight: bold;
  text-align: center;
}
.dialog-backdrop .dialog .dialog-content {
  padding: 1.0714rem 1.4286rem;
}
.dialog-backdrop .dialog .dialog-btn-cancel {
  color: #666666;
}
.dialog-backdrop .dialog .dialog-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/hairline.png) repeat-x top;
}
.dialog-backdrop .dialog .dialog-btn > div {
  height: 3.5714rem;
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0714rem;
  font-weight: bold;
  background: #f6f7f9;
}
.dialog-backdrop .dialog .dialog-btn > div:nth-child(1n) {
  background: url(../images/shu-line.png) repeat-y right;
}

.error-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 21.4286rem);
  width: 100%;
}

.mh-200 {
  max-height: 14.2857rem;
}

input.good-num {
  background: transparent;
  border: none;
  outline: 0;
}

.price-toggle {
  background: url("../images/eye.svg") no-repeat right center;
}
.price-toggle.close {
  background-image: url("../images/eye-close.svg");
}

.hd { /* Chrome, Safari, Opera */
  filter: grayscale(1);
  opacity: 0.5;
}

.bg-fcf7ef {
  background-color: #fcf7ef;
}/*# sourceMappingURL=style.css.map */