.ng-cloak,
[ng-cloak] {
  display: none;
}
.after-sales {
  color: #000000;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.after-sales img {
  max-width: 100%;
}
.after-sales select {
  appearance: none;
  -webkit-appearance: none;
}
.after-sales .title_top {
  padding-top: 40px;
}
.after-sales .title_top b {
  font-size: 26px;
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}
.after-sales .title_top b:before {
  content: '';
  height: 4px;
  background-color: #C9032A;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  margin-left: -25px;
}
.after-sales .tab-ul {
  padding: 40px 0 0;
}
.after-sales .tab-ul li {
  display: inline-block;
  margin: 0 5%;
  transition: color 0.4s;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
}
.after-sales .tab-ul li a {
  color: inherit;
}
.after-sales .tab-ul li:hover {
  color: #C9032A;
}
.after-sales .tab-ul li.active {
  color: #000;
}
.after-sales .main-text {
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  padding: 40px 16px;
}
.after-sales .tab-container .infos {
  background-color: #FAFAFA;
  margin-top: 40px;
  padding: 40px 20%;
}
.after-sales .tab-container .infos li {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.after-sales .tab-container .infos li .tit {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.after-sales .tab-container .infos li .des {
  text-align: left;
  padding-left: 20px;
  line-height: 24px;
  max-width: 60%;
}
.after-sales .tab-container .infos li .des label {
  float: left;
}
.after-sales .tab-container .infos li .des span {
  display: block;
  padding-left: 24px;
}
@media (max-width: 500px) {
  .after-sales .tab-container .infos {
    padding: 0 16px;
  }
  .after-sales .tab-container .infos li {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .after-sales .tab-container .infos li .tit {
    -ms-flex-pack: left;
        justify-content: left;
    width: auto;
  }
  .after-sales .tab-container .infos li .des {
    padding-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
}
.after-sales .join-img {
  padding: 30px 15px 0;
  margin: 0 auto;
  max-width: 640px;
}
.after-sales .fangwei .explain {
  padding: 40px 0;
}
.after-sales .fangwei .explain .tit {
  font-size: 18px;
  font-weight: bold;
}
.after-sales .fangwei .explain .des {
  color: #C9032A;
  margin-top: 30px;
}
.after-sales .fangwei .explain .des p {
  margin-top: 16px;
  font-size: 14px;
}
@media (max-width: 500px) {
  .after-sales .fangwei .explain .tit {
    font-size: 15px;
    font-weight: bold;
  }
}
.after-sales .sevice-product {
  max-width: 800px;
  margin: 0 auto;
}
.after-sales .sevice-product .subtitle {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 30px;
}
.after-sales .sevice-product-item {
  display: -ms-flexbox;
  display: flex;
}
.after-sales .sevice-product-item.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.after-sales .sevice-product-item .car-img {
  width: 50%;
  position: relative;
  background-color: #d5d7d6;
}
.after-sales .sevice-product-item .car-img .name {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  line-height: 24px;
  width: 100px;
  color: #fff;
}
.after-sales .sevice-product-item .car-form {
  width: 50%;
  background-color: #F7F7F7;
  padding: 8px 8% 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
}
.after-sales .sevice-product-item .car-form li {
  width: 100%;
  color: #A5A5A5;
  line-height: 24px;
}
.after-sales .sevice-product-item .car-form .label {
  margin-top: 12px;
  text-align: left;
  margin-bottom: 6px;
  color: #000;
  line-height: normal;
}
.after-sales .sevice-product-item .car-form .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.after-sales .sevice-product-item .car-form .button span {
  width: 47%;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  cursor: pointer;
}
.after-sales .sevice-product-item .car-form .button span.active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.after-sales .sevice-product-item .car-form .select {
  display: block;
  width: 100%;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  outline: none;
  padding-left: 8px;
  border-radius: 0;
  background: url("../img/after-sales/icon-down.png") right 7px top 8px / 12px no-repeat;
}
.after-sales .sevice-product-item .car-form .price {
  text-align: left;
  padding-left: 8px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .after-sales .sevice-product-item {
    -ms-flex-direction: column!important;
        flex-direction: column!important;
  }
  .after-sales .sevice-product-item .car-img {
    width: 100%;
    display: block;
  }
  .after-sales .sevice-product-item .car-form {
    width: 100%;
  }
  .after-sales .sevice-product-item .car-form li {
    line-height: 32px;
  }
  .after-sales .sevice-product-item .car-form .select {
    height: 34px;
    background-position-y: 12px;
  }
}
.after-sales.pure-oil {
  max-width: 750px;
}
.after-sales.pure-oil .subtitle {
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0;
}
.after-sales.pure-oil .oil-box {
  background-color: #f7f7f7;
  margin-bottom: 40px;
}
.after-sales.pure-oil .oil-box .tit {
  line-height: 50px;
  font-size: 17px;
  font-weight: bold;
}
.after-sales.pure-oil .oil-box .item-tabs {
  line-height: 36px;
  font-weight: bold;
  background-color: #EBEBEB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.after-sales.pure-oil .oil-box .item-tabs li {
  cursor: pointer;
  -ms-flex: 1;
      flex: 1;
}
.after-sales.pure-oil .oil-box .item-tabs li.active {
  background-color: #D5D7D6;
}
.after-sales.pure-oil .oil-box .item-cont {
  display: -ms-flexbox;
  display: flex;
}
.after-sales.pure-oil .oil-box .item-cont .img {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.after-sales.pure-oil .oil-box .item-cont .img img {
  max-height: 90%;
}
.after-sales.pure-oil .oil-box .item-cont .info {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 300px;
}
.after-sales.pure-oil .oil-box .item-cont .info li {
  text-align: left;
  padding: 0 5% 0 8%;
  width: 87%;
  line-height: 30px;
}
.after-sales.pure-oil .oil-box .item-cont .info li span {
  display: inline-block;
  margin-right: 6px;
}
.after-sales.pure-oil .oil-box .item-cont .info .sub {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .after-sales.pure-oil .oil-box .item-cont {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .after-sales.pure-oil .oil-box .item-cont .img {
    width: 100%;
  }
  .after-sales.pure-oil .oil-box .item-cont .info {
    width: 100%;
    padding: 10px 0 30px;
    height: auto;
  }
  .after-sales.pure-oil .oil-box .item-cont .info li {
    padding-left: 10%;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .after-sales .main-text {
    text-align: left;
    padding-bottom: 20px;
  }
  .after-sales .main-text p {
    display: inline;
  }
}
