@import "../../../public/css/rem.css";
* {
  padding: 0;
  margin: 0;
}
#app {
  width: 100%;
}
#app .header {
  width: 100%;
  height: 87px;
  vertical-align: top;
}
#app .footer {
  width: 100%;
  height: 399px;
  vertical-align: top;
  margin-top: 111px;
}
.wrap {
  width: 1268px;
  margin: 0 auto 0;
}
.crumbs-wrap {
  width: 100%;
  height: 102px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: start;
}
.crumbs-wrap a {
  position: relative;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  color: #000;
}
.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);
}
.crumbs-wrap span {
  font-size: 18px;
  color: #868686;
  line-height: 25px;
}
.repair-notice-wrap {
  line-height: 18px;
  box-sizing: border-box;
  margin-top: 36px;
  padding: 36px 40px;
  width: 1268px;
  background: #f5f6fa;
  border-radius: 6px;
  white-space: pre-line;
  font-size: initial;
  line-height: 1.5em;
}
.repair-notice-wrap .repair-notice-title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.repair-notice-wrap > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.repair-notice-wrap .customer-info-title {
  margin: 40px 0 24px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.repair-notice-wrap .customer-info-wrap {
  width: 425px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.repair-notice-wrap .customer-info-wrap .progress-wrap {
  display: flex;
  align-items: center;
}
.repair-notice-wrap .customer-info-wrap .progress-wrap .progress {
  display: flex;
  align-items: center;
}
.repair-notice-wrap .customer-info-wrap .info-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.repair-notice-wrap .customer-info-wrap .info-item .info-title {
  width: 1411px;
  font-size: 16px;
  color: #868686;
  line-height: 22px;
  white-space: nowrap;
}
.repair-notice-wrap .customer-info-wrap .info-item .info-content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.phone {
  display: none;
}
.content > h3 {
  margin: 24px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.content > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.content .item-wrap {
  position: relative;
  margin-top: 16px;
  width: 100%;
  margin-bottom: 80px;
}
.content .item-wrap .item {
  margin-bottom: 36px;
  position: relative;
  box-sizing: border-box;
  padding: 36px 20px 36px 87px;
  width: 1268px;
  background: #ffffff;
  border-radius: 6px;
  line-height: 22px;
  border: 2px solid #d2d2d2;
  cursor: pointer;
}
.content .item-wrap .item img {
  position: absolute;
  left: 36px;
  width: 32px;
  height: 32px;
}
.content .item-wrap .item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.content .item-wrap .item .info-wrap {
  margin-top: 24px;
  width: 100%;
}
.content .item-wrap .item .info-wrap .info-item {
  margin-top: 16px;
  display: flex;
  width: 100%;
}
.content .item-wrap .item .info-wrap .info-item .info-title {
  display: inline-block;
  min-width: 217px;
  font-size: 16px;
  color: #868686;
  line-height: 22px;
  white-space: nowrap;
}
.content .item-wrap .item .info-wrap .info-item .info-content {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.content .item-wrap .item .info-wrap .info-item .progress-wrap {
  display: flex;
  align-items: center;
}
.content .item-wrap .item .info-wrap .info-item .progress {
  display: flex;
  align-items: center;
  position: relative;
  width: 300px;
  height: 6px;
  display: inline-block;
  background: #d8d8d8;
  border-radius: 3px;
  margin-right: 10px;
}
.content .item-wrap .item .info-wrap .info-item .progress .currentPercenter {
  display: inherit;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  border-radius: inherit;
  transform: 0.3s;
  background-color: #4d66ff;
}
.content .item-wrap .item .info-wrap .info-item .percenter {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}
.content .item-wrap .item .checked {
  display: none;
}
.content .item-wrap .item.active {
  border: 2px solid #4d66ff;
}
.content .item-wrap .item.active .checked {
  display: block;
}
.content .item-wrap .item.active .no-check {
  display: none;
}
.content .item-wrap button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 30px;
  background: #4d66ff;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.content .item-wrap .buttton_2 {
  display: none;
}
.content .item-wrap [disabled="disabled"] {
  cursor: not-allowed;
  background: #ccc;
}
.tab_back {
  display: none;
}
