.page-user {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 100px;
}

.page-user * {
  box-sizing: border-box;
}

.user-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.user-nav {
  width: 210px;
  min-height: 261px;
  background: #f9f9f9;
}

.user-nav-title {
  padding: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.user-nav-list {
}
.user-nav-item {
  position: relative;
  display: block;
  padding: 16px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
.user-nav-item.active {
  font-weight: bold;
  color: #174c97;
}
.user-nav-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 24px;
  background: #174c97;
  top: 11px;
}

.user-view {
  flex: 1;
  padding-left: 20px;
}

.page-title {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #eee; */
}
.page-ctx {
}

.page-userdetail {
  padding-top: 20px;
}

.user-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.user-label {
  min-width: 62px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.user-input {
}
.user-input input {
  width: 335px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #e2e2e2;
  padding-left: 15px;
}

.order-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  border: 1px solid #cccccc;
}
.tab-item {
  width: fit-content;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  display: inline-block;

  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #7d7d7d;
  cursor: pointer;
  user-select: none;
}

.tab-item.active {
  background: #174c97;
  color: #ffffff;
}

.order-list {
  margin-top: 20px;
}

.order-item {
  margin-bottom: 0;

  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #cccccc;
}

.order-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
}
.order-time {
  min-width: 170px;
}
.order-no {
  flex: 1;
}
.order-status {
  min-width: 100px;
  text-align: right;
}

.order-bottom {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.total-money {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.btn-order-detail {
  background: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7d7d7d;
}

.order-goods-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #eee;
}
.order-goods-item:first-child {
  border: none;
}

.order-img-box {
  width: 80px;
}
.order-img {
  width: 75px;
  height: 75px;
}
.goods-title {
  flex: 1;
  text-align: left;
  padding-left: 10px;
}
.goods-num {
  min-width: 100px;
  text-align: center;
}
.goods-price {
  min-width: 120px;
  text-align: center;
}

.goods-sub-total {
  min-width: 100px;
  text-align: center;
}

.order-detail {
  border: 1px solid #e1e1e1;
}

.order-detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.order-detail-title .order-tag{
  border: 1px solid coral;
  display: inline-block;
  color: coral;
  font-size: 12px;
  padding: 0px 8px;
  height: 26px;
  line-height: 26px;
}
.order-detail-title .order-tag[data-status="2"]{ 
  border: 1px solid #67C23A;
  color: #67C23A;
}
.order-detail-title .order-tag[data-status="3"]{ 
  border: 1px solid #F00;
  color: #F00;
}





.order-info {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
}

.order-info-item {
  display: flex;
  line-height: 30px;
}

.order-info-item-hetong {
  display: none;
}
.order-huichuan-box {
  display: none;
}

.order-hetong a{
  color: #174c97;
}

.file-huichuan a{
  color: #174c97;
}




.order-info-label {
  padding-right: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.order-info-val {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.bohui-remark {
  color: #e85c5c;
}

.order-total-info {
  text-align: right;
}
.total-num {
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}
.total-num b {
  color: #e85c5c;
}
.total-money {
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  background: #f4f4f4;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.total-money b {
  color: #e85c5c;
}

.order-total-btn-box {
}
.order-total-btn {
  margin-top: 20px;
  width: 135px;
  height: 36px;
  background: #174c97;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}


.goods-guige {
  flex: 1;
  padding-left: 10px;
}

.order-total-btn-box {
  display: none;
}



.order-actions {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  padding-top: 0;
}

.order-actions button {
  background: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7d7d7d;
}
.order-actions .btn-order-delete {
  margin-right: 0;
  background: #174c97;
  border: 1px solid #174c97;
  color: #fff;
}



/* 合同上穿 */
.huichuan-upload {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
}

.huichuan-upload.border {
  border: 1px solid #eee;
  padding: 20px;
}

.huichuan-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.huichuan-upload.border img {
  width: 40px;
  height: 40px;
}


.zhizhao-upload {
  display: none;
}


.order-actions-box {
  display: none;
}