#content,
#content .el-container,
#content .el-main {
  min-height: 100%;
}

#content {
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}

#content .market-shell {
  display: flex;
  margin-top: 70px;
  height: calc(100vh - 70px);
}

#content .market-shell > .el-aside {
  flex: 0 0 242px;
  width: 242px !important;
  height: 100%;
}

#content .market-shell > .el-main {
  flex: 1 1 auto;
  min-width: 0;
  height: calc(100vh - 70px);
}

#content .el-header .logo-box {
  width: auto;
}

#content .el-header .logo-box .font .com-flag {
  margin-right: 2px;
}

#content .el-header .header-right .regist-btn {
  text-decoration: none;
}

#content .el-header .header-right .authorizeSelect .el-input__inner {
  cursor: default;
}

#content .el-main {
  overflow-y: auto;
  overflow-x: hidden;
}

#content .el-aside .aside-top .aside-search.market-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: 24px 0 0 20px;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
}

#content .aside-search.market-search .market-search-icon {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 12px;
  height: 12px;
  border: 2px solid #909399;
  border-radius: 50%;
  box-sizing: border-box;
}

#content .aside-search.market-search .market-search-icon::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  right: -5px;
  bottom: -3px;
  background: #909399;
  transform: rotate(45deg);
  transform-origin: left center;
}

#content .aside-search.market-search input {
  width: 100%;
  height: 38px;
  padding: 0 52px 0 34px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  color: #606266;
  background: transparent;
  font-size: 14px;
}

#content .aside-search.market-search button {
  position: absolute;
  top: 1px;
  right: 0;
  width: 48px;
  height: 38px;
  padding: 0;
  border: 0;
  color: #161ede;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

#content .se-nav_toggle {
  flex: 0 0 auto;
}

#content .market-menu-toggle,
#content .market-menu-mask {
  display: none;
}

#content .el-aside .el-menu {
  margin-top: 24px;
  border-right: 0;
}

#content .el-aside .el-menu .el-menu-item {
  height: 54px;
  padding: 0;
  line-height: 54px;
  box-sizing: border-box;
}

#content .el-aside .el-menu .el-menu-item img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: 30px;
  margin-right: 18px;
}

#content .el-aside .el-menu .el-menu-item span {
  font-size: 14px;
}

#content .el-aside .el-menu .el-menu-item.is-active {
  background-color: #e9eaff !important;
  border-right: 1px solid #161ede;
}

#content .el-menu-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

#content .shop-content .row .row-bottom .bottom-item {
  min-height: 2.95rem;
}

#content .shop-content .row .row-bottom .bottom-item .item-img {
  background: #f7fafc;
}

#content .shop-content .row .row-bottom .bottom-item .market-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f8cff;
  background: #eef4ff;
  font-size: 0.42rem;
  font-weight: 600;
}

#content .shop-content .row .row-bottom .bottom-item .name {
  font-size: 12px;
}

#content .market-stars {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 16px;
  line-height: 16px;
  color: #febf13;
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
}

#content .market-stars .market-stars-on {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}

#content .market-stars .market-stars-off {
  color: #e9edf2;
}

#content .shop-content .row .row-bottom .bottom-item .good .user {
  margin-left: 4px;
  white-space: nowrap;
}

#content .market-empty {
  width: 100%;
  padding: 1rem 0;
  color: #909399;
  text-align: center;
}

#content .market-empty strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #4b4b6b;
  font-size: 0.18rem;
  font-weight: 400;
}

.market-coming-modal {
  position: fixed;
  z-index: 3100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}

.market-coming-modal.is-visible {
  display: flex;
}

.market-coming-dialog {
  position: relative;
  width: 360px;
  min-height: 190px;
  box-sizing: border-box;
  padding: 32px 24px 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.market-coming-close {
  position: absolute;
  top: 13px;
  right: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #909399;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.market-coming-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #2b6df3;
  font-size: 24px;
  font-weight: 600;
}

.market-coming-title {
  color: #303133;
  font-size: 16px;
}

.market-coming-confirm {
  width: 80px;
  height: 34px;
  margin-top: 24px;
  border: 1px solid #2b6df3;
  border-radius: 3px;
  background: #2b6df3;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .market-coming-dialog {
    width: calc(100vw - 40px);
  }
}

@media only screen and (max-width: 1149px) {
  #content .el-main {
    height: calc(100vh - 70px);
  }

  #content .market-shell > .el-aside.market-aside-open {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 120;
    width: 242px !important;
    height: calc(100vh - 70px);
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.12);
  }

  #content #aside.detail-aside-open {
    z-index: 120;
  }

  #content .market-menu-toggle {
    position: fixed;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 14px rgba(22, 30, 222, 0.24);
    cursor: pointer;
  }

  #content .market-menu-toggle img {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
  }

  #content .market-menu-toggle:focus-visible {
    outline: 2px solid #161ede;
    outline-offset: 3px;
  }

  #content .market-menu-mask {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    background: rgba(22, 30, 54, 0.28);
  }

  #content .market-menu-mask.is-visible {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #content .top-screen .row .value .value-item {
    margin-right: 0.28rem;
    margin-bottom: 0.08rem;
  }

  #content .top-screen-desc {
    overflow-x: auto;
    white-space: nowrap;
  }
}
