.tab {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 1rem;
  z-index: 200;
  transition: all 0.4s;
  margin-top: 3.5rem;
}
.tab .du-box {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 0.82rem;
  font-weight: 500;
  text-align: center;
}
.tab .du-box div {
  width: 50%;
  font-weight: bolder;
  font-size: 0.3rem;
}
.tab .du-box div span {
  color: #aeb9ca;
}
.tab .du-box div:nth-child(1) span {
  margin-left: 1rem;
}
.tab .du-box div:nth-child(2) span {
  margin-right: 1rem;
}
.tab .du-box div.dubox-border {
  position: absolute;
  width: 0.64rem;
  height: 0.12rem;
  border-radius: 8px;
  font-size: 0.34rem;
  left: 24%;
  bottom: 0;
  background: #247de1;
  transition: all 0.2s;
}
.tab .du-box div.active {
  color: #000;
}
.tab .du-box div.active span {
  color: #303133;
}
.tab .tab-caz {
  width: 0.84rem;
  height: 0.48rem;
  background: #f5f7fa;
  border-radius: 24px;
  position: absolute;
  font-size: 0.26rem;
  font-weight: 500;
  color: #8392a7;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.2rem;
  right: 0.32rem;
}
.bottom-footer,
.bottom-footer1 {
  width: 100%;
  height: 0.94rem;
  display: flex;
  position: fixed;
  bottom: 1.2rem;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  z-index: 200;
  border-top: 1px solid #dcdfe6;
  display: none;
}
.bottom-footer .left,
.bottom-footer1 .left {
  width: 200px;
  display: flex;
  align-items: center;
}
.bottom-footer .left .checkAll,
.bottom-footer1 .left .checkAll {
  display: block;
  border: 1px solid #cdd5e3;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-left: 0.4rem;
  margin-right: 0.08rem;
}
.bottom-footer .left .checkAll img,
.bottom-footer1 .left .checkAll img {
  display: none;
  width: 100%;
  height: 100%;
}
.bottom-footer .left .checkAll.active img,
.bottom-footer1 .left .checkAll.active img {
  display: block;
}
.bottom-footer .left .text,
.bottom-footer1 .left .text {
  font-size: 0.28rem;
  color: #39475b;
}
.bottom-footer .right,
.bottom-footer1 .right {
  display: flex;
}
.bottom-footer .right div,
.bottom-footer1 .right div {
  font-size: 0.3rem;
  width: 1.56rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background: #0079fd;
  border-radius: 60px;
  color: #fff;
  margin-right: 0.3rem;
}
.bottom-footer1 {
  display: flex;
}
.content-list {
  margin-bottom: 2.5rem;
}
.content-list .list li.backlog {
  margin: 0 0.2rem 0.2rem;
  background: #ffffff;
  box-shadow: 0 0.04rem 0.2rem 0 rgba(77, 125, 197, 0.1);
  border-radius: 0.2rem;
  padding: 0.32rem;
  position: relative;
}
.content-list .list li.backlog .list-name {
  display: flex;
  align-items: center;
}
.content-list .list li.backlog .list-name .name-icon {
  width: 0.24rem;
}
.content-list .list li.backlog .list-name .name-icon img {
  display: block;
  width: 100%;
}
.content-list .list li.backlog .list-name .name-key {
  font-size: 0.28rem;
  margin-left: 0.2rem;
  color: #8392a7;
  margin-right: 0.32rem;
}
.content-list .list li.backlog .list-name .name-value {
  font-size: 0.32rem;
  color: #303133;
}
.content-list .list li.backlog .list-content {
  display: flex;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.content-list .list li.backlog .list-content div {
  width: 1.12rem;
  font-size: 0.28rem;
  color: #8392a7;
  margin-right: 0.26rem;
}
.content-list .list li.backlog .list-content p {
  width: 4.84rem;
  font-size: 0.28rem;
  color: #39475b;
  line-height: 0.48rem;
}
.content-list .list li.backlog .list-content p a {
  color: #0079fd;
  border-bottom: 1px solid #0079fd;
}
.content-list .list li.backlog .list-time {
  font-size: 0.24rem;
  color: #aeb9ca;
}
.content-list .list li.backlog .list-look {
  position: absolute;
  right: 0.32rem;
  top: 0.3rem;
  font-size: 0.26rem;
  color: #0079fd;
}
.content-list .list li.backlog .list-look a {
  color: #0079fd;
}
.content-list .list li.backlog .list-check {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  border: 1px solid #cdd5e3;
  border-radius: 0.4rem;
  position: absolute;
  right: 0.32rem;
  top: 0.3rem;
}
.content-list .list li.backlog .list-check img {
  display: none;
  width: 100%;
  height: 100%;
}
.content-list .list li.backlog .list-check.active {
  border: 1px solid #50e3c2;
}
.content-list .list li.backlog .list-check.active img {
  display: block;
}
.content-list .list li.trend {
  width: 88%;
  margin: 0 auto 0.2rem;
  background: #ffffff;
  box-shadow: 0 0.04rem 0.2rem 0 rgba(77, 125, 197, 0.1);
  border-radius: 0.2rem;
  padding: 0.32rem;
  position: relative;
}
.content-list .list li.trend .list-time {
  font-size: 0;
  margin-bottom: 0.16rem;
}
.content-list .list li.trend .list-time span:nth-child(1) {
  font-size: 0.28rem;
  font-weight: 500;
  color: #8392a7;
  margin-right: 0.08rem;
}
.content-list .list li.trend .list-time span:nth-child(2) {
  font-size: 0.24rem;
  font-weight: 400;
  color: #aeb9ca;
}
.content-list .list li.trend .list-content p {
  width: 100%;
  font-size: 0.28rem;
  color: #39475b;
  line-height: 0.48rem;
}
.content-list .list li.trend .list-content p a {
  color: #0079fd;
  border-bottom: 1px solid #0079fd;
}
.content-list .list li.trend .list-check {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  border: 1px solid #cdd5e3;
  border-radius: 0.4rem;
  position: absolute;
  right: 0.32rem;
  top: 0.3rem;
}
.content-list .list li.trend .list-check img {
  display: none;
  width: 100%;
  height: 100%;
}
.content-list .list li.trend .list-check.active {
  border: 1px solid #50e3c2;
}
.content-list .list li.trend .list-check.active img {
  display: block;
}
.lable-box,
.lable-box1 {
  position: relative;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.lable-box .grayLayer,
.lable-box1 .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 888;
  display: block;
  transition: all 0.4s;
}
.lable-box .check-state,
.lable-box1 .check-state {
  width: 100%;
  height: 7.5rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  z-index: 889;
  transition: all 0.4s;
}
.lable-box .check-state h4,
.lable-box1 .check-state h4 {
  text-align: left;
  font-size: 0.34rem;
  font-weight: bolder;
  color: #000000;
  line-height: 42px;
  padding-top: 0.32rem;
  overflow: hidden;
  margin-left: 0.4rem;
}
.lable-box .check-state textarea,
.lable-box1 .check-state textarea {
  width: 80%;
  margin: 0 auto 0.6rem;
  height: 0.4rem !important;
  padding: 0.32rem;
  font-size: 0.3rem;
}
.lable-box .check-state ul li,
.lable-box1 .check-state ul li {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 400;
  color: #303133;
  height: 0.8rem;
}
.lable-box .check-state ul li i,
.lable-box1 .check-state ul li i {
  font-style: normal;
}
.lable-box .check-state ul li span,
.lable-box1 .check-state ul li span {
  display: block;
  border: 1px solid #dcdfe6;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #f5f7fa;
  position: relative;
  margin-left: 0.4rem;
  margin-right: 0.3rem;
}
.lable-box .check-state ul li span.active,
.lable-box1 .check-state ul li span.active {
  background: #0080ff;
}
.lable-box .check-state ul li span.active::after,
.lable-box1 .check-state ul li span.active::after {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  left: 0.085rem;
  top: 0.09rem;
  border-radius: 1rem;
}
.lable-box .check-state .remark,
.lable-box1 .check-state .remark {
  display: flex;
  width: 90%;
  margin: 1.2rem auto 0.76rem;
  border-bottom: 1px solid #c0c4cc;
  align-items: center;
}
.lable-box .check-state .remark h5,
.lable-box1 .check-state .remark h5 {
  font-size: 0.3rem;
}
.lable-box .check-state .remark input,
.lable-box1 .check-state .remark input {
  margin-left: 0.2rem;
  display: block;
  width: 100%;
  line-height: 0.8rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: #000000;
  outline: none;
  border: none;
}
.lable-box .check-state .check-button-group,
.lable-box1 .check-state .check-button-group {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lable-box .check-state .check-button-group .button,
.lable-box1 .check-state .check-button-group .button {
  width: 3rem;
  height: 0.84rem;
  background: #ffffff;
  border-radius: 0.84rem;
  border: 1px solid #247de1;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #247de1;
}
.lable-box .check-state .check-button-group .submit,
.lable-box1 .check-state .check-button-group .submit {
  background: #2a7de1;
  color: #fff;
}
.lable-box input::-webkit-input-placeholder,
.lable-box1 input::-webkit-input-placeholder {
  color: #c0c4cc;
  font-weight: 400;
  letter-spacing: 0;
}
.alert-box-show {
  opacity: 1;
  visibility: visible;
}
.alert-box-show .grayLayer {
  background: rgba(0, 0, 0, 0.6);
}
.alert-box-show .check-state {
  bottom: 0;
}
.lable-box1.alert-box-show .check-state {
  padding-bottom: 1rem;
}
.detail .detail-content {
  margin: 0.32rem;
  padding: 0.32rem;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(77, 125, 197, 0.1);
  border-radius: 0.2rem;
}
.detail .detail-content .detail-name {
  border-bottom: 1px solid #e9ecf0;
  margin-bottom: 0.32rem;
  padding-bottom: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .detail-content .detail-name .detail-avatar {
  display: flex;
  align-items: center;
}
.detail .detail-content .detail-name .detail-avatar .avatar {
  width: 0.88rem;
  height: 0.88rem;
  border: 1px solid rgba(0, 121, 253, 0.3);
  border-radius: 0.88rem;
  margin-right: 0.32rem;
}
.detail .detail-content .detail-name .detail-avatar .name {
  font-size: 0.32rem;
}
.detail .detail-content .state {
  font-size: 0.28rem;
  font-weight: bolder;
}
.detail .detail-content .order-detail {
  border-bottom: 1px solid #e9ecf0;
  margin-bottom: 0.32rem;
  padding-bottom: 0.24rem;
}
.detail .detail-content .order-detail div {
  display: flex;
}
.detail .detail-content .order-detail div span {
  font-size: 0.28rem;
  margin: 0.08rem 0;
}
.detail .detail-content .order-detail div .order-detail-key {
  width: 1.68rem;
  color: #8392a7;
}
.detail .detail-content .order-detail div .order-detail-value {
  color: #39475b;
}
.detail .detail-content .order-detail div .text-red {
  color: #e94544;
}
.detail .detail-content .detail-product {
  width: 100%;
  background: #ffffff;
  border-radius: 0.2rem;
  margin-bottom: 0.32rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #e9ecf0;
}
.detail .detail-content .detail-product .list-content .list-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.18rem;
}
.detail .detail-content .detail-product .list-content .list-content-title .list-content-title-left {
  font-size: 0.28rem;
  font-weight: bolder;
  color: #39475b;
}
.detail .detail-content .detail-product .list-content .list-content-title .list-content-title-right {
  font-size: 0.28rem;
  font-weight: bolder;
}
.detail .detail-content .detail-product .list-content .list-content-title .list-content-title-right span {
  font-size: 0.24rem;
  font-weight: normal;
}
.detail .detail-content .detail-product .list-content .list-content-title .no-bold {
  color: #8392a7;
  font-size: 0.24rem;
  font-weight: normal;
}
.detail .detail-content .detail-product .list-content .list-content-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.18rem;
}
.detail .detail-content .detail-product .list-content .list-content-top div {
  width: 50%;
  font-size: 0.24rem;
  font-weight: 500;
  text-align: left;
  color: #8392a7;
}
.detail .detail-content .detail-product .list-content .list-content-bottom {
  margin-bottom: 0.18rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #8392a7;
}
.detail .detail-content .detail-product .list-content div:nth-last-child(1) {
  margin-bottom: 0;
}
.detail .detail-content .detail-time {
  font-size: 0.24rem;
  font-weight: 400;
  color: #aeb9ca;
}
.detail .detail-examine {
  background: #fff;
  height: 0.96rem;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.08);
  bottom: 0;
}
.detail .detail-examine .examine-button {
  position: absolute;
  right: 0.32rem;
  width: 1.56rem;
  height: 0.68rem;
  background: #0079fd;
  border-radius: 0.35rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  top: 0.14rem;
}
.InvadeData .market-top {
  width: 100%;
  height: 3rem;
  background-image: url("../image/shop-top.png");
  background-size: 100% 100%;
}
.InvadeData .market-top h3 {
  font-size: 0.34rem;
  padding-top: 1rem;
  margin-left: 0.34rem;
  margin-bottom: 0.44rem;
  color: #fff;
}
.InvadeData .market-top .market-top-list {
  padding: 0.28rem;
  width: calc(90% - 0.56rem);
  background: #fff;
  height: 4.04rem;
  margin: 0 auto;
  box-shadow: 0 10px 48px -2px rgba(99, 157, 220, 0.18);
  border-radius: 0.2rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.InvadeData .market-top .market-top-list li {
  width: 33.334%;
  text-align: center;
}
.InvadeData .market-top .market-top-list li img {
  width: 1.4rem;
  height: 1.4rem;
}
.InvadeData .market-top .market-top-list li span {
  font-size: 0.24rem;
  display: block;
  color: #8392a7;
}
.InvadeData .normal {
  margin-top: 1.58rem;
}
.receivables-list {
  font-size: 0;
  background: #f5f7fa;
}
.receivables-list .receivables-list-top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}
.receivables-list .receivables-list-top .sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.receivables-list .receivables-list-top .sort .sort-list {
  width: 50%;
  color: #8392a7;
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
}
.receivables-list .receivables-list-top .sort .sort-list img {
  width: 0.32rem;
}
.receivables-list .receivables-list-top .sort .sort-list:nth-child(1) img {
  width: 0.26rem;
}
.receivables-list .receivables-list-top .sum-up {
  height: 0.74rem;
  background: #e1efff;
  display: flex;
  align-items: center;
}
.receivables-list .receivables-list-top .sum-up span {
  font-size: 0.24rem;
  color: #54647a;
  font-weight: bolder;
  width: 33.334%;
  text-align: center;
}
.receivables-list .receivables-list-top .sum-up span.active {
  color: #7b8bff;
}
.receivables-list .receivables-list-top1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  overflow: auto;
}
.receivables-list .receivables-list-top1 .sum-up {
  height: 0.74rem;
  background: #e1efff;
  display: flex;
  align-items: center;
  width: 900px;
}
.receivables-list .receivables-list-top1 .sum-up span {
  font-size: 0.24rem;
  color: #54647a;
  font-weight: bolder;
  width: 80px;
  text-align: center;
}
.receivables-list .receivables-list-top1 .sum-up span.active {
  color: #7b8bff;
}
.receivables-list .receivables-list-content {
  margin-top: 2rem;
}
.receivables-list .receivables-list-content ul li {
  margin: 0.2rem 0.32rem;
  box-shadow: 0 0.04rem 0.2rem 0 rgba(77, 125, 197, 0.1);
  border-radius: 0.2rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.receivables-list .receivables-list-content ul li .list-top {
  padding: 0 0.32rem;
  height: 0.9rem;
  background: linear-gradient(270deg, #fcfdff 0%, #f2f7ff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.receivables-list .receivables-list-content ul li .list-top .title {
  font-size: 0.3rem;
  font-weight: bolder;
}
.receivables-list .receivables-list-content ul li .list-top .order-sn {
  font-size: 0.24rem;
  color: #8392a7;
  word-break: keep-all;
}
.receivables-list .receivables-list-content ul li .list-top .order-sn b {
  font-weight: normal;
  margin-left: 0.2rem;
  color: #0079fd;
}
.receivables-list .receivables-list-content ul li .list-top.active {
  background: linear-gradient(270deg, #fff8f7 0%, rgba(248, 250, 255, 0.5) 100%);
}
.receivables-list .receivables-list-content ul li .list-top.active .order-sn {
  color: #e94544;
}
.receivables-list .receivables-list-content ul li .list-top.active:after {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.3rem;
  background: #e94544;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.receivables-list .receivables-list-content ul li .list-bottom {
  padding: 0.32rem;
}
.receivables-list .receivables-list-content ul li .list-bottom .zt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.receivables-list .receivables-list-content ul li .list-bottom .zt div {
  width: 50%;
  text-align: left;
  color: #8392a7;
  font-size: 0.24rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.receivables-list .receivables-list-content ul li .list-bottom .zt div b {
  display: block;
  width: 60px;
  text-align: right;
}
.receivables-list .receivables-list-content ul li .list-bottom .zt div span {
  color: #39475b;
  font-weight: bolder;
}
.receivables-list .receivables-list-content ul li .list-bottom .time {
  color: #8392a7;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.receivables-list .receivables-list-content ul li .list-bottom .time img {
  margin-right: 0.1rem;
  width: 0.22rem;
}
.receivables-list .receivables-list-content1 {
  margin-top: 1rem;
}
.home-see {
  position: relative;
}
.home-see .screen-box-all {
  display: flex;
  flex-wrap: wrap;
}
.home-see .screen-box-all .screen-name:nth-child(1) {
  width: 100%;
}
.home-see .screen-box-all .screen-name:nth-child(1) h3 {
  width: 100%;
}
.home-see .screen-box-all .screen-name:nth-child(1) label {
  width: 100%;
  display: flex;
  align-items: center;
}
.home-see .screen-box-all .screen-name:nth-child(1) input {
  width: 75%;
  margin-right: 5%;
  display: block;
}
.home-see .screen-box-all .screen-name:nth-child(1) .select-btn {
  width: 20%;
  font-size: 14px;
  float: right;
  border: 1px solid #247de1;
  background: #247de1;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.64rem;
  color: #fff;
}
.home-see .screen-box-all .screen-name:nth-child(1) .select-btn1 {
  width: 10%;
  font-size: 12px;
  border: 1px solid #3393ff;
  background: #3393ff;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  color: #fff;
  font-weight: normal;
  margin-left: 10px;
}
.home-see .screen-box-all .screen-name {
  width: 41vw;
}
.home-see .screen-box-all .upload-image {
  width: 100%;
}
.home-see .screen-box-all1 .screen-name:nth-child(1) {
  width: 41vw;
}
.home-see .screen-box-all1 .screen-name:nth-child(1) input {
  width: 100%;
}
.home-see .button-group {
  font-size: 16px;
  display: flex;
  margin: 30px auto;
}
.home-see .button-group div {
  width: 40%;
  text-align: center;
  color: #fff;
  background: #247de1;
  margin: 0 5%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
.home-see .upPhoto {
  margin: 0.2rem 0.32rem 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.home-see .upPhoto .title {
  font-size: 0.3rem;
  color: #303133;
  font-weight: bolder;
  padding: 0 0.32rem;
  height: 0.8rem;
  border-bottom: 1px solid #e9ecf0;
  display: flex;
  align-items: center;
}
.home-see .upPhoto .title img {
  width: 0.42rem;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.leftcircle {
  width: 40px;
  height: 40px;
  border: 5px solid #abd2fe;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  font-size: 12px;
  border-bottom: 5px solid #257de1;
  border-left: 5px solid #257de1;
  transform: rotate(30deg);
  animation-name: circle_left;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.leftcircle b {
  width: 100%;
  height: 100%;
  display: flex;
  color: #8392a7;
  align-items: center;
  justify-content: center;
  transform: rotate(-30deg);
}
.popups {
  position: fixed;
  left: 100vw;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background: #ffffff;
  transition: all 0.2s;
}
.popups h4 {
  font-size: 20px;
  margin: 20px 10px;
}
.popups-active {
  left: 0;
}

.home__filter {
  position: absolute;
  right: 0.5rem;
  width: auto !important;
}
