
.el-header{
      width: calc(100% - 92px) !important;
}

.menu-top .el-menu-item i{
color: #252b3a !important;
}
.menu-top .el-menu-item{
  color: #252b3a !important;
}



.el-aside .ali-logo {
  width: 115px;
  transition: width 0.28s ease, opacity 0.2s ease;
}

.el-aside:not(:hover) .ali-logo {
  width: 115px;
  opacity: 1;
}

.el-aside .menu-top .el-menu-item,
.el-aside .menu-top .el-submenu__title {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 14px !important;
  margin-bottom: 0.08rem;
  border-radius: 0.08rem;
  transition: background-color 0.25s ease, color 0.25s ease, padding 0.28s ease, justify-content 0.28s ease;
}
.el-aside:not(:hover) .menu-top .el-menu-item,
.el-aside:not(:hover) .menu-top .el-submenu__title {
  justify-content: flex-start;
}
.el-aside:hover .menu-top .el-menu-item,
.el-aside:hover .menu-top .el-submenu__title {
  justify-content: flex-start;
}
.el-aside .menu-top .el-menu-item i,
.el-aside .menu-top .el-submenu__title i {
  margin-right: 0 !important;
  color: #252b3a !important;
  transition: color 0.25s ease;
}

.el-aside .aside-menu-text {
  display: inline-block;
  max-width: 120px;
  margin-left: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  opacity: 1;
  transition: max-width 0.22s ease, opacity 0.18s ease, margin-left 0.22s ease;
  color: #333 !important;
}

.el-aside:not(:hover) .aside-menu-text {
  max-width: 120px;
  margin-left: 0.2rem;
  opacity: 1;
}

.el-aside .menu-top .el-submenu__icon-arrow {
  transition: opacity 0.18s ease, margin 0.18s ease;
}

.el-aside:not(:hover) .menu-top .el-submenu__icon-arrow {
  opacity: 1;
}

.el-aside:not(:hover) .menu-top .el-submenu .el-menu {
  display: block !important;
}

.el-aside .line {
  transition: width 0.22s ease, opacity 0.22s ease, margin 0.22s ease;
}

.el-aside:not(:hover) .line {
  width: 1.23rem;
  opacity: 0.1;
  margin: 0.9rem auto;
}

.el-aside .menu-top .el-menu-item:hover,
.el-aside .menu-top .el-menu-item:focus,
.el-aside .menu-top .el-submenu__title:hover {
  background: #eaf3ff !important;
  color: #006eff !important;
}
.el-aside .menu-top .el-menu-item:hover i,
.el-aside .menu-top .el-menu-item:focus i,
.el-aside .menu-top .el-submenu__title:hover i {
  color: #006eff !important;
}
.el-aside .menu-top .el-menu-item.is-active,
.el-aside .menu-top .el-submenu.is-active > .el-submenu__title {
  background: #d9e9ff !important;
  color: #006eff !important;
  font-weight: 500;
}
.el-aside .menu-top .el-menu-item.is-active i,
.el-aside .menu-top .el-submenu.is-active > .el-submenu__title i {
  color: #006eff !important;
}
.el-aside .menu-top .el-menu-item.is-active::after {
  display: none;
}

.el-main {
  padding: 0 !important;
}
.main-content {
  display: flex;
  column-gap: 0.24rem;
  /* background: #f6f6fa; */
}
.left-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.24rem;
}
.info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.04rem;
  border: 1px solid #e5e7eb;
}
.info-first {
  height: 0.6rem;
  display: flex;
  cursor: pointer;
}
.name-first {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  background: #fff;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.03rem;
  color: #FFFFFF;
  font-weight: bold;
}
.name-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0.08rem;
}
.name {
  color: #8692B0;
  font-size: 0.14rem;
  font-weight: 400;
}
.name .id-text {
  color: #1E2736;
}
.hello {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E2736;
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-second {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.04rem;
}
.info-three .compny-box,
.info-three .person-box {
  display: flex;
  align-items: flex-start;
  column-gap: 0.32rem;
  font-size: 0.14rem;
}
.info-three .compny-box .left-icon,
.info-three .person-box .left-icon {
  display: flex;
  align-items: center;
  column-gap: 0.04rem;
  font-size: 0.14rem;
  color: #8692B0;
}
.info-three .compny-box .left-icon img,
.info-three .person-box .left-icon img {
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
}
.info-three .compny-box .right-text .certify-id,
.info-three .person-box .right-text .certify-id {
  display: flex;
  align-items: center;
}
.info-three .compny-box .right-text .right-type,
.info-three .person-box .right-text .right-type {
  color: #949CB0;
}
.info-three .compny-box .right-text .company-name,
.info-three .person-box .right-text .company-name {
  color: #1E2736;
  display: inline-block;
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-three .compny-box .right-text .certify-bottom,
.info-three .person-box .right-text .certify-bottom {
  display: flex;
  align-items: center;
}
.info-three .compny-box .right-text .certify-bottom .cpoy-btn,
.info-three .person-box .right-text .certify-bottom .cpoy-btn {
  cursor: pointer;
  margin-left: 0.04rem;
  width: 0.14rem;
  height: 0.14rem;
}
.info-three .compny-box .right-text .bule-text,
.info-three .person-box .right-text .bule-text {
  cursor: pointer;
  color: var(--color-primary);
}
.info-three .compny-box .right-text .certify-text,
.info-three .person-box .right-text .certify-text {
  color: #292E36;
  display: inline-block;
  max-width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email-box,
.phone-box {
  color: #8692B0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
}
.email-box .phone-number,
.phone-box .phone-number {
  margin-left: 0.05rem;
  color: #1E2736;
  margin-bottom: 3px;
}
.info-second > div img {
  margin-right: 0.05rem;
  vertical-align: middle;
  width: 0.16rem;
}
.statistics-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 2.4rem;
  border: 1px solid #e5e7eb;
  padding: 0.14rem;
}
.money-box {
  box-sizing: border-box;
  flex: 1;
  padding: 0.24rem;
  border-radius: 0.04rem;
  background-color: #fff;
}
.money-top {
  display: flex;
  justify-content: space-between;
  column-gap: 0.26rem;
}
.money-top .money-credit {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  border-radius: 0.04rem;
  background: #F6F6FA;
  padding: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.money-top .money-credit .credit-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: var(--color-primary);
  font-size: 0.14rem;
  color: #fff;
  padding: 0.05rem 0.23rem;
  border-radius: 0.04rem;
  border-radius: 0 0.04rem 0 0.08rem;
}
.money-top .money-credit .credit-title {
  color: #646464;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  column-gap: 0.08rem;
}
.money-top .money-credit .credit-title.coin-title {
  justify-content: space-between;
}
.money-top .money-credit .credit-title .credit-detail {
  color: var(--color-primary);
  font-size: 0.14rem;
  cursor: pointer;
}
.money-top .money-credit .credit-title .create-notice {
  display: flex;
  align-items: center;
}
.money-top .money-credit .credit-title .create-notice .notice-status {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #A2A2A2;
}
.money-top .money-credit .credit-title .create-notice .notice-status.active {
  background-color: var(--color-success);
}
.money-top .money-credit .credit-title .create-notice .notice-btn {
  color: var(--color-primary);
  font-size: 0.12rem;
  cursor: pointer;
}
.money-top .money-credit .credit-money {
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.money-top .money-credit .credit-money .credit-num {
  color: #2B2B2B;
  font-size: 0.32rem;
  font-weight: 500;
  flex-shrink: 0;
}
.money-top .money-credit .credit-money .credit-num .s-24 {
  margin-right: 0.08rem;
  font-size: 0.24rem;
}
.money-top .money-credit .credit-money .recharge-btn {
  cursor: pointer;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  color: #ffffff;
  font-size: 0.12rem;
  border-radius: 0.04rem;
  background: var(--color-primary);
}
.money-top .money-credit .credit-money .recharge-text {
  font-weight: 400;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 0.14rem;
  margin-left: 0.16rem;
}
.money-order {
  margin-top: 0.32rem;
  border-top: 1px solid #EEEEEE;
  padding-top: 0.24rem;
  display: flex;
  align-items: center;
}
.money-order .money-order-divider {
  width: 1px;
  height: 0.2rem;
  border-radius: 1px;
  background: #EBEBF4;
  margin: 0 0.2rem;
}
.money-order .money-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 0;
}
.money-order .money-order-item .money-order-title {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #333333;
}
.money-order .money-order-item .money-order-title .credit-tag {
  margin-left: 0.08rem;
  color: #333333;
  font-size: 0.12rem;
  box-sizing: border-box;
  padding: 0.02rem 0.04rem;
  border: 1px solid #E6E7EB;
  border-radius: 2px;
  background: #FFFFFF;
}
.money-order .money-order-item .money-order-value {
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: bold;
}
.money-order .money-order-item .money-order-value .s-12 {
  margin-right: 0.06rem;
  font-size: 0.12rem;
}
.voucher-box {
  color: #646464;
  font-size: 0.12rem;
}
.voucher-box .bule-text {
  color: var(--color-primary);
  margin-left: 0.03rem;
  cursor: pointer;
}
.statistics-bottom {
  margin-top: -0.16rem;
  display: flex;
  padding: 0.26rem 5.32rem 0.26rem 0.24rem;
  border-radius: 0.04rem;
  background: url("../img/index_bg.png") no-repeat;
  background-size: auto 100%;
  background-position: right center;
  background-color: #fff;
}
.statistics-bottom .statistics-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.08rem;
}
.statistics-bottom .statistics-item .statistics-item-name {
  color: #A2A2A2;
  font-size: 0.14rem;
}
.statistics-bottom .statistics-item .statistics-item-name .green-text {
  color: var(--color-success);
}
.statistics-bottom .statistics-item .statistics-item-name .red-text {
  color: var(--color-danger);
}
.statistics-bottom .statistics-item .statistics-item-value {
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: bold;
}
.statistics-bottom .statistics-item .statistics-item-value .s-12 {
  margin-right: 0.06rem;
  font-size: 0.12rem;
}
.statistics-bottom .statistics-item-divider {
  width: 1px;
  height: 0.2rem;
  border-radius: 1px;
  background: #EBEBF4;
  margin: 0 0.2rem;
}
.order-box {
  margin-left: 0.08rem;
  width: 5rem;
  display: flex;
  column-gap: 0.08rem;
}
.order-box .order-item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.03rem;
  cursor: pointer;
}
.order-box .order-title {
  color: #FFFFFF;
  font-size: 0.13rem;
  font-weight: 500;
}
.order-box .order-nums {
  margin-bottom: 0.33rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
}
.order-box .order-type-img {
  margin-top: 0.36rem;
}
.order-box .order-type-img img {
  width: 0.68rem;
  height: 0.68rem;
}
.order-box .order-box-1 {
  /* background: #7239EA; */
  background-color: #8692b0;
}
.order-box .order-box-2 {
  /* background: #3699FF; */
  background-color: #8692b0;
}
.order-box .order-box-3 {
  /* background: #3DD598; */
  background-color: #8692b0;
}
.product-list-box {
  flex: 1;
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0.24rem;
  border: 1px solid #e5e7eb;
}
.product-list-box .title-text {
  font-size: 0.14rem;
  color: #2B2B2B;
  margin-bottom: 0.24rem;
}
.product-list-box .product-name {
  color: var(--color-primary);
  font-size: 0.14rem;
  cursor: pointer;
}
.product-list-box .red-time {
  color: var(--color-danger);
}
.right-box {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.24rem;
  width: 4.5rem;
  border-radius: 0.04rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}
.recommend-box {
  width: 3.65rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.21rem;
}
.recommend-box h2 {
  text-align: center;
  color: #1E2736;
  font-size: 0.24rem;
}
.recommend-box p {
  margin-top: 0.26rem;
  text-align: center;
  color: #8692B0;
  font-size: 0.14rem;
}
.recommend-box img {
  width: 3.65rem;
  height: 2.56rem;
}
.recommend-people {
  margin-top: 0.3rem;
  border-top: 1px solid #E6E7EB;
  padding-top: 0.3rem;
  text-align: left;
}
.recommend-people-num {
  display: inline-block;
  width: 1rem;
  height: 0.08rem;
  background: var(--color-warning);
  border-radius: 0rem 0.2rem 0.2rem 0rem;
}
.recommend-money-num {
  display: inline-block;
  width: 1.2rem;
  height: 0.08rem;
  background: var(--color-success);
  border-radius: 0rem 0.2rem 0.2rem 0rem;
}
.recommend-number {
  margin-left: 0.16rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #040E34;
}
.recommend-people > div {
  display: flex;
  align-items: center;
}
.recommend-people > div:nth-of-type(2) {
  margin-top: 0.47rem;
}
.WorkOrder-box {
  margin-top: 0.24rem;
}
.WorkOrder-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.12rem;
  font-size: 14px;
  color: #2B2B2B;
  font-weight: bold;
}
.more {
  cursor: pointer;
  display: block;
  padding: 0 0.03rem;
  background: #EEF4FF;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  border-radius: 0.03rem;
  color: #8692B0;
}
.WorkOrder-content {
  padding: 0.3rem 0.3rem 0 0.3rem;
  border-radius: 0.03rem;
  border: 1px solid #E6E7EB;
}
.workorder-empty {
  border: 1px solid #e6e7eb;
  border-radius: 0.03rem;
  padding: 0.28rem 0.2rem;
  text-align: center;
}
.workorder-empty-icon {
  color: #4f5d75;
  font-size: 0.34rem;
  line-height: 1;
}
.workorder-empty-title {
  margin-top: 0.16rem;
  color: #1e2736;
  font-size: 0.22rem;
  line-height: 1;
}
.workorder-empty-desc {
  margin: 0.12rem auto 0;
  max-width: 2.1rem;
  color: #8692b0;
  font-size: 0.12rem;
  line-height: 1.5;
}
.workorder-create-btn {
  margin-top: 0.16rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.32rem;
  padding: 0 0.16rem;
  border-radius: 0.04rem;
  text-decoration: none;
  color: #fff;
  background: #3f7cff;
  font-size: 0.13rem;
}
.workorder-actions {
  margin-top: 0.12rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.08rem;
}
.workorder-action-link,
.workorder-action-btn {
  height: 0.34rem;
  border-radius: 0.04rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.13rem;
}
.workorder-action-link {
  border: 1px solid #d9deea;
  color: #667799;
  background: #fff;
}
.workorder-action-btn {
  background: #3f7cff;
  color: #fff;
}
.WorkOrder-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.WorkOrder-item:hover {
  cursor: pointer;
  background-color: #f5f7fa;
  transition: background-color 0.25s ease;
}
.replay-div {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-weight: 500;
  font-size: 0.13rem;
  padding: 0 0.1rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  background: rgba(54, 155, 255, 0.205);
  color: #FFF;
  border-radius: 0.03rem;
}
.replay-red {
  color: var(--color-danger);
  background: rgba(240, 20, 46, 0.205);
}
.replay-green {
  background: rgba(61, 213, 152, 0.205);
  color: var(--color-success);
}
.replay-box {
  width: 80%;
}
.replay-title {
  font-size: 0.14rem;
  color: #1E2736;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.replay-name {
  font-size: 0.13rem;
  font-weight: 500;
  color: #8692B0;
}
.notice-box {
  margin-top: 0.24rem;
}
.notice-item {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.16rem;
}
.notice-item:hover {
  background-color: #f5f7fa;
  transition: background-color 0.25s ease;
}
.notice-item:nth-of-type(1) {
  border-left: 0.02rem solid var(--color-success);
  margin-bottom: 0.4rem;
}
.notice-item:nth-of-type(2) {
  border-left: 0.02rem solid var(--color-primary);
  margin-bottom: 0.4rem;
}
.notice-item:nth-of-type(3) {
  border-left: 0.02rem solid var(--color-warning);
  margin-bottom: 0.3rem;
}
.notice-time {
  font-size: 0.2rem;
  color: #1E2736;
}
.notice-title {
  font-weight: 400;
  font-size: 0.14rem;
  color: #1E2736;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice-type {
  font-size: 0.13rem;
  font-weight: 500;
  color: #8692B0;
}
.notice-item-right {
  color: #8692B0;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background: #EEF4FF;
  border-radius: 0.03rem;
}
.no-product {
  text-align: center;
  margin-top: 1.06rem;
  padding-bottom: 1.72rem;
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0.24rem;
}
.no-product h2 {
  font-weight: 400;
  color: #171725;
  font-size: 0.28rem;
}
.no-product p {
  margin: 0.1rem 0 0.2rem 0;
  color: #8692B0;
  font-size: 0.14rem;
}
.no-recommend {
  margin: 0 auto;
  margin-top: 0.24rem;
  color: #FFF;
  font-size: 0.14rem;
  background: var(--color-primary);
  height: 0.32rem;
  line-height: 0.32rem;
  width: 1.52rem;
  border-radius: 0.03rem;
  cursor: pointer;
}
.recommend-text {
  margin: 0 auto;
  margin-top: 0.24rem;
  color: #8692B0;
  font-size: 0.14rem;
  background: #EEF4FF;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.03rem;
}
.info-box .divider-box {
  height: 100%;
  background-color: #E6E7EB !important;
}
.dialog-form {
  display: flex;
  flex-direction: column;
}
.cz-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cz-input > .btn-ok {
  margin-left: 0.1rem;
  height: 0.46rem;
  background: var(--color-primary);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-html {
  display: flex;
  justify-content: center;
}
.pay-html > img {
  width: 2.5rem;
  height: 2.5rem;
}
.ty-select {
  width: 100%;
}
.recommend-box-open .recommend-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.recommend-box-open .recommend-top .left {
  display: flex;
  flex-direction: column;
}
.recommend-box-open .recommend-top .left .row1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recommend-box-open .recommend-top .left .row1 .title-text {
  font-size: 18px;
  font-weight: bold;
  color: #171725;
  margin-right: 0.2rem;
  margin-bottom: 0;
}
.recommend-box-open .recommend-top .left .row1 .reword {
  background: linear-gradient(180deg, #F74C4B 0%, #EF7575 100%);
  border-radius: 3px;
  color: #FFF;
  position: relative;
  padding: 1px 6px 1px 20px;
  font-size: 13px;
  cursor: pointer;
}
.recommend-box-open .recommend-top .left .row1 .reword img {
  width: 36px;
  height: 35px;
  position: absolute;
  left: -18px;
  top: -4px;
}
.recommend-box-open .recommend-top .left .row2 {
  font-size: 14px;
  font-weight: bold;
  color: #2B2B2B;
  margin-top: 0.3rem;
  margin-bottom: 0.13rem;
}
.recommend-box-open .recommend-top .left .row3,
.recommend-box-open .recommend-top .left .row4 {
  font-size: 14px;
  color: #8692B0;
}
.recommend-box-open .recommend-top .right {
  width: 1.5rem;
  height: 1.53rem;
}
.recommend-box-open .url {
  width: 100%;
  height: 0.46rem;
  border: 1px solid #E6E7EB;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.26rem;
}
.recommend-box-open .url .url-text {
  width: 100%;
  font-size: 15px;
  color: #8692B0;
  margin-left: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommend-box-open .url .copy-btn {
  width: 112px;
  height: 100%;
  background: #E1F0FF;
  border-left: 1px solid #E6E7EB;
  border-radius: 0px 3px 3px 0px;
  font-size: 16px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-box-open .top-statistic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0.08rem;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}
.recommend-box-open .top-statistic .top-item {
  padding: 0.16rem;
  flex: 1;
  box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.45rem;
}
.recommend-box-open .top-statistic .top-item:nth-of-type(1) {
  background: url("../img/referral/top1.png") no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.recommend-box-open .top-statistic .top-item:nth-of-type(2) {
  background: url("../img/referral/top3.png") no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.recommend-box-open .top-statistic .top-item .top-money {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1E2736;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recommend-box-open .top-statistic .top-item .top-text {
  font-size: 0.14rem;
  color: #8692B0;
}
.open-dialog {
  font-size: 16px;
}
.open-dialog .dialog-footer {
  font-size: 0.16rem;
}
.open-dialog .dialog-footer .btn-ok {
  width: 1.12rem;
  height: 0.46rem;
  background: var(--color-primary);
  border-radius: 3px;
  color: #FFF;
}
.open-dialog .dialog-footer .btn-no {
  width: 1.12rem;
  height: 0.46rem;
  background: #E7E7E7;
  border-radius: 3px;
  color: #1E2736;
}
.wx-code {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 3px;
  transform: translateY(50%);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.wx-code .wx-img {
  width: 40px;
  height: 40px;
  background: url('../img/wx.svg') no-repeat;
  background-size: 100% 100%;
}
.wx-code:hover .wx-img {
  background: url('../img/wx_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.wx-box {
  text-align: center;
}
.wx-box .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.wx-box .img img {
  width: 100%;
}
.WorkOrder-box{
  padding: 10px;
}
.notice-box{
  padding: 10px;
}

@media screen and (min-width: 751px) {
  .home-main {
    padding: 0.16rem !important;
    background: #f5f7fb;
  }

  .main-content {
    display: grid;
    /* grid-template-columns: 2.3rem minmax(0, 1fr) 2.8rem; */
    grid-template-rows: auto 3.42rem 2.24rem;
    gap: 0.14rem;
    align-items: stretch;
  }

  .left-box,
  .right-box {
    display: contents;
  }

  .right-box {
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .info-box,
  .statistics-box,
  .product-list-box,
  .WorkOrder-box,
  .notice-box,
  .recommend-box,
  .recommend-box-open,
  .help-docs-box {
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.06rem;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    
  }
  .help-docs-box{
    min-height: 520px;
  }

  .info-box {
    grid-column: 1 / 3;
    grid-row: 1;
    min-height: 1.5rem;
  }

  .statistics-box {
    grid-column: 3;
    grid-row: 1;
    min-height: 1.5rem;
  }

  .WorkOrder-box {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
  }

  .product-list-box {
    grid-column: 2;
    grid-row: 2;
    min-height: 3.42rem;
    display: flex;
    flex-direction: column;
  }

  .notice-box {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    flex-direction: column;
  }

  .WorkOrder-title {
    margin-bottom: 0.1rem;
    padding: 0.14rem 0.14rem 0;
  }

  .help-docs-box {
    grid-column: 1 / 3;
    grid-row: 3;
    padding: 0.14rem;
    display: flex;
    flex-direction: column;
  }

  .recommend-box,
  .recommend-box-open {
    grid-column: 3;
    grid-row: 3;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .statistics-content {
    border: 0;
    min-height: 108px;
    padding: 0.16rem;
    background: #fff;
  }

  .money-box {
    padding: 0;
  }

  .money-top {
    display: block;
  }

  .money-top .money-credit {
    background: #fff;
    padding: 0;
  }

  .order-box,
  .statistics-bottom {
    display: none;
  }

  .WorkOrder-content {
    padding: 0.16rem;
    flex: 1;
  }

  .notice-box .WorkOrder-content {
    border: none !important;
    border-radius: 0.03rem;
    padding: 0.12rem 0;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .WorkOrder-content{
    border: none !important;
  }

  .workorder-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }

  .workorder-actions {
    margin-top: auto;
  }

  .product-list-box .el-table,
  .product-list-box .no-product {
    flex: 1;
  }

  .product-list-box .no-product {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.24rem;
  }

  .notice-item {
    padding: 0.12rem 0.14rem;
    border-left: 0;
    margin-bottom: 0;
  }

  .notice-item:nth-of-type(1),
  .notice-item:nth-of-type(2),
  .notice-item:nth-of-type(3) {
    border-left: 0;
    margin-bottom: 0;
  }

  .notice-item + .notice-item {
    border-top: 1px solid #eef0f4;
  }

  .notice-item-left {
    min-width: 0;
    flex: 1;
  }

  .recommend-box {
    margin-top: 0;
    text-align: left;
    display: flex;
    align-items: stretch;
  }

  .recommend-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .recommend-box h2,
  .recommend-box p,
  .recommend-box .no-recommend,
  .recommend-box .recommend-text {
    display: none;
  }

  .help-docs-box .help-doc-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.12rem;
    color: #2b2b2b;
    font-size: 0.14rem;
    font-weight: 600;
  }

  .help-docs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.1rem;
    flex: 1;
    grid-template-rows: repeat(2, 1fr) 0.36rem;
  }

  .help-doc-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6e7eb;
    border-radius: 3px;
    padding: 0.16rem 0.18rem 0.54rem;
    box-sizing: border-box;
    min-height: 0.9rem;
  }

  .help-doc-card-empty {
    grid-column: 1 / 3;
  }

  .help-doc-card-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.08rem;
    font-size: 0.2rem;
    line-height: 0.25rem;
    color: #171725;
    font-weight: 500;
  }

  .help-doc-card-title img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    flex-shrink: 0;
  }

  .help-doc-card-links {
    margin-top: 0.04rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.12rem;
    row-gap: 0.04rem;
  }

  .help-doc-link {
    font-size: 0.14rem;
    line-height: 0.25rem;
    color: #1e2736;
    margin-top: 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 0.12rem;
  }

  .help-doc-link::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #8692b0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
  }

  .help-doc-btn {
    width: 64px;
    height: 24px;
    background: var(--color-primary);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0.18rem;
    bottom: 0.36rem;
    cursor: pointer;
  }

  .help-doc-more-row {
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.36rem;
    border: 1px solid #e6e7eb;
    border-radius: 3px;
    color: #8692b0;
    font-size: 0.13rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 750px) {
  .main-content {
    display: block;
    padding-bottom: 1.5rem;
  }
  .el-main {
    margin-top: 1rem;
  }
  .statistics-bottom {
    padding: 0.26rem 0.24rem;
    margin-top: 0.24rem;
  }
  .recharge-btn {
    height: 30px;
    line-height: 30px;
  }
  .progress-box .el-progress-circle {
    display: flex;
  }
  .order-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .order-box .order-item {
    flex: 1;
  }
  .info-box .divider-box {
    display: none;
  }
  .info-three {
    margin-top: 10px;
    width: 100%;
    align-items: flex-end;
  }
  .right-box {
    width: auto;
    margin-top: 0.2rem;
  }
}
