/*variable*/
/************* common Style ***************/
.service-upload a,
.file-preview a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.request-list a:hover {
  color: #E99122;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.padding-l-0 {
  padding-left: 0 !important;
}
input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #DBDBDB;
  line-height: 28px;
  height: 28px;
  padding: 0 4px;
  background-color: transparent;
}
.el-form-label {
  min-width: 128px;
  text-align: right;
  padding-right: 4px;
}
.el-close:after {
  content: '';
  display: inline-block;
  background: url("/images/icon-close-small-39a9341e116c3eb8b93b3616406a5ace.png") no-repeat;
  width: 11px;
  height: 11px;
  background-size: cover;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.select-highlighted {
  background-color: #0074f0;
  color: #fff;
}
.select-container {
  position: relative;
  width: 100%;
}
.select-container .select-menu {
  display: none;
  width: 100%;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
  position: absolute;
  border: 1px solid #ddd;
  left: 0;
  z-index: 99;
  top: 28px;
}
.select-container .select-menu li {
  padding: 6px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-container .select-menu li:hover {
  background-color: #0074f0;
  color: #fff;
}
.table {
  display: table;
  margin-top: 20px;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 58px;
  vertical-align: middle;
  word-break: break-all;
  padding: 4px 8px;
}
.table .table-cell:nth-child(1),
.table .table-cell:nth-child(2) {
  width: 25%;
}
.table .table-row:last-child .table-cell {
  border-bottom: none;
}
.table .table-cell:last-child {
  border-right: none;
  width: 50%;
}
.table .row-th .table-cell {
  font-weight: bold;
}
.f-align-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.f-align-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.f-align-end {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.f-justify-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.f-justify-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.f-justify-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.f-justify-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.non-empty:before {
  content: '*';
  color: red;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  height: 12px;
}
.service-tips {
  color: #8e8e8d;
  font-size: 12px;
  font-weight: 400;
  padding: 0 3px 0 4px;
}
.radio-box .radio-label {
  margin-bottom: 0;
  margin-right: 26px;
}
.radio-box .service-bd-radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 50%;
  border: 1px solid #e99122;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 100ms ease;
}
.radio-box .service-bd-radio input[type=radio]:checked + .radio-label:before {
  background-color: #e99122;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
.starRating .photo > span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 16px;
  cursor: pointer;
}
.starRating .photo > span .no-high {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background: url("/images/star-89701e93c5739f7554c256c1a033bb42.png");
  background-size: contain;
}
.starRating .photo > span .high {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background: url("/images/star1-31d6855068102d1b89e2316cb0edc423.png");
  background-size: contain;
}
.starRating .photo span:last-child {
  margin-right: 0;
}
.starRating .starNum {
  font-size: 16px;
  color: #de4414;
  margin-top: 4px;
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .photo {
    width: 70%;
  }
}
/***************** Modal ****************/
.btn-submit-box {
  text-align: center;
  border-top: 1px solid #DBDBDB;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.btn-submit-box .icon-success {
  font-size: 36px;
  color: #28a745;
  vertical-align: middle;
}
.btn-submit-box .icon-success + p {
  font-weight: bold;
}
.btn-submit-box .radio-box {
  padding-left: 40px;
  top: 7px;
  position: absolute;
}
.btn-submit-box .radio-box label {
  font-size: 16px;
}
#confirm-form {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background-color: #e99122;
}
.btn {
  border: none;
  min-width: 80px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  border: 1px solid #E99122;
  color: #E99122;
}
.btn-primary {
  background-color: #E99122;
}
.btn-secondary:hover {
  color: #333333;
}
.modal-header .modal-title {
  display: inline-block;
  color: #E99122;
  font-size: 16px;
  font-weight: bold;
}
.modal-footer {
  text-align: center;
  border-top: none;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
}
.modal-dialog-centered .modal-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 300px;
    margin: 30px auto;
  }
}
/************* content Style ***************/
.after-sale-tit {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: #e99122;
  text-align: center;
}
.after-sale-content {
  margin-top: 40px;
}
.after-sale-content .service-hd {
  background-color: #F9FAFD;
  height: 50px;
  padding: 0 32px;
  border-left: 3px solid #e99122;
}
.after-sale-content .service-bd {
  margin: 34px 0;
}
.after-sale-content .service-title {
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
}
.after-sale-content .service-bd-container {
  padding-left: 32px;
}
.after-sale-content .service-bd-container .bd-content-item {
  border-bottom: 1px dashed #DBDBDB;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.after-sale-content .service-bd-container .bd-content-item > h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.after-sale-content .service-bd-container .bd-content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.after-sale-content .service-bd-container .service-upload-box {
  margin-bottom: 24px;
}
.after-sale-content .service-bd-container .service-upload-box > h4 {
  color: #e99122;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.after-sale-content .service-bd-container .service-upload-box .service-upload {
  border: 1px solid #DBDBDB;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.after-sale-content .service-bd-container .service-upload-box .service-upload input {
  opacity: 0;
  width: 40px;
  height: 40px;
}
.after-sale-content .service-bd-container .service-upload-box .service-upload:before {
  content: "";
  position: absolute;
  background-color: #DBDBDB;
  height: 34px;
  width: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.after-sale-content .service-bd-container .service-upload-box .service-upload:after {
  content: "";
  position: absolute;
  background-color: #DBDBDB;
  height: 2px;
  width: 34px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.after-sale-content .service-bd-container .service-upload-box .service-upload + ul {
  margin-left: 16px;
}
.after-sale-content .service-bd-container .service-upload-box .service-upload + ul li {
  margin-right: 16px;
}
.after-sale-content .service-bd-container .radio-box {
  padding-left: 0;
}
.after-sale-content .service-bd-container .detailed-description {
  padding-right: 17px;
  margin-left: -15px;
}
.after-sale-content .service-bd-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.after-sale-content .service-bd-list > div {
  display: flex;
  padding-right: 47px;
}
.after-sale-content .service-bd-list > div > label {
  margin-bottom: 0;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .after-sale-content .service-section:nth-of-type(2) .service-bd-container {
    padding-left: 0;
  }
  .after-sale-content .service-section:nth-of-type(2) .radio-box .radio-label {
    margin-right: 15px;
  }
  .after-sale-content .service-bd-list {
    justify-content: flex-start;
  }
  .after-sale-content .service-bd-list > div {
    width: 100%;
    padding-right: 15px;
  }
  .after-sale-content .service-section:not(:nth-of-type(2)) .radio-box {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .after-sale-content .service-section:not(:nth-of-type(2)) .radio-box .service-bd-radio {
    width: 50%;
  }
  .after-sale-content .service-section:not(:nth-of-type(2)) .radio-box .radio-label {
    margin-right: 0;
  }
  .after-sale-content .detailed-description {
    margin-top: 8px;
    padding-right: 0 !important;
  }
  .after-sale-content .detailed-description label {
    text-align: left;
    min-width: fit-content;
  }
  .after-sale-content .after-sale-tit {
    font-size: 26px;
  }
}
/******************** after sale management **********************/
.after-filter-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.after-filter-box .form-control {
  margin-left: 15px;
  width: 20%;
  border-color: #DBDBDB;
}
.el-management-content .form-control {
  border: 1px solid #dbdbdb;
}
.request-list {
  border: 1px solid #dbdbdb;
  margin-top: 10px;
  position: relative;
}
.request-list .row-1 div,
.request-list .orderInfo div {
  font-weight: bold;
}
.request-list .row-2:nth-child(2n) {
  background-color: #F9FAFD;
}
.request-list .row-2 form {
  border-bottom: 1px solid #ddd;
  display: flow-root;
}
.request-list [class^="col-"] {
  text-align: center;
  margin: 14px 0;
  padding: 5px 15px;
}
.problem-description {
  padding-top: 10px;
  padding-left: 40px;
  border-top: 1px dashed #dbdbdb;
}
.problem-description > h4 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.problem-description .problem-content {
  margin-top: 8px;
  margin-bottom: 16px;
}
.problem-description .problem-content .problem-cause,
.problem-description .problem-content .file-preview,
.problem-description .problem-content .problem-detailed {
  font-size: 14px;
}
.problem-description .problem-content .problem-cause span,
.problem-description .problem-content .file-preview span,
.problem-description .problem-content .problem-detailed span {
  font-weight: bold;
}
.problem-description .problem-content .file-preview {
  display: flex;
  align-items: flex-start;
}
.problem-description .problem-content .file-preview ul {
  display: flex;
  flex-flow: row wrap;
}
.problem-description .problem-content .file-preview ul li {
  margin-right: 8px;
  max-width: 70px;
  height: auto;
  cursor: pointer;
}
.el-reply {
  margin-right: 40px;
  margin-top: 8px;
}
.el-reply textarea {
  height: 108px;
}
/** 轮播 **/
.c-btn-gray {
  color: #dddddd !important;
  cursor: no-drop;
}
.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel {
  z-index: 1041;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
}
.carousel .left,
.carousel .right {
  background-image: none;
  width: 0;
}
.carousel .left {
  left: -35px;
}
.carousel .right {
  right: -35px;
}
.carousel .carousel-inner {
  display: flex;
  justify-content: center;
  max-width: 800px;
  height: auto;
}
.carousel .close {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  right: -40px;
  top: 0;
  opacity: 1;
  font-weight: normal;
  z-index: 99;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.modal-box .carousel-control {
  opacity: 1;
}
.modal-box .carousel-control .iconfont {
  font-size: 40px;
  color: #e99122;
  line-height: 30px;
}
.modal-box .carousel-control .icon-arrowright:before {
  margin-left: -9px;
}
.select-input.nonempty {
  border-bottom: 1px solid red;
  box-shadow: 0 3px 3px -3px red;
}
.pagination > li {
  cursor: pointer;
}
.pagination > li > input[type=text] {
  position: relative;
  float: left;
  padding: 10px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #eda232;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 42px;
  text-align: center;
  width: 50px;
}
