@import '../../../public/css/rem.css';
* {
  padding: 0;
  margin: 0;
}
span {
  white-space: nowrap;
}
#app {
  width: 100vw;
}
#app .header {
  width: 100vw;
  height: 87px;
  vertical-align: bottom;
}
#app .footer {
  width: 100vw;
  height: 399px;
  vertical-align: bottom;
}
.wrap {
  margin: 0 75px;
  display: flex;
}
.wrap .nav-bar {
  flex-shrink: 0;
  display: inline-block;
  margin-top: 135px;
  width: 326px;
  height: 522px;
  vertical-align: top;
}
.main {
  display: inline-block;
  flex:1;
  margin-left: 9px;
}
.main .crumbs-wrap {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: start;
}
.main .crumbs-wrap a {
  position: relative;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  color: #000;
}
.main .crumbs-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 8px;
  height: 8px;
  border: 1px solid #868686;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: translateY(-40%) rotate(45deg);
}
.main .crumbs-wrap span {
  font-size: 18px;
  color: #868686;
  line-height: 25px;
}
.main .title {
  margin-top: 36px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}
.main .content-wrap {
  box-sizing: border-box;
  padding: 24px 36px 48px;
  margin-top: 36px;
  margin-bottom: 150px;
  flex:1;
  min-height: 636px;
  border-radius: 6px;
  background: #F5F6FA;
}
.main .content-wrap .title-wrap span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #6E6E73;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .content-wrap .title-wrap .work-order-id {
  text-indent: 24px;
  width: 201px;
}
.main .content-wrap .title-wrap .submit-time {
  width: 224px;
}
.main .content-wrap .title-wrap .tracking-number {
  width: 234px;
}
.main .content-wrap .title-wrap .repair-fees {
  width: 183px;
}
.main .content-wrap .title-wrap .state {
  width: 155px;
}
.main .content-wrap .title-wrap .detail {
  text-indent: 19px;
  width: 174px;
}
.main .content-wrap .content {
  margin-top: 10px;
}
.main .content-wrap .content .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.main .content-wrap .content .item span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .content-wrap .content .item .work-order-id {
  text-indent: 24px;
  width: 201px;
}
.main .content-wrap .content .item .submit-time {
  width: 224px;
}
.main .content-wrap .content .item .tracking-number {
  box-sizing: border-box;
  padding-right: 16px;
  width: 234px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .content-wrap .content .item .repair-fees {
  width: 183px;
}
.main .content-wrap .content .item .state {
  width: 155px;
}
.main .content-wrap .content .item .detail {
  display: flex;
  width: 174px;
}
.main .content-wrap .content .item .detail span:not(.line) {
  color: #4D66FF;
  cursor: pointer;
  width: 54px;
  text-align: right;
}
.main .content-wrap .content .item .detail span:not(.line).cancel {
  text-align: left;
}
.main .content-wrap .content .item .detail .line {
  margin: 0 16px;
}
.main .content-wrap .content .item:nth-child(2n) {
  background: #F5F6FA;
}
.main .content-wrap_phone {
  display: none;
}
.cancel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.76);
}
.cancel-wrap .main-wrap {
  position: relative;
  width: 530px;
  height: 290px;
  background: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 63px 50px 36px 41px;
}
.cancel-wrap .main-wrap .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}
.cancel-wrap .main-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 22px;
}
.cancel-wrap .main-wrap .button-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 36px;
  right: 50px;
  width: 383px;
  height: 40px;
}
.cancel-wrap .main-wrap .button-wrap div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  border-radius: 20px;
  cursor: pointer;
}
.cancel-wrap .main-wrap .button-wrap .comfirm {
  background: #4D66FF;
}
.cancel-wrap .main-wrap .button-wrap .close {
  color: #000;
  background: #E3E3E3;
}
.cancel-wrap .main-wrap .close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
