@charset "UTF-8";
input::placeholder {
  font-family: "思源黑体";
}

.maskw {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 90;
  display: none;
}

.warranty-title {
  width: 100%;
  font-size: 0;
}

.warranty-title .container {
  padding: 40px 0;
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  color: #dd1e2c;
  border-bottom: 2px solid #b9b9ba;
}

.confirm {
  width: 258px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background: #898989;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid transparent;
  margin: 0 auto;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  cursor: pointer;
}

.confirm:hover {
  background-color: #ED1C31;
}

.scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 28px;
}

.scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 28px;
}

/*正常情况下滑块的样式*/
.scrollBar::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.scrollBar:hover::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标悬浮在滑块上时滑块的样式*/
.scrollBar::-webkit-scrollbar-thumb:hover {
  background-color: #8e8e8e;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*正常时候的主干部分*/
.scrollBar::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}

/*鼠标悬浮在滚动条上的主干部分*/
.scrollBar::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}

.warranty {
  width: 100%;
  margin-top: 20px;
  font-size: 0;
}

.warranty .container {
  overflow: hidden;
  height: 500px;
  position: relative;
}

.warranty-car {
  width: 100%;
  height: 100%;
  background: #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.warranty-car-form {
  width: 676px;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
}

.warranty-car-form-title {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  /* margin-bottom: 50px; */
  margin-bottom: 16px;
}

.warranty-car-form-body{
  position: relative;
  background: #FFFFFF;
  padding: 30px 30px 30px 30px;
  height: calc(100% - 100px);
}

.warranty-build-form-body{
  position: relative;
  background: #FFFFFF;
  /* background:#fff; */
  padding: 30px 30px 30px 30px;
  height: calc(100% - 100px);
}

.warranty-car-form-switch-query,
.warranty-build-form-switch-query {
  height: 51px;
  width: 48px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
}
.warranty-car-form-query-mode .tip-query,
.warranty-build-form-query-mode .tip-query {
  height: 20px;
  top: 8px;
  right: 48px;
  position: absolute;
  bottom: 100%;
  width: auto;
  z-index: 2;
  display: none;
}

.warranty-car-form-query-mode .tip-text-query,
.warranty-build-form-query-mode .tip-text-query {
  font-size: 12px;
  color: #fff;
  padding: 0px 6px;
  background: #3C3333;
  position: relative;
  z-index: 2;
  border-radius: 5px / 5px;
}

.warranty-car-form-query-mode .tip-con-query ,
.warranty-build-form-query-mode .tip-con-query {
  width: 0;
  height: 0;
  border: 3px solid #3C3333;
  border-color: transparent transparent transparent #3C3333;
  position: relative;
  z-index: 2;
  top: 7px;
}

.warranty-car-form-choose {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.warranty-car-form-choose-item {
  width: 189px;
  height: 104px;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 20px;
  background: #898989;
}

.warranty-car-form-choose-item.active {
  background: linear-gradient(to left,#EF717E,#ED1C31 );
}

.warranty-car-form .dzzb {
  width: 100%;
  display: none;
}

.warranty-car-form .dzzb-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .dzzb-code p {
  font-size: 18px;
  line-height: 1;
}

.warranty-car-form .dzzb-code input {
  width: 490px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .dzzb-code .tip {
  left: 124px;
}

.warranty-car-form .dzzb-number {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .dzzb-number-choose {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.warranty-car-form .dzzb-number-choose-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 18px;
  cursor: pointer;
}

.warranty-car-form .dzzb-number-choose-item-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #efefef;
  border: 1px solid #898989;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.warranty-car-form .dzzb-number-choose-item-checkbox-con {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
}

.warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
  background: #898989;
}

.warranty-car-form .dzzb-number-choose-item p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-car-form .dzzb-number input {
  width: 363px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border-bottom: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .dzzb-number .tip {
  left: 245px;
}

.warranty-car-form .dzzb-verification {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  position: relative;
}

.warranty-car-form .dzzb-verification p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-car-form .dzzb-verification-input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.warranty-car-form .dzzb-verification-input input {
  width: 360px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .dzzb-verification-input img {
  margin-left: 10px;
  width: 120px;
  cursor: pointer;
}

.warranty-car-form .dzzb-verification .tip {
  left: 121px;
}

.warranty-car-form .dzzb-confirm {
  margin-top: 72px;
}


.warranty-car-form .cjhzb {
  width: 100%;
  display: none;
}

.warranty-car-form .cjhzb-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .cjhzb-code p {
  font-size: 18px;
  line-height: 1;
}

.warranty-car-form .cjhzb-code input {
  width: 380px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .cjhzb-code .tip {
  left: 124px;
}

.warranty-car-form .cjhzb-number {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .cjhzb-number-choose {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.warranty-car-form .cjhzb-number-choose-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 18px;
  cursor: pointer;
}

.warranty-car-form .cjhzb-number-choose-item-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #efefef;
  border: 1px solid #898989;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.warranty-car-form .cjhzb-number-choose-item-checkbox-con {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
}

.warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
  background: #898989;
}

.warranty-car-form .cjhzb-number-choose-item p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-car-form .cjhzb-number input {
  width: 363px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border-bottom: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .cjhzb-number .tip {
  left: 245px;
}

.warranty-car-form .cjhzb-verification {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  position: relative;
}

.warranty-car-form .cjhzb-verification p {
  font-size: 18px;
  line-height: 1;
}

.warranty-car-form .cjhzb-verification-input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.warranty-car-form .cjhzb-verification-input input {
  width: 250px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .cjhzb-verification-input img {
  margin-left: 10px;
  width: 120px;
  cursor: pointer;
}

.warranty-car-form .cjhzb-verification .tip {
  left: 121px;
}

.warranty-car-form .cjhzb-confirm {
  margin-top: 50px;
}








.warranty-car-form .fourS {
  width: 100%;
  height: 260px;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 30px;
  display: none;
}

.warranty-car-form .fourS-title {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

.warranty-car-form .fourS-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .fourS-code p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-car-form .fourS-code-input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.warranty-car-form .fourS-code-input input {
  width: 323px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border-bottom: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .fourS-code-input-btn {
  width: 87px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: 2px solid #8d8d8d;
  color: #8d8d8d;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  margin-left: 20px;
}

.warranty-car-form .fourS-code .tip {
  left: 136px;
}

.warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
  width: 435px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
  left: 136px;
}

.warranty-car-form .fourS-confirm {
  margin-bottom: 20px;
}

.warranty-car-form .fourS-tip {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
}

.warranty-car-form .zjc {
  width: 100%;
  display: none;
}

.warranty-car-form .zjc-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .zjc-code p {
  font-size: 18px;
  line-height: 1;
}

.warranty-car-form .zjc-code input {
  width: 490px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border-bottom: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .zjc-code .tip {
  left: 120px;
}

.warranty-car-form .zjc-vin {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-car-form .zjc-vin p {
  font-size: 18px;
  line-height: 1;
}

.warranty-car-form .zjc-vin input {
  width: 408px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border-bottom: 1px solid #b9b9ba;
  color: #000;
}

.warranty-car-form .zjc-vin .tip {
  left: 200px;
}

.warranty-car-form .zjc-confirm {
  margin-top: 50px;
}

.warranty-car-pic {
  width: 569px;
}

.warranty-car-pic img {
  width: 100%;
}

.warranty-car-change {
  width: 209px;
  height: 100%;
  background: url(../img/car-bg1.jpg) no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.warranty-build {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 1s;
  top: 0;
  left: 100%;
  background: #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  z-index: 10;
}

.warranty-build-change {
  width: 209px;
  height: 100%;
  background: url(../img/jz-bg.jpg) no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.warranty-build-form {
  width: 676px;
  height: 100%;
  box-sizing: border-box;
  padding: 70px 0 40px 70px;
}

.warranty-build-form-title {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.warranty-build-form-choose {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.warranty-build-form-choose-item {
  width: 189px;
  height: 104px;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 20px;
  background: #898989;
}

.warranty-build-form-choose-item.active {
  background: linear-gradient(to left,#EF717E,#ED1C31 );
}

.warranty-build-form .jjm,
.warranty-build-form .jjmphone,
.warranty-build-form .gcm {
  width: 100%;
  height: 260px;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 30px;
  display: none;
}

.warranty-build-form .jjm-code,
.warranty-build-form .jjmphone-code,
.warranty-build-form .gcm-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.warranty-build-form .jjm-code p,
.warranty-build-form .jjmphone-code p,
.warranty-build-form .gcm-code p {
  font-size: 18px;
  line-height: 1;
}

.warranty-build-form .jjm-code input,
.warranty-build-form .jjmphone-code input,
.warranty-build-form .gcm-code input {
  width: 430px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-build-form .jjm-code .tip,
.warranty-build-form .jjmphone-code .tip,
.warranty-build-form .gcm-code .tip {
  left: 128px;
}

.warranty-build-form .jjm-verification,
.warranty-build-form .jjmphone-verification,
.warranty-build-form .gcm-verification {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  position: relative;
}

.warranty-build-form .jjm-verification p,
.warranty-build-form .jjmphone-verification p,
.warranty-build-form .gcm-verification p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-build-form .jjm-verification-input,
.warranty-build-form .jjmphone-verification-input,
.warranty-build-form .gcm-verification-input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.warranty-build-form .jjm-verification-input input,
.warranty-build-form .jjmphone-verification-input input,
.warranty-build-form .gcm-verification-input input {
  width: 301px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-build-form .jjm-verification-input img,
.warranty-build-form .jjmphone-verification-input img,
.warranty-build-form .gcm-verification-input img {
  margin-left: 10px;
  width: 120px;
  cursor: pointer;
}

.warranty-build-form .jjm-verification .tip,
.warranty-build-form .jjmphone-verification .tip,
.warranty-build-form .gcm-verification .tip {
  left: 126px;
}

.warranty-build-form .jjm-pupop-phonecode {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  position: relative;
}

.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.warranty-build-form .jjm-pupop-phonecode-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.warranty-build-form .jjm-pupop-phonecode-input input {
  width: 297px;
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}

.warranty-build-form .jjm-pupop-phonecode-input-send {
  margin-left: 10px;
  width: 120px;
  height: 28px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 2px solid #898989;
  color: #898989;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
  left: 122px;
}

.warranty-build-form .jjm-confirm,
.warranty-build-form .jjmphone-confirm,
.warranty-build-form .gcm-confirm {
  margin-top: 50px;
  margin-bottom: 20px;
}

.warranty-build-form .jjm-tip,
.warranty-build-form .jjmphone-tip,
.warranty-build-form .gcm-tip {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
}

.warranty-build-pic {
  width: 569px;
}

.warranty-build-pic img {
  width: 100%;
}

.tip {
  position: absolute;
  bottom: 100%;
  width: auto;
  z-index: 2;
  display: none;
}

.tip-text {
  font-size: 14px;
  color: #fff;
  padding: 4px 6px;
  background: #dd1e2c;
  position: relative;
  z-index: 2;
}

.tip-con {
  width: 0;
  height: 0;
  border: 8px solid #dd1e2c;
  border-color: transparent #dd1e2c transparent transparent;
  margin-top: -8px;
  position: relative;
  z-index: 1;
}

.error-tip {
  padding: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: none;
}

.error-tip img {
  width: 46px;
  margin-right: 18px;
}

.error-tip p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  max-width: 300px;
  text-align: justify;
}

.warranty-loading {
  position: fixed;
  font-size: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50px;
  display: none;
  z-index: 300;
}

.warranty-loading img {
  width: 100%;
}

.dzzb-pupop {
  width: 615px;
  height: 840px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 50px;
  display: none;
}

.dzzb-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.dzzb-pupop-close img {
  width: 100%;
}

.dzzb-pupop-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #898989;
}

.dzzb-pupop-desc {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.dzzb-pupop-list {
  width: 100%;
  height: 564px;
  overflow: auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

.dzzb-pupop-list-title {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.dzzb-pupop-list-message {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}

.dzzb-pupop-list-message-left {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}

.dzzb-pupop-list-message-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 63px;
}

.dzzb-pupop-list-message-right-item {
  width: 43px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #898989;
  border: 1px solid #898989;
  margin-right: 10px;
  font-size: 16px;
}

.dzzb-pupop-list-message-right-item.active {
  color: #ef7622;
  border-color: #ef7622;
}

.dzzb-pupop-list-messageitem {
  display: none;
}

.dzzb-pupop-list-messageitem.active {
  display: block;
}

.dzzb-pupop-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}

.dzzb-pupop-list-item-label {
  font-weight: bold;
}

.dzzb-pupop-list-item-desc {
  width: 360px;
  padding: 5px 0;
  border-bottom: 1px solid #727171;
}

.dzzb-pupop-list-tiptitle {
  width: 100%;
  font-size: 18px;
  color: #898989;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

.dzzb-pupop-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dzzb-pupop-list ul li {
  font-size: 16px;
  line-height: 2;
  color: #898989;
  margin-right: 40px;
}

.dzzb-pupop-list-titdesc {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #898989;
  line-height: 2;
}

.dzzb-pupop-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
  width: 134px;
  height: 42px;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.dzzb-pupop-btn-dy {
  margin-right: 20px;
}

.dzzbcjh-list-pupop {
  width: 1100px;
  height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 13pt;
  display: none;
}

.dzzbcjh-list-pupop-title{
  width: 100%;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  padding-left: 90px;
  margin: 24px 0 0 24px;
}

.dzzbcjh-list-pupop-title p{
  width: 333px;
  font-size: 30px;
  line-height: 1;
  color: #ED1A2F;
  margin-top: 6px;
  padding: 4px 14px 7px 19px;
  background-color: #F7F7F7;
}


.dzzbcjh-list-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.dzzbcjh-list-pupop-close image{
  width: 100%;
}

.dzzbcjh-list-pupop-log{
  width: 30px;
  height: 30px;
}

.dzzbcjh-list-pupop-log image{
  width: 100%;
}

.dzzbcjh-list-pupop-messagelist{
  height: 420px;
  overflow: auto;
}

.dzzbcjh-list-pupop-list {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  font-size: 16px;
  color: #727171;
  margin-bottom: 10px;
  background-color: #FAFAFA;
}

.dzzbcjh-list-pupop-list-item {
  width: 100%;
  height: 100px;
  overflow: auto;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.dzzbcjh-list-pupop-list-item-label {
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.dzzbcjh-list-pupop-list-col{
 width: 220px;
 padding: 0 10px;
}
.dzzbcjh-list-pupop-list-col-btn{
  display: flex;
  width: 150px;
  align-items: center;
}
.dzzbcjh-list-pupop-list-item-desc {
  word-wrap:inherit;
  padding: 5px 0;
  font-size: 7pt;
  text-align: center;
  list-style: 20px;

}

.zbxq-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.zbxq-pupop-close img {
  width: 100%;
}

.zbxq-pupop-log img {
  width: 100%;
}




.zbxq-pupop-messagelist{
  height: 400px;
  overflow: auto;
}



.dzzbcjh-pupop {
  width: 615px;
  height: 840px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 50px;
  display: none;
}

.dzzbcjh-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.dzzbcjh-pupop-close img {
  width: 100%;
}

.dzzbcjh-pupop-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #898989;
}

.dzzbcjh-pupop-desc {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.dzzbcjh-pupop-list {
  width: 100%;
  height: 564px;
  overflow: auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

.dzzbcjh-pupop-list-title {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.dzzbcjh-pupop-list-message {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}

.dzzbcjh-pupop-list-message-left {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}

.dzzbcjh-pupop-list-message-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 63px;
}

.dzzbcjh-pupop-list-message-right-item {
  width: 43px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #898989;
  border: 1px solid #898989;
  margin-right: 10px;
  font-size: 16px;
}

.dzzbcjh-pupop-list-message-right-item.active {
  color: #ef7622;
  border-color: #ef7622;
}

.dzzbcjh-pupop-list-messageitem {
  display: none;
}

.dzzbcjh-pupop-list-messageitem.active {
  display: block;
}

.dzzbcjh-pupop-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}

.dzzbcjh-pupop-list-item-label {
  font-weight: bold;
}

.dzzbcjh-pupop-list-item-desc {
  width: 360px;
  padding: 5px 0;
  border-bottom: 1px solid #727171;
}

.dzzbcjh-pupop-list-tiptitle {
  width: 100%;
  font-size: 18px;
  color: #898989;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

.dzzbcjh-pupop-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dzzbcjh-pupop-list ul li {
  font-size: 16px;
  line-height: 2;
  color: #898989;
  margin-right: 40px;
}

.dzzbcjh-pupop-list-titdesc {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #898989;
  line-height: 2;
}

.dzzbcjh-pupop-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
  width: 134px;
  height: 42px;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.dzzbcjh-pupop-btn-dy {
  margin-right: 20px;
}

.zbxq-pupop {
  width: 1120px;
  height: 620px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  display: none;
}
.zbxq-gcm-pupop {
  width: 500px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  display: none;
}

.zbxq-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.zbxq-pupop-close img {
  width: 100%;
}

.zbxq-pupop-title {
  width: 100%;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  margin: 24px 0 0 24px;
}

.zbxq-pupop-title p{
  width: 333px;
  font-size: 30px;
  line-height: 1;
  color: #ED1A2F;
  margin: 6px 0 0 90px;
  padding: 4px 14px 7px 19px;
  background-color: #F7F7F7;
}


.zbxq-pupop-desc {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.zbxq-pupop-desc p{
margin-left: 26px;
}

.zbxq-pupop-list {
  width: 100%;
  height: 390px;
  overflow: auto;
  box-sizing: border-box;
}

.zbxq-gcm-pupop-list {
  width: 100%;
  height: 50px;
  overflow: auto;
  box-sizing: border-box;
}

.zbxq-pupop-list-title {
  width: 100%;
  line-height: 1;
  font-size: 18px;
  color: #EE1A31;
  background-color: #F1F1F1;
  align-items: center;
  height: 46px;
  display: flex;
}

.zbxq-pupop-list-title p{
  padding-left: 43px;
}

.zbxq-pupop-list-title-left{
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.zbxq-pupop-list-title-right p{
  padding-left: 43px;
}

.zbxq-pupop-list-title-right {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 44px;
}

.zbxq-pupop-list-message {
  /* width: 100%; */
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  margin: 0 44px;
}

.zbxq-jjm-pupop-list-message {
  /* width: 100%; */
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  margin: 0 44px;
  background-color: #FAFAFA;
  border: 25px;
}

.zbxq-pupop-list-message-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.zbxq-pupop-list-message-header-item {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 16px 0;
  margin-right: 55px;

}

.zbxq-pupop-list-message-body {
  justify-content: flex-start;
  align-items: flex-start;
}

.zbxq-pupop-list-message-body-block {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
}


.zbxq-pupop-list-message-body-item {
  width: calc(100% - 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 16px 16px;
  margin-bottom: 10px;
  background-color: #FAFAFA ;
}

.zbxq-pupop-list-message-body-itemjjm {
  padding: 16px 5px;
  margin: 0px;
}


.zbxq-pupop-list-message-body-item.active {
  color: #ef7622;
  border-color: #ef7622;
}

.zbxq-pupop-list-messageitem {
  display: none;
}

.zbxq-pupop-list-messageitem.active {
  display: block;
}
.zbxq-pupop-list-head {
  width: 100%;
  display: flex;
  align-items: center;
}

.zbxq-pupop-list-head-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
}

.zbxq-gcm-pupop-list-head-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
  justify-content: center;
}

.zbxq-pupop-list-head-item-label {
  margin-left: 44px;
}

.zbxq-pupop-list-block{
  margin: 0 44px;
}


.zbxq-pupop-list-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.zbxq-pupop-list-item-col {
  display: flex;
  width: 100%;
  font-size: 14px;
}


.zbxq-pupop-list-item-label {
  color: #000000;
}

.zbxq-pupop-list-item-desc {
  color: #3E3E3E;
}

.zbxq-pupop-list-llumar-tiptitle{
  width: 100%;
  font-size: 20px;
  color: #EE1A31;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 11px;
}

.zbxq-pupop-list-tiptitle {
  width: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 12px;
}

.zbxq-pupop-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.zbxq-pupop-list ul li {
  font-size: 16px;
  line-height: 2;
  color: #6E6E6E;
  padding-bottom: 18px;
}

.zbxq-pupop-list-titdesc {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #898989;
  line-height: 2;
}

.zbxq-pupop-btn-shift {
  width: 134px;
  height: 42px;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: default;
}

.zbxq-pupop-btn-shift.active{
  background: linear-gradient(to left,#EF717E,#ED1C31 );
}

.zbxq-pupop-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
  width: 134px;
  height: 42px;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.zbxq-pupop-btn-dy {
  margin-right: 20px;
}

.zjc-pupop {
  width: 615px;
  height: 731px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 50px;
  display: none;
}

.zjc-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.zjc-pupop-close img {
  width: 100%;
}

.zjc-pupop-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #898989;
}

.zjc-pupop-desc {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.zjc-pupop-list {
  width: 100%;
  height: 446px;
  overflow: auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

.zjc-pupop-list-title {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.zjc-pupop-list-message {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}

.zjc-pupop-list-message-left {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}

.zjc-pupop-list-message-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 63px;
}

.zjc-pupop-list-message-right-item {
  width: 43px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #898989;
  border: 1px solid #898989;
  margin-right: 10px;
  font-size: 16px;
}

.zjc-pupop-list-message-right-item.active {
  color: #ef7622;
  border-color: #ef7622;
}

.zjc-pupop-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}

.zjc-pupop-list-item-label {
  font-weight: bold;
}

.zjc-pupop-list-item-desc {
  width: 360px;
  padding: 5px 0;
  padding-top: 0;
  border-bottom: 1px solid #727171;
}

.zjc-pupop-list-item-desc.vin {
  width: 269px;
}

.zjc-pupop-list-tiptitle {
  width: 100%;
  font-size: 18px;
  color: #898989;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

.zjc-pupop-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.zjc-pupop-list ul li {
  font-size: 16px;
  line-height: 2;
  color: #898989;
  margin-right: 40px;
}

.zjc-pupop-list-titdesc {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #898989;
  line-height: 2;
}

.zjc-pupop-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
  width: 134px;
  height: 42px;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.zjc-pupop-btn-dy {
  margin-right: 20px;
}

.jjm-pupop {
  width: 615px;
  height: 731px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 50px;
  display: none;
}

.jjm-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.jjm-pupop-close img {
  width: 100%;
}

.jjm-pupop-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #898989;
}

.jjm-pupop-desc {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.jjm-pupop-list {
  width: 100%;
  height: 446px;
  overflow: auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

.jjm-pupop-list-title {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.jjm-pupop-list-messagehead {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  background: #969393;
}

.jjm-pupop-list-messagehead-item {
  width: 25%;
  height: 45px;
  background: #969393;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.jjm-pupop-list-messagecontent {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}

.jjm-pupop-list-messagecontent-list {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.jjm-pupop-list-messagecontent-list-item {
  width: 25%;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #000;
}

.jjm-pupop-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}

.jjm-pupop-list-item-label {
  font-weight: bold;
}

.jjm-pupop-list-item-desc {
  width: 360px;
  padding: 5px 0;
  padding-top: 0;
  border-bottom: 1px solid #727171;
}

.jjm-pupop-list-item-desc.vin {
  width: 269px;
}

.jjm-pupop-list-tiptitle {
  width: 100%;
  font-size: 18px;
  color: #898989;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

.jjm-pupop-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.jjm-pupop-list ul li {
  font-size: 16px;
  line-height: 2;
  color: #898989;
  margin-right: 40px;
}

.jjm-pupop-list-titdesc {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #898989;
  line-height: 2;
}

.jjm-pupop-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
  width: 134px;
  height: 42px;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.jjm-pupop-btn-dy {
  margin-right: 20px;
}

.gcm-pupop {
  width: 615px;
  height: 731px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 50px;
  display: none;
}

.gcm-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.gcm-pupop-close img {
  width: 100%;
}

.gcm-pupop-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #898989;
}

.gcm-pupop-desc {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.gcm-pupop-list {
  width: 100%;
  height: 446px;
  overflow: auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

.gcm-pupop-list-title {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.gcm-pupop-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}

.gcm-pupop-list-item-label {
  font-weight: bold;
}

.gcm-pupop-list-item-desc {
  width: 360px;
  padding: 5px 0;
  padding-top: 0;
  border-bottom: 1px solid #727171;
}

.gcm-pupop-list-item-desc {
  padding: 5px;
  border: 0;
  background: #f7f8f8;
}

.gcm-pupop-list-tiptitle {
  width: 100%;
  font-size: 18px;
  color: #898989;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

.gcm-pupop-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.gcm-pupop-list ul li {
  font-size: 16px;
  line-height: 2;
  color: #898989;
  margin-right: 40px;
}

.gcm-pupop-list-titdesc {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #898989;
  line-height: 2;
}

.gcm-pupop-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.gcm-pupop-btn-down{
  width: 134px;
  height: 42px;
  background: #ED1723;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.gcm-pupop-btn-reset {
  width: 134px;
  height: 42px;
  background: #000000 ;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.gcm-pupop-btn-down {
  width: 154px;
  margin-right: 20px;
  text-decoration: none;
}

.fours-pupop {
  width: 459px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  font-size: 0;
  z-index: 300;
  box-sizing: border-box;
  padding: 50px;
  display: none;
}

.fours-pupop-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.fours-pupop-close img {
  width: 100%;
}

.fours-pupop-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #898989;
}

.fours-pupop-desc {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.fours-pupop-images {
  width: 100%;
  padding: 25px 0;
  text-align: right;
}

.fours-pupop-images img {
  width: 165px;
}

.fours-pupop-reset {
  width: 134px;
  height: 42px;
  margin: 0 auto;
  background: #8e8e8e;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  input::placeholder {
    font-family: "思源黑体";
  }
  .warranty-title {
    width: 100%;
    font-size: 0;
  }
  .warranty-title .container {
    padding: 35px 0;
    font-size: 40.25px;
    line-height: 1;
    font-weight: bold;
    color: #dd1e2c;
    border-bottom: 1.75px solid #b9b9ba;
  }
  .confirm {
    width: 225.75px;
    height: 50.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    color: #fff;
    background: #898989;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    margin: 0 auto;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    cursor: pointer;
  }
  .confirm:hover {
    background-color: #ED1C31;
  }
  .scrollBar::-webkit-scrollbar {
    width: 7px;
    height: 24.5px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 7px;
    height: 24.5px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 8.75px;
    -webkit-box-shadow: inset 0.875px 0.875px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 8.75px;
    -webkit-box-shadow: inset 0.875px 0.875px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.875px 0.875px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 8.75px;
    -webkit-box-shadow: inset 0 0 5.25px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 5.25px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .warranty {
    width: 100%;
    margin-top: 17.5px;
    font-size: 0;
  }
  .warranty .container {
    overflow: hidden;
    height: 541.625px;
    position: relative;
  }
  .warranty-car {
    width: 100%;
    height: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form {
    width: 591.5px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
  }
  .warranty-car-form-title {
    font-size: 22.75px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    /* margin-bottom: 43.75px; */
    margin-bottom: 16px;

  }
  .warranty-car-form-switch-query,
  .warranty-build-form-switch-query {
    height: 51px;
    width: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .warranty-car-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .warranty-car-form-choose-item {
    width: 165.375px;
    height: 91px;
    box-sizing: border-box;
    border-radius: 8.75px;
    -webkit-border-radius: 8.75px;
    -moz-border-radius: 8.75px;
    -ms-border-radius: 8.75px;
    -o-border-radius: 8.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 17.5px;
    background: #898989;
  }
  .warranty-car-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-car-form .dzzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .dzzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .dzzb-code p {
    font-size: 15.75px;
    line-height: 1;
  }
  .warranty-car-form .dzzb-code input {
    width: 428.75px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-code .tip {
    left: 108.5px;
  }
  .warranty-car-form .dzzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .dzzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .dzzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15.75px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.875px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4.375px;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con {
    width: 10.5px;
    height: 10.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .dzzb-number-choose-item p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-number input {
    width: 317.625px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border-bottom: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-number .tip {
    left: 214.375px;
  }
  .warranty-car-form .dzzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .dzzb-verification p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .dzzb-verification-input input {
    width: 315px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input img {
    margin-left: 8.75px;
    width: 105px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-verification .tip {
    left: 105.875px;
  }
  .warranty-car-form .dzzb-confirm {
    margin-top: 43.75px;
  }

  .warranty-car-form .cjhzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .cjhzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .cjhzb-code p {
    font-size: 15.75px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-code input {
    width: 440.75px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-code .tip {
    left: 108.5px;
  }
  .warranty-car-form .cjhzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .cjhzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .cjhzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15.75px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.875px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4.375px;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con {
    width: 10.5px;
    height: 10.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .cjhzb-number-choose-item p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .cjhzb-number input {
    width: 317.625px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border-bottom: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-number .tip {
    left: 214.375px;
  }
  .warranty-car-form .cjhzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .cjhzb-verification p {
    font-size: 15.75px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .cjhzb-verification-input input {
    width: 327px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-verification-input img {
    margin-left: 8.75px;
    width: 105px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-verification .tip {
    left: 105.875px;
  }
  .warranty-car-form .cjhzb-confirm {
    margin-top: 43.75px;
  }

  .warranty-car-form .fourS {
    width: 100%;
    height: 227.5px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 26.25px;
    display: none;
  }
  .warranty-car-form .fourS-title {
    width: 100%;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
    margin-bottom: 26.25px;
  }
  .warranty-car-form .fourS-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .fourS-code p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-code-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .fourS-code-input input {
    width: 282.625px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border-bottom: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-code-input-btn {
    width: 76.125px;
    height: 29.75px;
    text-align: center;
    line-height: 29.75px;
    border: 1.75px solid #8d8d8d;
    color: #8d8d8d;
    border-radius: 4.375px;
    background: transparent;
    cursor: pointer;
    font-size: 15.75px;
    margin-left: 17.5px;
  }
  .warranty-car-form .fourS-code .tip {
    left: 119px;
  }
  .warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
    width: 380.625px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
    left: 119px;
  }
  .warranty-car-form .fourS-confirm {
    margin-bottom: 17.5px;
  }
  .warranty-car-form .fourS-tip {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
  }
  .warranty-car-form .zjc {
    width: 100%;
    display: none;
  }
  .warranty-car-form .zjc-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .zjc-code p {
    font-size: 15.75px;
    line-height: 1;
  }
  .warranty-car-form .zjc-code input {
    width: 428.75px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border-bottom: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-code .tip {
    left: 105px;
  }
  .warranty-car-form .zjc-vin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-car-form .zjc-vin p {
    font-size: 15.75px;
    line-height: 1;
  }
  .warranty-car-form .zjc-vin input {
    width: 357px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border-bottom: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-vin .tip {
    left: 175px;
  }
  .warranty-car-form .zjc-confirm {
    margin-top: 43.75px;
  }
  .warranty-car-pic {
    width: 497.875px;
  }
  .warranty-car-pic img {
    width: 100%;
  }
  .warranty-car-change {
    width: 182.875px;
    height: 100%;
    background: url(../img/car-bg1.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    top: 0;
    left: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    z-index: 10;
  }
  .warranty-build-change {
    width: 182.875px;
    height: 100%;
    background: url(../img/jz-bg.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build-form {
    width: 591.5px;
    height: 100%;
    box-sizing: border-box;
    padding: 61.25px 0 35px 61.25px;
  }
  .warranty-build-form-title {
    font-size: 22.75px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .warranty-build-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .warranty-build-form-choose-item {
    width: 165.375px;
    height: 91px;
    box-sizing: border-box;
    border-radius: 8.75px;
    -webkit-border-radius: 8.75px;
    -moz-border-radius: 8.75px;
    -ms-border-radius: 8.75px;
    -o-border-radius: 8.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 17.5px;
    background: #898989;
  }
  .warranty-build-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-build-form .jjm,
  .warranty-build-form .gcm {
    width: 100%;
    height: 227.5px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 26.25px;
    display: none;
  }
  .warranty-build-form .jjm-code,
  .warranty-build-form .gcm-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
  }
  .warranty-build-form .jjm-code p,
  .warranty-build-form .gcm-code p {
    font-size: 15.75px;
    line-height: 1;
  }
  .warranty-build-form .jjm-code input,
  .warranty-build-form .gcm-code input {
    width: 368px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-code .tip,
  .warranty-build-form .gcm-code .tip {
    left: 112px;
  }
  .warranty-build-form .jjm-verification,
  .warranty-build-form .gcm-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-build-form .jjm-verification p,
  .warranty-build-form .gcm-verification p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input,
  .warranty-build-form .gcm-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-build-form .jjm-verification-input input,
  .warranty-build-form .gcm-verification-input input {
    width: 256px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 4.375px 0;
    box-sizing: border-box;
    padding-left: 8.75px;
    background: transparent;
    border: 0.875px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input img,
  .warranty-build-form .gcm-verification-input img {
    margin-left: 8.75px;
    width: 105px;
    cursor: pointer;
  }
  .warranty-build-form .jjm-verification .tip,
  .warranty-build-form .gcm-verification .tip {
    left: 110.25px;
  }
  .warranty-build-form .jjm-pupop-phonecode {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
    position: relative;
}
.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 15.75px;
  line-height: 1;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.warranty-build-form .jjm-pupop-phonecode-input input {
    width: 249.25px;
    border: 0;
    outline: 0;
    font-size: 15.75px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 17.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input-send {
    margin-left: 8.75px;
    width: 105px;
    height: 28px;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    border: 1.75px solid #898989;
    color: #898989;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}

.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
    left: 106.75px;
}
  .warranty-build-form .jjm-confirm,
  .warranty-build-form .jjmphone-confirm,
  .warranty-build-form .gcm-confirm {
    margin-top: 43.75px;
    margin-bottom: 17.5px;
  }
  .warranty-build-form .jjm-tip,
  .warranty-build-form .gcm-tip {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
  }
  .warranty-build-pic {
    width: 497.875px;
  }
  .warranty-build-pic img {
    width: 100%;
  }
  .tip {
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .tip-text {
    font-size: 12.25px;
    color: #fff;
    padding: 3.5px 5.25px;
    background: #dd1e2c;
    position: relative;
    z-index: 2;
  }
  .tip-con {
    width: 0;
    height: 0;
    border: 7px solid #dd1e2c;
    border-color: transparent #dd1e2c transparent transparent;
    margin-top: -7px;
    position: relative;
    z-index: 1;
  }
  .error-tip {
    padding: 26.25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .error-tip img {
    width: 40.25px;
    margin-right: 15.75px;
  }
  .error-tip p {
    font-size: 15.75px;
    color: #000;
    line-height: 1;
    max-width: 262.5px;
    text-align: justify;
  }
  .warranty-loading {
    position: fixed;
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 43.75px;
    display: none;
    z-index: 300;
  }
  .warranty-loading img {
    width: 100%;
  }
  .dzzb-pupop {
    width: 538.125px;
    height: 735px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none;
  }
  .dzzb-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .dzzb-pupop-close img {
    width: 100%;
  }
  .dzzb-pupop-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 24.5px;
    border-bottom: 0.875px solid #898989;
  }
  .dzzb-pupop-desc {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .dzzb-pupop-list {
    width: 100%;
    height: 493.5px;
    overflow: auto;
    margin-top: 17.5px;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .dzzb-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 8.75px 0;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8.75px 0;
  }
  .dzzb-pupop-list-message-left {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 55.125px;
  }
  .dzzb-pupop-list-message-right-item {
    width: 37.625px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.875px solid #898989;
    margin-right: 8.75px;
    font-size: 14px;
  }
  .dzzb-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzb-pupop-list-messageitem {
    display: none;
  }
  .dzzb-pupop-list-messageitem.active {
    display: block;
  }
  .dzzb-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15.75px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .dzzb-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzb-pupop-list-item-desc {
    width: 315px;
    padding: 4.375px 0;
    border-bottom: 0.875px solid #727171;
  }
  .dzzb-pupop-list-tiptitle {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 13.125px;
    padding-bottom: 8.75px;
  }
  .dzzb-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzb-pupop-list ul li {
    font-size: 14px;
    line-height: 2;
    color: #898989;
    margin-right: 35px;
  }
  .dzzb-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #898989;
    line-height: 2;
  }
  .dzzb-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.5px;
  }
  .dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
    width: 117.25px;
    height: 36.75px;
    background: #8e8e8e;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .dzzb-pupop-btn-dy {
    margin-right: 17.5px;
  }
  .dzzbcjh-pupop {
    width: 538.125px;
    height: 735px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none;
  }
  .dzzbcjh-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-close img {
    width: 100%;
  }
  .dzzbcjh-pupop-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 24.5px;
    border-bottom: 0.875px solid #898989;
  }
  .dzzbcjh-pupop-desc {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .dzzbcjh-pupop-list {
    width: 100%;
    height: 493.5px;
    overflow: auto;
    margin-top: 17.5px;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .dzzbcjh-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 8.75px 0;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8.75px 0;
  }
  .dzzbcjh-pupop-list-message-left {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 55.125px;
  }
  .dzzbcjh-pupop-list-message-right-item {
    width: 37.625px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.875px solid #898989;
    margin-right: 8.75px;
    font-size: 14px;
  }
  .dzzbcjh-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzbcjh-pupop-list-messageitem {
    display: none;
  }
  .dzzbcjh-pupop-list-messageitem.active {
    display: block;
  }
  .dzzbcjh-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15.75px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .dzzbcjh-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-item-desc {
    width: 315px;
    padding: 4.375px 0;
    border-bottom: 0.875px solid #727171;
  }
  .dzzbcjh-pupop-list-tiptitle {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 13.125px;
    padding-bottom: 8.75px;
  }
  .dzzbcjh-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzbcjh-pupop-list ul li {
    font-size: 14px;
    line-height: 2;
    color: #898989;
    margin-right: 35px;
  }
  .dzzbcjh-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #898989;
    line-height: 2;
  }
  .dzzbcjh-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.5px;
  }
  .dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
    width: 117.25px;
    height: 36.75px;
    background: #8e8e8e;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-btn-dy {
    margin-right: 17.5px;
  }
  .zbxq-pupop {
    width: 1120px;
    height: 620px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    display: none;
    /* width: 538.125px;
    height: 735px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none; */
  }
  .zbxq-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .zbxq-pupop-close img {
    width: 100%;
  }
  .zbxq-pupop-title {
    width: 100%;
    padding-bottom: 24.5px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
  }
.zbxq-pupop-title image{
  width: 22.75px;
  height: 22.75px;
}

.zbxq-pupop-title p{
  font-size: 22.75px;
  line-height: 1;
  color: red;
  font-weight: bold;
}
  .zbxq-pupop-desc {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .zbxq-pupop-list {
    width: 100%;
    height: 390px;
    overflow: auto;
    margin-top: 17.5px;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .zbxq-pupop-list-title {
    width: 100%;
    line-height: 1;
    font-size: 18px;
    color: #EE1A31;
    background-color: #F1F1F1;
    align-items: center;
    height: 46px;
    display: flex;
  }
  .zbxq-pupop-list-title p{
    padding-left: 43px;
  }
  .zbxq-pupop-list-title-left{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .zbxq-pupop-list-title-right p{
    padding-left: 43px;
  }

  .zbxq-pupop-list-title-right {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 44px;
  }
  .zbxq-pupop-list-message {
    /* width: 100%; */
    /* display: flex; */
    justify-content: flex-start;
    align-items: center;
    padding: 8.75px 0;
  }
  .zbxq-pupop-list-message-header {
    font-size: 15.75px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 10px;
    font-size: 11px;
  }
  .zbxq-pupop-list-message-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-body-item {
    /* width: 100%; */
    /* display: flex; */
    width: calc(100% - 32px);
    justify-content: center;
    align-items: center;
    color: #898989;
    /* border: 0.875px solid #898989; */
    margin-right: 8.75px;
    font-size: 14px;
  }
  .zbxq-pupop-list-message-body-itemjjm {
    padding: 16px 5px;
    margin: 0px;
  }
  .zbxq-pupop-list-message-body-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zbxq-pupop-list-messageitem {
    display: none;
  }
  .zbxq-pupop-list-messageitem.active {
    display: block;
  }
  .zbxq-pupop-list-head {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15.75px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .zbxq-pupop-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .zbxq-pupop-list-item-label {
    color: #000000;
  }
  .zbxq-pupop-list-item-desc {
    padding: 0 4.375px;
  }
  .zbxq-pupop-list-tiptitle {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 13.125px;
    padding-bottom: 8.75px;
  }
  .zbxq-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list ul li {
    font-size: 14px;
    line-height: 2;
    color: #898989;
    margin-right: 35px;
  }
  .zbxq-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #898989;
    line-height: 2;
  }
  .zbxq-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 17.5px 0;
  }
  .zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
    width: 117.25px;
    height: 36.75px;
    background: #8e8e8e;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .zbxq-pupop-btn-dy {
    margin-right: 17.5px;
  }
  .zjc-pupop {
    width: 538.125px;
    height: 639.625px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none;
  }
  .zjc-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .zjc-pupop-close img {
    width: 100%;
  }
  .zjc-pupop-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 24.5px;
    border-bottom: 0.875px solid #898989;
  }
  .zjc-pupop-desc {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .zjc-pupop-list {
    width: 100%;
    height: 390.25px;
    overflow: auto;
    margin-top: 17.5px;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .zjc-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 8.75px 0;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8.75px 0;
  }
  .zjc-pupop-list-message-left {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 55.125px;
  }
  .zjc-pupop-list-message-right-item {
    width: 37.625px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.875px solid #898989;
    margin-right: 8.75px;
    font-size: 14px;
  }
  .zjc-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zjc-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15.75px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .zjc-pupop-list-item-label {
    font-weight: bold;
  }
  .zjc-pupop-list-item-desc {
    width: 315px;
    padding: 4.375px 0;
    padding-top: 0;
    border-bottom: 0.875px solid #727171;
  }
  .zjc-pupop-list-item-desc.vin {
    width: 235.375px;
  }
  .zjc-pupop-list-tiptitle {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 13.125px;
    padding-bottom: 8.75px;
  }
  .zjc-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zjc-pupop-list ul li {
    font-size: 14px;
    line-height: 2;
    color: #898989;
    margin-right: 35px;
  }
  .zjc-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #898989;
    line-height: 2;
  }
  .zjc-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.5px;
  }
  .zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
    width: 117.25px;
    height: 36.75px;
    background: #8e8e8e;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .zjc-pupop-btn-dy {
    margin-right: 17.5px;
  }
  .jjm-pupop {
    width: 538.125px;
    height: 639.625px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none;
  }
  .jjm-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .jjm-pupop-close img {
    width: 100%;
  }
  .jjm-pupop-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 24.5px;
    border-bottom: 0.875px solid #898989;
  }
  .jjm-pupop-desc {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .jjm-pupop-list {
    width: 100%;
    height: 390.25px;
    overflow: auto;
    margin-top: 17.5px;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .jjm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 8.75px 0;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
  }
  .jjm-pupop-list-messagehead {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8.75px;
    background: #969393;
  }
  .jjm-pupop-list-messagehead-item {
    width: 25%;
    height: 39.375px;
    background: #969393;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
  }
  .jjm-pupop-list-messagecontent {
    width: 100%;
    margin-bottom: 8.75px;
    background: #fff;
  }
  .jjm-pupop-list-messagecontent-list {
    width: 100%;
    height: 39.375px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list-messagecontent-list-item {
    width: 25%;
    height: 39.375px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
    border: 0.875px solid #000;
  }
  .jjm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15.75px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .jjm-pupop-list-item-label {
    font-weight: bold;
  }
  .jjm-pupop-list-item-desc {
    width: 315px;
    padding: 4.375px 0;
    padding-top: 0;
    border-bottom: 0.875px solid #727171;
  }
  .jjm-pupop-list-item-desc.vin {
    width: 235.375px;
  }
  .jjm-pupop-list-tiptitle {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 13.125px;
    padding-bottom: 8.75px;
  }
  .jjm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list ul li {
    font-size: 14px;
    line-height: 2;
    color: #898989;
    margin-right: 35px;
  }
  .jjm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #898989;
    line-height: 2;
  }
  .jjm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.5px;
  }
  .jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
    width: 117.25px;
    height: 36.75px;
    background: #8e8e8e;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .jjm-pupop-btn-dy {
    margin-right: 17.5px;
  }
  .gcm-pupop {
    width: 538.125px;
    height: 639.625px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none;
  }
  .gcm-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .gcm-pupop-close img {
    width: 100%;
  }
  .gcm-pupop-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 24.5px;
    border-bottom: 0.875px solid #898989;
  }
  .gcm-pupop-desc {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .gcm-pupop-list {
    width: 100%;
    height: 390.25px;
    overflow: auto;
    margin-top: 17.5px;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .gcm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 8.75px 0;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
  }
  .gcm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15.75px;
    color: #727171;
    margin-bottom: 8.75px;
  }
  .gcm-pupop-list-item-label {
    font-weight: bold;
  }
  .gcm-pupop-list-item-desc {
    width: 315px;
    padding: 4.375px 0;
    padding-top: 0;
    border-bottom: 0.875px solid #727171;
  }
  .gcm-pupop-list-item-desc {
    padding: 4.375px;
    border: 0;
    background: #f7f8f8;
  }
  .gcm-pupop-list-tiptitle {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 13.125px;
    padding-bottom: 8.75px;
  }
  .gcm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcm-pupop-list ul li {
    font-size: 14px;
    line-height: 2;
    color: #898989;
    margin-right: 35px;
  }
  .gcm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #898989;
    line-height: 2;
  }
  .gcm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.5px;
  }
  .gcm-pupop-btn-down{
    width: 117.25px;
    height: 36.75px;
    background: #ED1723;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .gcm-pupop-btn-reset {
    width: 117.25px;
    height: 36.75px;
    background: #000000;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
  .gcm-pupop-btn-down {
    width: 134.75px;
    margin-right: 17.5px;
    text-decoration: none;
  }
  .fours-pupop {
    width: 401.625px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 43.75px;
    display: none;
  }
  .fours-pupop-close {
    width: 26.25px;
    height: 26.25px;
    position: absolute;
    right: -13.125px;
    top: -13.125px;
    cursor: pointer;
  }
  .fours-pupop-close img {
    width: 100%;
  }
  .fours-pupop-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 24.5px;
    border-bottom: 0.875px solid #898989;
  }
  .fours-pupop-desc {
    width: 100%;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    margin-top: 17.5px;
    margin-bottom: 10.5px;
  }
  .fours-pupop-images {
    width: 100%;
    padding: 21.875px 0;
    text-align: right;
  }
  .fours-pupop-images img {
    width: 144.375px;
  }
  .fours-pupop-reset {
    width: 117.25px;
    height: 36.75px;
    margin: 0 auto;
    background: #8e8e8e;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1440px) {
  input::placeholder {
    font-family: "思源黑体";
  }
  .warranty-title {
    width: 100%;
    font-size: 0;
  }
  .warranty-title .container {
    padding: 30px 0;
    font-size: 34.5px;
    line-height: 1;
    font-weight: bold;
    color: #dd1e2c;
    border-bottom: 1.5px solid #b9b9ba;
  }
  .confirm {
    width: 193.5px;
    height: 43.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    color: #fff;
    background: #898989;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    margin: 0 auto;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    cursor: pointer;
  }
  .confirm:hover {
    background-color: #ED1C31;
  }
  .scrollBar::-webkit-scrollbar {
    width: 6px;
    height: 21px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 6px;
    height: 21px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7.5px;
    -webkit-box-shadow: inset 0.75px 0.75px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7.5px;
    -webkit-box-shadow: inset 0.75px 0.75px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.75px 0.75px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 7.5px;
    -webkit-box-shadow: inset 0 0 4.5px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 4.5px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .warranty {
    width: 100%;
    margin-top: 15px;
    font-size: 0;
  }
  .warranty .container {
    overflow: hidden;
    height: 464.25px;
    position: relative;
  }
  .warranty-car {
    width: 100%;
    height: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form {
    width: 507px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
  }
  .warranty-car-form-title {
    font-size: 19.5px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    /* margin-bottom: 37.5px; */
    margin-bottom: 17px;
  }
  .warranty-car-form-switch-query,
  .warranty-build-form-switch-query {
    height: 51px;
    width: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .warranty-car-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .warranty-car-form-choose-item {
    width: 141.75px;
    height: 78px;
    box-sizing: border-box;
    border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    -ms-border-radius: 7.5px;
    -o-border-radius: 7.5px;
    font-size: 13.5px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 15px;
    background: #898989;
  }
  .warranty-car-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-car-form .dzzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .dzzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .dzzb-code p {
    font-size: 13.5px;
    line-height: 1;
  }
  .warranty-car-form .dzzb-code input {
    width: 358.5px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-code .tip {
    left: 93px;
  }
  .warranty-car-form .dzzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .dzzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .dzzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 13.5px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.75px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.75px;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .dzzb-number-choose-item p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-number input {
    width: 272.25px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border-bottom: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-number .tip {
    left: 183.75px;
  }
  .warranty-car-form .dzzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .dzzb-verification p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .dzzb-verification-input input {
    width: 263px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input img {
    margin-left: 7.5px;
    width: 90px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-verification .tip {
    left: 90.75px;
  }
  .warranty-car-form .dzzb-confirm {
    margin-top: 37.5px;
  }

  .warranty-car-form .cjhzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .cjhzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .cjhzb-code p {
    font-size: 13.5px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-code input {
    width: 367.5px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-code .tip {
    left: 93px;
  }
  .warranty-car-form .cjhzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .cjhzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .cjhzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 13.5px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.75px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.75px;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .cjhzb-number-choose-item p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .cjhzb-number input {
    width: 272.25px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border-bottom: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-number .tip {
    left: 183.75px;
  }
  .warranty-car-form .cjhzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .cjhzb-verification p {
    font-size: 13.5px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .cjhzb-verification-input input {
    width: 270px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-verification-input img {
    margin-left: 7.5px;
    width: 90px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-verification .tip {
    left: 90.75px;
  }
  .warranty-car-form .cjhzb-confirm {
    margin-top: 37.5px;
  }

  .warranty-car-form .fourS {
    width: 100%;
    height: 195px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 22.5px;
    display: none;
  }
  .warranty-car-form .fourS-title {
    width: 100%;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
    margin-bottom: 22.5px;
  }
  .warranty-car-form .fourS-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .fourS-code p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-code-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .fourS-code-input input {
    width: 242.25px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border-bottom: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-code-input-btn {
    width: 65.25px;
    height: 25.5px;
    text-align: center;
    line-height: 25.5px;
    border: 1.5px solid #8d8d8d;
    color: #8d8d8d;
    border-radius: 3.75px;
    background: transparent;
    cursor: pointer;
    font-size: 13.5px;
    margin-left: 15px;
  }
  .warranty-car-form .fourS-code .tip {
    left: 102px;
  }
  .warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
    width: 318.25px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
    left: 102px;
  }
  .warranty-car-form .fourS-confirm {
    margin-bottom: 15px;
  }
  .warranty-car-form .fourS-tip {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
  }
  .warranty-car-form .zjc {
    width: 100%;
    display: none;
  }
  .warranty-car-form .zjc-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .zjc-code p {
    font-size: 13.5px;
    line-height: 1;
  }
  .warranty-car-form .zjc-code input {
    width: 367.5px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border-bottom: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-code .tip {
    left: 90px;
  }
  .warranty-car-form .zjc-vin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-car-form .zjc-vin p {
    font-size: 13.5px;
    line-height: 1;
  }
  .warranty-car-form .zjc-vin input {
    width: 306px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border-bottom: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-vin .tip {
    left: 150px;
  }
  .warranty-car-form .zjc-confirm {
    margin-top: 37.5px;
  }
  .warranty-car-pic {
    width: 426.75px;
  }
  .warranty-car-pic img {
    width: 100%;
  }
  .warranty-car-change {
    width: 156.75px;
    height: 100%;
    background: url(../img/car-bg1.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    top: 0;
    left: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    z-index: 10;
  }
  .warranty-build-change {
    width: 156.75px;
    height: 100%;
    background: url(../img/jz-bg.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build-form {
    width: 507px;
    height: 100%;
    box-sizing: border-box;
    padding: 52.5px 0 30px 52.5px;
  }
  .warranty-build-form-title {
    font-size: 19.5px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .warranty-build-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .warranty-build-form-choose-item {
    width: 141.75px;
    height: 78px;
    box-sizing: border-box;
    border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    -ms-border-radius: 7.5px;
    -o-border-radius: 7.5px;
    font-size: 13.5px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 15px;
    background: #898989;
  }
  .warranty-build-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-build-form .jjm,
  .warranty-build-form .gcm {
    width: 100%;
    height: 195px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 22.5px;
    display: none;
  }
  .warranty-build-form .jjm-code,
  .warranty-build-form .gcm-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .warranty-build-form .jjm-code p,
  .warranty-build-form .gcm-code p {
    font-size: 13.5px;
    line-height: 1;
  }
  .warranty-build-form .jjm-code input,
  .warranty-build-form .gcm-code input {
    width: 308px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-code .tip,
  .warranty-build-form .gcm-code .tip {
    left: 96px;
  }
  .warranty-build-form .jjm-verification,
  .warranty-build-form .gcm-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-build-form .jjm-verification p,
  .warranty-build-form .gcm-verification p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input,
  .warranty-build-form .gcm-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-build-form .jjm-verification-input input,
  .warranty-build-form .gcm-verification-input input {
    width: 212px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input img,
  .warranty-build-form .gcm-verification-input img {
    margin-left: 7.5px;
    width: 90px;
    cursor: pointer;
  }
  .warranty-build-form .jjm-verification .tip,
  .warranty-build-form .gcm-verification .tip {
    left: 94.5px;
  }
  .warranty-build-form .jjm-pupop-phonecode {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 37.5px 0;
}
.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 13.5px;
  line-height: 1;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.warranty-build-form .jjm-pupop-phonecode-input input {
  width: 203px;
    border: 0;
    outline: 0;
    font-size: 13.5px;
    line-height: 1;
    padding: 3.75px 0;
    box-sizing: border-box;
    padding-left: 7.5px;
    background: transparent;
    border: 0.75px solid #b9b9ba;
    color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input-send {
    margin-left: 7.5px;
    width: 97.5px;
    height: 21.5px;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    border: 1.5px solid #898989;
    color: #898989;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
    left: 91.5px;
}
  .warranty-build-form .jjm-confirm,
  .warranty-build-form .jjmphone-confirm,
  .warranty-build-form .gcm-confirm {
    margin-top: 37.5px;
    margin-bottom: 15px;
  }
  .warranty-build-form .jjm-tip,
  .warranty-build-form .gcm-tip {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
  }
  .warranty-build-pic {
    width: 426.75px;
  }
  .warranty-build-pic img {
    width: 100%;
  }
  .tip {
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .tip-text {
    font-size: 10.5px;
    color: #fff;
    padding: 3px 4.5px;
    background: #dd1e2c;
    position: relative;
    z-index: 2;
  }
  .tip-con {
    width: 0;
    height: 0;
    border: 6px solid #dd1e2c;
    border-color: transparent #dd1e2c transparent transparent;
    margin-top: -6px;
    position: relative;
    z-index: 1;
  }
  .error-tip {
    padding: 22.5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .error-tip img {
    width: 34.5px;
    margin-right: 13.5px;
  }
  .error-tip p {
    font-size: 13.5px;
    color: #000;
    line-height: 1;
    max-width: 225px;
    text-align: justify;
  }
  .warranty-loading {
    position: fixed;
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 37.5px;
    display: none;
    z-index: 300;
  }
  .warranty-loading img {
    width: 100%;
  }
  .dzzb-pupop {
    width: 461.25px;
    height: 630px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 37.5px;
    display: none;
  }
  .dzzb-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .dzzb-pupop-close img {
    width: 100%;
  }
  .dzzb-pupop-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 0.75px solid #898989;
  }
  .dzzb-pupop-desc {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .dzzb-pupop-list {
    width: 100%;
    height: 423px;
    overflow: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .dzzb-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7.5px 0;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7.5px 0;
  }
  .dzzb-pupop-list-message-left {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 47.25px;
  }
  .dzzb-pupop-list-message-right-item {
    width: 32.25px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.75px solid #898989;
    margin-right: 7.5px;
    font-size: 12px;
  }
  .dzzb-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzb-pupop-list-messageitem {
    display: none;
  }
  .dzzb-pupop-list-messageitem.active {
    display: block;
  }
  .dzzb-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .dzzb-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzb-pupop-list-item-desc {
    width: 270px;
    padding: 3.75px 0;
    border-bottom: 0.75px solid #727171;
  }
  .dzzb-pupop-list-tiptitle {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 11.25px;
    padding-bottom: 7.5px;
  }
  .dzzb-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzb-pupop-list ul li {
    font-size: 12px;
    line-height: 2;
    color: #898989;
    margin-right: 30px;
  }
  .dzzb-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #898989;
    line-height: 2;
  }
  .dzzb-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
    width: 100.5px;
    height: 31.5px;
    background: #8e8e8e;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .dzzb-pupop-btn-dy {
    margin-right: 15px;
  }
  .dzzbcjh-pupop {
    width: 461.25px;
    height: 630px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 37.5px;
    display: none;
  }
  .dzzbcjh-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-close img {
    width: 100%;
  }
  .dzzbcjh-pupop-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 0.75px solid #898989;
  }
  .dzzbcjh-pupop-desc {
    width: 100%;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .dzzbcjh-pupop-list {
    width: 100%;
    height: 423px;
    overflow: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .dzzbcjh-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7.5px 0;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7.5px 0;
  }
  .dzzbcjh-pupop-list-message-left {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 47.25px;
  }
  .dzzbcjh-pupop-list-message-right-item {
    width: 32.25px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.75px solid #898989;
    margin-right: 7.5px;
    font-size: 12px;
  }
  .dzzbcjh-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzbcjh-pupop-list-messageitem {
    display: none;
  }
  .dzzbcjh-pupop-list-messageitem.active {
    display: block;
  }
  .dzzbcjh-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .dzzbcjh-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-item-desc {
    width: 270px;
    padding: 3.75px 0;
    border-bottom: 0.75px solid #727171;
  }
  .dzzbcjh-pupop-list-tiptitle {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 11.25px;
    padding-bottom: 7.5px;
  }
  .dzzbcjh-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzbcjh-pupop-list ul li {
    font-size: 12px;
    line-height: 2;
    color: #898989;
    margin-right: 30px;
  }
  .dzzbcjh-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #898989;
    line-height: 2;
  }
  .dzzbcjh-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
    width: 100.5px;
    height: 31.5px;
    background: #8e8e8e;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-btn-dy {
    margin-right: 15px;
  }
  .zbxq-pupop {
    width: 1120px;
    height: 620px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  .zbxq-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .zbxq-pupop-close img {
    width: 100%;
  }
  .zbxq-pupop-title {
    width: 100%;
    padding-bottom: 21px;
  }
.zbxq-pupop-title image{
  width: 19.5px;
  height: 19.5px;
}
.zbxq-pupop-title p{
  font-size: 19.5px;
    line-height: 1;
    color: red;
    font-weight: bold;
}
  .zbxq-pupop-desc {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .zbxq-pupop-list {
    width: 100%;
    height: 390px;
    overflow: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .zbxq-pupop-list-title {
    width: 100%;
    line-height: 1;
    font-size: 18px;
    color: #EE1A31;
    background-color: #F1F1F1;
    align-items: center;
    height: 46px;
    display: flex;
  }
  .zbxq-pupop-list-title p{
    padding-left: 43px;
  }
  .zbxq-pupop-list-title-left{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .zbxq-pupop-list-title-right p{
    padding-left: 43px;
  }

  .zbxq-pupop-list-title-right {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 44px;
  }
  .zbxq-pupop-list-message {
    /* width: 100%;
    display: flex; */
    justify-content: flex-start;
    align-items: center;
    padding: 7.5px 0;
  }
  .zbxq-pupop-list-message-header {
    font-size: 13.5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 10px;
    font-size: 10px;
  }
  .zbxq-pupop-list-message-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-body-item {
    width: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 7.5px;
    font-size: 12px;
  }
  .zbxq-pupop-list-message-body-itemjjm {
    padding: 16px 5px;
    margin: 0px;
  }
  .zbxq-pupop-list-message-body-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zbxq-pupop-list-messageitem {
    display: none;
  }
  .zbxq-pupop-list-messageitem.active {
    display: block;
  }
  .zbxq-pupop-list-head {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 13.5px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .zbxq-pupop-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .zbxq-pupop-list-item-label {
    color: #000000;
  }
  .zbxq-pupop-list-item-desc {
    padding: 0 3.75px;
  }
  .zbxq-pupop-list-tiptitle {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 11.25px;
    padding-bottom: 7.5px;
  }
  .zbxq-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list ul li {
    font-size: 12px;
    line-height: 2;
    color: #898989;
    margin-right: 30px;
  }
  .zbxq-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #898989;
    line-height: 2;
  }
  .zbxq-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
  }
  .zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
    width: 100.5px;
    height: 31.5px;
    background: #8e8e8e;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .zbxq-pupop-btn-dy {
    margin-right: 15px;
  }
  .zjc-pupop {
    width: 461.25px;
    height: 548.25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 37.5px;
    display: none;
  }
  .zjc-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .zjc-pupop-close img {
    width: 100%;
  }
  .zjc-pupop-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 0.75px solid #898989;
  }
  .zjc-pupop-desc {
    width: 100%;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .zjc-pupop-list {
    width: 100%;
    height: 334.5px;
    overflow: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .zjc-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7.5px 0;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7.5px 0;
  }
  .zjc-pupop-list-message-left {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 47.25px;
  }
  .zjc-pupop-list-message-right-item {
    width: 32.25px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.75px solid #898989;
    margin-right: 7.5px;
    font-size: 12px;
  }
  .zjc-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zjc-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13.5px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .zjc-pupop-list-item-label {
    font-weight: bold;
  }
  .zjc-pupop-list-item-desc {
    width: 270px;
    padding: 3.75px 0;
    padding-top: 0;
    border-bottom: 0.75px solid #727171;
  }
  .zjc-pupop-list-item-desc.vin {
    width: 201.75px;
  }
  .zjc-pupop-list-tiptitle {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 11.25px;
    padding-bottom: 7.5px;
  }
  .zjc-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zjc-pupop-list ul li {
    font-size: 12px;
    line-height: 2;
    color: #898989;
    margin-right: 30px;
  }
  .zjc-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #898989;
    line-height: 2;
  }
  .zjc-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
    width: 100.5px;
    height: 31.5px;
    background: #8e8e8e;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .zjc-pupop-btn-dy {
    margin-right: 15px;
  }
  .jjm-pupop {
    width: 461.25px;
    height: 548.25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 37.5px;
    display: none;
  }
  .jjm-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .jjm-pupop-close img {
    width: 100%;
  }
  .jjm-pupop-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 0.75px solid #898989;
  }
  .jjm-pupop-desc {
    width: 100%;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .jjm-pupop-list {
    width: 100%;
    height: 334.5px;
    overflow: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .jjm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7.5px 0;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
  }
  .jjm-pupop-list-messagehead {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 7.5px;
    background: #969393;
  }
  .jjm-pupop-list-messagehead-item {
    width: 25%;
    height: 33.75px;
    background: #969393;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
  }
  .jjm-pupop-list-messagecontent {
    width: 100%;
    margin-bottom: 7.5px;
    background: #fff;
  }
  .jjm-pupop-list-messagecontent-list {
    width: 100%;
    height: 33.75px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list-messagecontent-list-item {
    width: 25%;
    height: 33.75px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
    border: 0.75px solid #000;
  }
  .jjm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13.5px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .jjm-pupop-list-item-label {
    font-weight: bold;
  }
  .jjm-pupop-list-item-desc {
    width: 270px;
    padding: 3.75px 0;
    padding-top: 0;
    border-bottom: 0.75px solid #727171;
  }
  .jjm-pupop-list-item-desc.vin {
    width: 201.75px;
  }
  .jjm-pupop-list-tiptitle {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 11.25px;
    padding-bottom: 7.5px;
  }
  .jjm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list ul li {
    font-size: 12px;
    line-height: 2;
    color: #898989;
    margin-right: 30px;
  }
  .jjm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #898989;
    line-height: 2;
  }
  .jjm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
    width: 100.5px;
    height: 31.5px;
    background: #8e8e8e;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .jjm-pupop-btn-dy {
    margin-right: 15px;
  }
  .gcm-pupop {
    width: 461.25px;
    height: 548.25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 37.5px;
    display: none;
  }
  .gcm-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .gcm-pupop-close img {
    width: 100%;
  }
  .gcm-pupop-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 0.75px solid #898989;
  }
  .gcm-pupop-desc {
    width: 100%;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .gcm-pupop-list {
    width: 100%;
    height: 334.5px;
    overflow: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .gcm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7.5px 0;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
  }
  .gcm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13.5px;
    color: #727171;
    margin-bottom: 7.5px;
  }
  .gcm-pupop-list-item-label {
    font-weight: bold;
  }
  .gcm-pupop-list-item-desc {
    width: 270px;
    padding: 3.75px 0;
    padding-top: 0;
    border-bottom: 0.75px solid #727171;
  }
  .gcm-pupop-list-item-desc {
    padding: 3.75px;
    border: 0;
    background: #f7f8f8;
  }
  .gcm-pupop-list-tiptitle {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 11.25px;
    padding-bottom: 7.5px;
  }
  .gcm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcm-pupop-list ul li {
    font-size: 12px;
    line-height: 2;
    color: #898989;
    margin-right: 30px;
  }
  .gcm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #898989;
    line-height: 2;
  }
  .gcm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .gcm-pupop-btn-down{
    width: 100.5px;
    height: 31.5px;
    background: #ED1723;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .gcm-pupop-btn-reset {
    width: 100.5px;
    height: 31.5px;
    background: #000000;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
  .gcm-pupop-btn-down {
    width: 115.5px;
    margin-right: 15px;
    text-decoration: none;
  }
  .fours-pupop {
    width: 344.25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 37.5px;
    display: none;
  }
  .fours-pupop-close {
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    right: -11.25px;
    top: -11.25px;
    cursor: pointer;
  }
  .fours-pupop-close img {
    width: 100%;
  }
  .fours-pupop-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 0.75px solid #898989;
  }
  .fours-pupop-desc {
    width: 100%;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .fours-pupop-images {
    width: 100%;
    padding: 18.75px 0;
    text-align: right;
  }
  .fours-pupop-images img {
    width: 123.75px;
  }
  .fours-pupop-reset {
    width: 100.5px;
    height: 31.5px;
    margin: 0 auto;
    background: #8e8e8e;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1366px) {
  input::placeholder {
    font-family: "思源黑体";
  }
  .warranty-title {
    width: 100%;
    font-size: 0;
  }
  .warranty-title .container {
    padding: 28px 0;
    font-size: 32.2px;
    line-height: 1;
    font-weight: bold;
    color: #dd1e2c;
    border-bottom: 1.4px solid #b9b9ba;
  }
  .confirm {
    width: 180.6px;
    height: 40.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    color: #fff;
    background: #898989;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    margin: 0 auto;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    cursor: pointer;
  }
  .confirm:hover {
    background-color: #ED1C31;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.6px;
    height: 19.6px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.6px;
    height: 19.6px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7px;
    -webkit-box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7px;
    -webkit-box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 4.2px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 4.2px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .warranty {
    width: 100%;
    margin-top: 14px;
    font-size: 0;
  }
  .warranty .container {
    overflow: hidden;
    height: 433.3px;
    position: relative;
  }
  .warranty-car {
    width: 100%;
    height: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form {
    width: 473.2px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
  }
  .warranty-car-form-title {
    font-size: 18.2px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    /* margin-bottom: 35px; */
    margin-bottom: 16px;
  }
  .warranty-car-form-switch-query,
  .warranty-build-form-switch-query {
    height: 51px;
    width: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .warranty-car-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .warranty-car-form-choose-item {
    width: 132.3px;
    height: 72.8px;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 12.6px;
    line-height: 19.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 14px;
    background: #898989;
  }
  .warranty-car-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-car-form .dzzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .dzzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .dzzb-code p {
    font-size: 12.6px;
    line-height: 1;
  }
  .warranty-car-form .dzzb-code input {
    width: 325px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-code .tip {
    left: 86.8px;
  }
  .warranty-car-form .dzzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .dzzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .dzzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12.6px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox {
    width: 11.2px;
    height: 11.2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.7px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.5px;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con {
    width: 8.4px;
    height: 8.4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .dzzb-number-choose-item p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-number input {
    width: 254.1px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border-bottom: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-number .tip {
    left: 171.5px;
  }
  .warranty-car-form .dzzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .dzzb-verification p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .dzzb-verification-input input {
    width: 238px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input img {
    margin-left: 7px;
    width: 84px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-verification .tip {
    left: 84.7px;
  }
  .warranty-car-form .dzzb-confirm {
    margin-top: 35px;
  }

  .warranty-car-form .cjhzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .cjhzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
    min-width: 60px;
  }
  .warranty-car-form .cjhzb-code p {
    font-size: 12.6px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-code input {
    width: 320px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-code .tip {
    left: 86.8px;
  }
  .warranty-car-form .cjhzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .cjhzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .cjhzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12.6px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox {
    width: 11.2px;
    height: 11.2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.7px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.5px;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con {
    width: 8.4px;
    height: 8.4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .cjhzb-number-choose-item p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .cjhzb-number input {
    width: 254.1px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border-bottom: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-number .tip {
    left: 171.5px;
  }
  .warranty-car-form .cjhzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .cjhzb-verification p {
    font-size: 12.6px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .cjhzb-verification-input input {
    width: 249px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-verification-input img {
    margin-left: 7px;
    width: 84px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-verification .tip {
    left: 84.7px;
  }
  .warranty-car-form .cjhzb-confirm {
    margin-top: 35px;
  }

  .warranty-car-form .fourS {
    width: 100%;
    height: 182px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 21px;
    display: none;
  }
  .warranty-car-form .fourS-title {
    width: 100%;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
    margin-bottom: 21px;
  }
  .warranty-car-form .fourS-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .fourS-code p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-code-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .fourS-code-input input {
    width: 226.1px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border-bottom: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-code-input-btn {
    width: 60.9px;
    height: 23.8px;
    text-align: center;
    line-height: 23.8px;
    border: 1.4px solid #8d8d8d;
    color: #8d8d8d;
    border-radius: 3.5px;
    background: transparent;
    cursor: pointer;
    font-size: 12.6px;
    margin-left: 14px;
  }
  .warranty-car-form .fourS-code .tip {
    left: 95.2px;
  }
  .warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
    width: 287.5px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
    left: 95.2px;
  }
  .warranty-car-form .fourS-confirm {
    margin-bottom: 14px;
  }
  .warranty-car-form .fourS-tip {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
  }
  .warranty-car-form .zjc {
    width: 100%;
    display: none;
  }
  .warranty-car-form .zjc-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .zjc-code p {
    font-size: 12.6px;
    line-height: 1;
  }
  .warranty-car-form .zjc-code input {
    width: 343px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border-bottom: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-code .tip {
    left: 84px;
  }
  .warranty-car-form .zjc-vin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-car-form .zjc-vin p {
    font-size: 12.6px;
    line-height: 1;
  }
  .warranty-car-form .zjc-vin input {
    width: 285.6px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border-bottom: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-vin .tip {
    left: 140px;
  }
  .warranty-car-form .zjc-confirm {
    margin-top: 35px;
  }
  .warranty-car-pic {
    width: 398.3px;
  }
  .warranty-car-pic img {
    width: 100%;
  }
  .warranty-car-change {
    width: 146.3px;
    height: 100%;
    background: url(../img/car-bg1.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    top: 0;
    left: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    z-index: 10;
  }
  .warranty-build-change {
    width: 146.3px;
    height: 100%;
    background: url(../img/jz-bg.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build-form {
    width: 473.2px;
    height: 100%;
    box-sizing: border-box;
    padding: 49px 0 28px 49px;
  }
  .warranty-build-form-title {
    font-size: 18.2px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .warranty-build-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .warranty-build-form-choose-item {
    width: 132.3px;
    height: 72.8px;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 12.6px;
    line-height: 19.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 14px;
    background: #898989;
  }
  .warranty-build-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-build-form .jjm,
  .warranty-build-form .gcm {
    width: 100%;
    height: 182px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 21px;
    display: none;
  }
  .warranty-build-form .jjm-code,
  .warranty-build-form .gcm-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
  }
  .warranty-build-form .jjm-code p,
  .warranty-build-form .gcm-code p {
    font-size: 12.6px;
    line-height: 1;
  }
  .warranty-build-form .jjm-code input,
  .warranty-build-form .gcm-code input {
    width: 281px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-code .tip,
  .warranty-build-form .gcm-code .tip {
    left: 89.6px;
  }
  .warranty-build-form .jjm-verification,
  .warranty-build-form .gcm-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-build-form .jjm-verification p,
  .warranty-build-form .gcm-verification p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input,
  .warranty-build-form .gcm-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-build-form .jjm-verification-input input,
  .warranty-build-form .gcm-verification-input input {
    width: 189px;
    border: 0;
    outline: 0;
    font-size: 12.6px;
    line-height: 1;
    padding: 3.5px 0;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    border: 0.7px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input img,
  .warranty-build-form .gcm-verification-input img {
    margin-left: 7px;
    width: 84px;
    cursor: pointer;
  }
  .warranty-build-form .jjm-verification .tip,
  .warranty-build-form .gcm-verification .tip {
    left: 88.2px;
  }
  .warranty-build-form .jjm-pupop-phonecode {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
}
.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 12.6px;
  line-height: 1;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.warranty-build-form .jjm-pupop-phonecode-input input {
  width: 181px;
  border: 0;
  outline: 0;
  font-size: 12.6px;
  line-height: 1;
  padding: 3.5px 0;
  box-sizing: border-box;
  padding-left: 7px;
  background: transparent;
  border: 0.7px solid #b9b9ba;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input-send {
  margin-left: 7px;
    width: 91px;
    height: 20.6px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    border: 1.4px solid #898989;
    color: #898989;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
    left: 85.4px;
}
  .warranty-build-form .jjm-confirm,
  .warranty-build-form .jjmphone-confirm,
  .warranty-build-form .gcm-confirm {
    margin-top: 35px;
    margin-bottom: 14px;
  }
  .warranty-build-form .jjm-tip,
  .warranty-build-form .gcm-tip {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
  }
  .warranty-build-pic {
    width: 398.3px;
  }
  .warranty-build-pic img {
    width: 100%;
  }
  .tip {
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .tip-text {
    font-size: 9.8px;
    color: #fff;
    padding: 2.8px 4.2px;
    background: #dd1e2c;
    position: relative;
    z-index: 2;
  }
  .tip-con {
    width: 0;
    height: 0;
    border: 5.6px solid #dd1e2c;
    border-color: transparent #dd1e2c transparent transparent;
    margin-top: -5.6px;
    position: relative;
    z-index: 1;
  }
  .error-tip {
    padding: 21px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .error-tip img {
    width: 32.2px;
    margin-right: 12.6px;
  }
  .error-tip p {
    font-size: 12.6px;
    color: #000;
    line-height: 1;
    max-width: 210px;
    text-align: justify;
  }
  .warranty-loading {
    position: fixed;
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 35px;
    display: none;
    z-index: 300;
  }
  .warranty-loading img {
    width: 100%;
  }
  .dzzb-pupop {
    width: 430.5px;
    height: 588px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 35px;
    display: none;
  }
  .dzzb-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .dzzb-pupop-close img {
    width: 100%;
  }
  .dzzb-pupop-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 19.6px;
    border-bottom: 0.7px solid #898989;
  }
  .dzzb-pupop-desc {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .dzzb-pupop-list {
    width: 100%;
    height: 394.8px;
    overflow: auto;
    margin-top: 14px;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .dzzb-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7px 0;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
  }
  .dzzb-pupop-list-message-left {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 44.1px;
  }
  .dzzb-pupop-list-message-right-item {
    width: 30.1px;
    height: 16.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.7px solid #898989;
    margin-right: 7px;
    font-size: 11.2px;
  }
  .dzzb-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzb-pupop-list-messageitem {
    display: none;
  }
  .dzzb-pupop-list-messageitem.active {
    display: block;
  }
  .dzzb-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.6px;
    color: #727171;
    margin-bottom: 7px;
  }
  .dzzb-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzb-pupop-list-item-desc {
    width: 252px;
    padding: 3.5px 0;
    border-bottom: 0.7px solid #727171;
  }
  .dzzb-pupop-list-tiptitle {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 10.5px;
    padding-bottom: 7px;
  }
  .dzzb-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzb-pupop-list ul li {
    font-size: 11.2px;
    line-height: 2;
    color: #898989;
    margin-right: 28px;
  }
  .dzzb-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 11.2px;
    color: #898989;
    line-height: 2;
  }
  .dzzb-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }
  .dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
    width: 93.8px;
    height: 29.4px;
    background: #8e8e8e;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .dzzb-pupop-btn-dy {
    margin-right: 14px;
  }
  .dzzbcjh-pupop {
    width: 430.5px;
    height: 588px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 35px;
    display: none;
  }
  .dzzbcjh-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-close img {
    width: 100%;
  }
  .dzzbcjh-pupop-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 19.6px;
    border-bottom: 0.7px solid #898989;
  }
  .dzzbcjh-pupop-desc {
    width: 100%;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .dzzbcjh-pupop-list {
    width: 100%;
    height: 394.8px;
    overflow: auto;
    margin-top: 14px;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .dzzbcjh-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7px 0;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
  }
  .dzzbcjh-pupop-list-message-left {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 44.1px;
  }
  .dzzbcjh-pupop-list-message-right-item {
    width: 30.1px;
    height: 16.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.7px solid #898989;
    margin-right: 7px;
    font-size: 11.2px;
  }
  .dzzbcjh-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzbcjh-pupop-list-messageitem {
    display: none;
  }
  .dzzbcjh-pupop-list-messageitem.active {
    display: block;
  }
  .dzzbcjh-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.6px;
    color: #727171;
    margin-bottom: 7px;
  }
  .dzzbcjh-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-item-desc {
    width: 252px;
    padding: 3.5px 0;
    border-bottom: 0.7px solid #727171;
  }
  .dzzbcjh-pupop-list-tiptitle {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 10.5px;
    padding-bottom: 7px;
  }
  .dzzbcjh-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzbcjh-pupop-list ul li {
    font-size: 11.2px;
    line-height: 2;
    color: #898989;
    margin-right: 28px;
  }
  .dzzbcjh-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 11.2px;
    color: #898989;
    line-height: 2;
  }
  .dzzbcjh-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }
  .dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
    width: 93.8px;
    height: 29.4px;
    background: #8e8e8e;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-btn-dy {
    margin-right: 14px;
  }
  .zbxq-pupop {
    width: 1120px;
    height: 620px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  .zbxq-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .zbxq-pupop-close img {
    width: 100%;
  }
  .zbxq-pupop-title {
    width: 100%;
    padding-bottom: 19.6px;
  }
  .zbxq-pupop-title image{
    width: 18.2px;
    height: 18.2px;
  }
  .zbxq-pupop-title p{
    font-size: 18.2px;
    line-height: 1;
    color: red;
    font-weight: bold;
  }
  .zbxq-pupop-desc {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .zbxq-pupop-list {
    width: 100%;
    height: 390px;
    overflow: auto;
    margin-top: 14px;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .zbxq-pupop-list-title {
    width: 100%;
    line-height: 1;
    font-size: 18px;
    color: #EE1A31;
    background-color: #F1F1F1;
    align-items: center;
    height: 46px;
    display: flex;
  }
  .zbxq-pupop-list-title p{
    padding-left: 43px;
  }
  .zbxq-pupop-list-title-left{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .zbxq-pupop-list-title-right p{
    padding-left: 43px;
  }

  .zbxq-pupop-list-title-right {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 44px;
  }
  .zbxq-pupop-list-message {
    /* width: 100%;
    display: flex; */
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
  }
  .zbxq-pupop-list-message-header {
    font-size: 12.6px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 10px;
    font-size: 10px;
  }
  .zbxq-pupop-list-message-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-body-item {
    width: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 7px;
    font-size: 11.2px;
  }
  .zbxq-pupop-list-message-body-itemjjm {
    padding: 16px 5px;
    margin: 0px;
  }
  .zbxq-pupop-list-message-body-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zbxq-pupop-list-messageitem {
    display: none;
  }
  .zbxq-pupop-list-messageitem.active {
    display: block;
  }
  .zbxq-pupop-list-head {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12.6px;
    color: #727171;
    margin-bottom: 7px;
  }
  .zbxq-pupop-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #727171;
    margin-bottom: 7px;
  }
  .zbxq-pupop-list-item-label {
    color: #000000;
  }
  .zbxq-pupop-list-item-desc {
    padding: 0 3.5px;
  }
  .zbxq-pupop-list-tiptitle {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 10.5px;
    padding-bottom: 7px;
  }
  .zbxq-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list ul li {
    font-size: 11.2px;
    line-height: 2;
    color: #898989;
    margin-right: 28px;
  }
  .zbxq-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 11.2px;
    color: #898989;
    line-height: 2;
  }
  .zbxq-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0;
  }
  .zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
    width: 93.8px;
    height: 29.4px;
    background: #8e8e8e;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .zbxq-pupop-btn-dy {
    margin-right: 14px;
  }
  .zjc-pupop {
    width: 430.5px;
    height: 511.7px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 35px;
    display: none;
  }
  .zjc-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .zjc-pupop-close img {
    width: 100%;
  }
  .zjc-pupop-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 19.6px;
    border-bottom: 0.7px solid #898989;
  }
  .zjc-pupop-desc {
    width: 100%;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .zjc-pupop-list {
    width: 100%;
    height: 312.2px;
    overflow: auto;
    margin-top: 14px;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .zjc-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7px 0;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
  }
  .zjc-pupop-list-message-left {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 44.1px;
  }
  .zjc-pupop-list-message-right-item {
    width: 30.1px;
    height: 16.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.7px solid #898989;
    margin-right: 7px;
    font-size: 11.2px;
  }
  .zjc-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zjc-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12.6px;
    color: #727171;
    margin-bottom: 7px;
  }
  .zjc-pupop-list-item-label {
    font-weight: bold;
  }
  .zjc-pupop-list-item-desc {
    width: 252px;
    padding: 3.5px 0;
    padding-top: 0;
    border-bottom: 0.7px solid #727171;
  }
  .zjc-pupop-list-item-desc.vin {
    width: 188.3px;
  }
  .zjc-pupop-list-tiptitle {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 10.5px;
    padding-bottom: 7px;
  }
  .zjc-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zjc-pupop-list ul li {
    font-size: 11.2px;
    line-height: 2;
    color: #898989;
    margin-right: 28px;
  }
  .zjc-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 11.2px;
    color: #898989;
    line-height: 2;
  }
  .zjc-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }
  .zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
    width: 93.8px;
    height: 29.4px;
    background: #8e8e8e;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .zjc-pupop-btn-dy {
    margin-right: 14px;
  }
  .jjm-pupop {
    width: 430.5px;
    height: 511.7px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 35px;
    display: none;
  }
  .jjm-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .jjm-pupop-close img {
    width: 100%;
  }
  .jjm-pupop-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 19.6px;
    border-bottom: 0.7px solid #898989;
  }
  .jjm-pupop-desc {
    width: 100%;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .jjm-pupop-list {
    width: 100%;
    height: 312.2px;
    overflow: auto;
    margin-top: 14px;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .jjm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7px 0;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
  }
  .jjm-pupop-list-messagehead {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 7px;
    background: #969393;
  }
  .jjm-pupop-list-messagehead-item {
    width: 25%;
    height: 31.5px;
    background: #969393;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
  }
  .jjm-pupop-list-messagecontent {
    width: 100%;
    margin-bottom: 7px;
    background: #fff;
  }
  .jjm-pupop-list-messagecontent-list {
    width: 100%;
    height: 31.5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list-messagecontent-list-item {
    width: 25%;
    height: 31.5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
    border: 0.7px solid #000;
  }
  .jjm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12.6px;
    color: #727171;
    margin-bottom: 7px;
  }
  .jjm-pupop-list-item-label {
    font-weight: bold;
  }
  .jjm-pupop-list-item-desc {
    width: 252px;
    padding: 3.5px 0;
    padding-top: 0;
    border-bottom: 0.7px solid #727171;
  }
  .jjm-pupop-list-item-desc.vin {
    width: 188.3px;
  }
  .jjm-pupop-list-tiptitle {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 10.5px;
    padding-bottom: 7px;
  }
  .jjm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list ul li {
    font-size: 11.2px;
    line-height: 2;
    color: #898989;
    margin-right: 28px;
  }
  .jjm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 11.2px;
    color: #898989;
    line-height: 2;
  }
  .jjm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }
  .jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
    width: 93.8px;
    height: 29.4px;
    background: #8e8e8e;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .jjm-pupop-btn-dy {
    margin-right: 14px;
  }
  .gcm-pupop {
    width: 430.5px;
    height: 511.7px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 35px;
    display: none;
  }
  .gcm-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .gcm-pupop-close img {
    width: 100%;
  }
  .gcm-pupop-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 19.6px;
    border-bottom: 0.7px solid #898989;
  }
  .gcm-pupop-desc {
    width: 100%;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .gcm-pupop-list {
    width: 100%;
    height: 312.2px;
    overflow: auto;
    margin-top: 14px;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .gcm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 7px 0;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
  }
  .gcm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12.6px;
    color: #727171;
    margin-bottom: 7px;
  }
  .gcm-pupop-list-item-label {
    font-weight: bold;
  }
  .gcm-pupop-list-item-desc {
    width: 252px;
    padding: 3.5px 0;
    padding-top: 0;
    border-bottom: 0.7px solid #727171;
  }
  .gcm-pupop-list-item-desc {
    padding: 3.5px;
    border: 0;
    background: #f7f8f8;
  }
  .gcm-pupop-list-tiptitle {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 10.5px;
    padding-bottom: 7px;
  }
  .gcm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcm-pupop-list ul li {
    font-size: 11.2px;
    line-height: 2;
    color: #898989;
    margin-right: 28px;
  }
  .gcm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 11.2px;
    color: #898989;
    line-height: 2;
  }
  .gcm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }
  .gcm-pupop-btn-down {
    width: 93.8px;
    height: 29.4px;
    background: #ED1723;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .gcm-pupop-btn-reset {
    width: 93.8px;
    height: 29.4px;
    background: #000000;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
  .gcm-pupop-btn-down {
    width: 107.8px;
    margin-right: 14px;
    text-decoration: none;
  }
  .fours-pupop {
    width: 321.3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 35px;
    display: none;
  }
  .fours-pupop-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    cursor: pointer;
  }
  .fours-pupop-close img {
    width: 100%;
  }
  .fours-pupop-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 19.6px;
    border-bottom: 0.7px solid #898989;
  }
  .fours-pupop-desc {
    width: 100%;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    margin-top: 14px;
    margin-bottom: 8.4px;
  }
  .fours-pupop-images {
    width: 100%;
    padding: 17.5px 0;
    text-align: right;
  }
  .fours-pupop-images img {
    width: 115.5px;
  }
  .fours-pupop-reset {
    width: 93.8px;
    height: 29.4px;
    margin: 0 auto;
    background: #8e8e8e;
    color: #fff;
    font-size: 12.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1280px) {
  input::placeholder {
    font-family: "思源黑体";
  }
  .warranty-title {
    width: 100%;
    font-size: 0;
  }
  .warranty-title .container {
    padding: 26.4px 0;
    font-size: 30.36px;
    line-height: 1;
    font-weight: bold;
    color: #dd1e2c;
    border-bottom: 1.32px solid #b9b9ba;
  }
  .confirm {
    width: 170.28px;
    height: 38.28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    color: #fff;
    background: #898989;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    margin: 0 auto;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    cursor: pointer;
  }
  .confirm:hover {
    background-color: #ED1C31;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.28px;
    height: 18.48px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.28px;
    height: 18.48px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 6.6px;
    -webkit-box-shadow: inset 0.66px 0.66px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 6.6px;
    -webkit-box-shadow: inset 0.66px 0.66px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.66px 0.66px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 6.6px;
    -webkit-box-shadow: inset 0 0 3.96px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 3.96px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .warranty {
    width: 100%;
    margin-top: 13.2px;
    font-size: 0;
  }
  .warranty .container {
    overflow: hidden;
    height: 408.54px;
    position: relative;
  }
  .warranty-car {
    width: 100%;
    height: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form {
    width: 446.16px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
  }
  .warranty-car-form-title {
    font-size: 17.16px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    /* margin-bottom: 33px; */
    margin-bottom: 16px;
  }
  .warranty-car-form-switch-query,
  .warranty-build-form-switch-query {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .warranty-car-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 26.4px;
  }
  .warranty-car-form-choose-item {
    width: 124.74px;
    height: 68.64px;
    box-sizing: border-box;
    border-radius: 6.6px;
    -webkit-border-radius: 6.6px;
    -moz-border-radius: 6.6px;
    -ms-border-radius: 6.6px;
    -o-border-radius: 6.6px;
    font-size: 11.88px;
    line-height: 18.48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 13.2px;
    background: #898989;
  }
  .warranty-car-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-car-form .dzzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .dzzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .dzzb-code p {
    font-size: 11.88px;
    line-height: 1;
  }
  .warranty-car-form .dzzb-code input {
    width: 302.4px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-code .tip {
    left: 81.84px;
  }
  .warranty-car-form .dzzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .dzzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .dzzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 11.88px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox {
    width: 10.56px;
    height: 10.56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.66px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.3px;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con {
    width: 7.92px;
    height: 7.92px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .dzzb-number-choose-item p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-number input {
    width: 239.58px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border-bottom: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-number .tip {
    left: 161.7px;
  }
  .warranty-car-form .dzzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .dzzb-verification p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .dzzb-verification-input input {
    width: 219.6px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input img {
    margin-left: 6.6px;
    width: 79.2px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-verification .tip {
    left: 79.86px;
  }
  .warranty-car-form .dzzb-confirm {
    margin-top: 33px;
  }

  .warranty-car-form .cjhzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .cjhzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .cjhzb-code p {
    font-size: 11.88px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-code input {
    width: 314.4px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-code .tip {
    left: 81.84px;
  }
  .warranty-car-form .cjhzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .cjhzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .cjhzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 11.88px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox {
    width: 10.56px;
    height: 10.56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.66px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.3px;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con {
    width: 7.92px;
    height: 7.92px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .cjhzb-number-choose-item p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .cjhzb-number input {
    width: 239.58px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border-bottom: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-number .tip {
    left: 161.7px;
  }
  .warranty-car-form .cjhzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .cjhzb-verification p {
    font-size: 11.88px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .cjhzb-verification-input input {
    width: 225.6px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-verification-input img {
    margin-left: 6.6px;
    width: 79.2px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-verification .tip {
    left: 79.86px;
  }
  .warranty-car-form .cjhzb-confirm {
    margin-top: 33px;
  }

  .warranty-car-form .fourS {
    width: 100%;
    height: 171.6px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 19.8px;
    display: none;
  }
  .warranty-car-form .fourS-title {
    width: 100%;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
    margin-bottom: 19.8px;
  }
  .warranty-car-form .fourS-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .fourS-code p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-code-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .fourS-code-input input {
    width: 213.18px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border-bottom: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-code-input-btn {
    width: 57.42px;
    height: 22.44px;
    text-align: center;
    line-height: 22.44px;
    border: 1.32px solid #8d8d8d;
    color: #8d8d8d;
    border-radius: 3.3px;
    background: transparent;
    cursor: pointer;
    font-size: 11.88px;
    margin-left: 13.2px;
  }
  .warranty-car-form .fourS-code .tip {
    left: 89.76px;
  }
  .warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
    width: 267.1px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
    left: 89.76px;
  }
  .warranty-car-form .fourS-confirm {
    margin-bottom: 13.2px;
  }
  .warranty-car-form .fourS-tip {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
  }
  .warranty-car-form .zjc {
    width: 100%;
    display: none;
  }
  .warranty-car-form .zjc-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .zjc-code p {
    font-size: 11.88px;
    line-height: 1;
  }
  .warranty-car-form .zjc-code input {
    width: 323.4px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border-bottom: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-code .tip {
    left: 79.2px;
  }
  .warranty-car-form .zjc-vin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-car-form .zjc-vin p {
    font-size: 11.88px;
    line-height: 1;
  }
  .warranty-car-form .zjc-vin input {
    width: 269.28px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border-bottom: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-vin .tip {
    left: 132px;
  }
  .warranty-car-form .zjc-confirm {
    margin-top: 33px;
  }
  .warranty-car-pic {
    width: 375.54px;
  }
  .warranty-car-pic img {
    width: 100%;
  }
  .warranty-car-change {
    width: 137.94px;
    height: 100%;
    background: url(../img/car-bg1.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    top: 0;
    left: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    z-index: 10;
  }
  .warranty-build-change {
    width: 137.94px;
    height: 100%;
    background: url(../img/jz-bg.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build-form {
    width: 446.16px;
    height: 100%;
    box-sizing: border-box;
    padding: 46.2px 0 26.4px 46.2px;
  }
  .warranty-build-form-title {
    font-size: 17.16px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .warranty-build-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 26.4px;
  }
  .warranty-build-form-choose-item {
    width: 124.74px;
    height: 68.64px;
    box-sizing: border-box;
    border-radius: 6.6px;
    -webkit-border-radius: 6.6px;
    -moz-border-radius: 6.6px;
    -ms-border-radius: 6.6px;
    -o-border-radius: 6.6px;
    font-size: 11.88px;
    line-height: 18.48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 13.2px;
    background: #898989;
  }
  .warranty-build-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-build-form .jjm,
  .warranty-build-form .gcm {
    width: 100%;
    height: 171.6px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 19.8px;
    display: none;
  }
  .warranty-build-form .jjm-code,
  .warranty-build-form .gcm-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26.4px;
    position: relative;
  }
  .warranty-build-form .jjm-code p,
  .warranty-build-form .gcm-code p {
    font-size: 11.88px;
    line-height: 1;
  }
  .warranty-build-form .jjm-code input,
  .warranty-build-form .gcm-code input {
    width: 262px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-code .tip,
  .warranty-build-form .gcm-code .tip {
    left: 84.48px;
  }
  .warranty-build-form .jjm-verification,
  .warranty-build-form .gcm-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-build-form .jjm-verification p,
  .warranty-build-form .gcm-verification p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input,
  .warranty-build-form .gcm-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-build-form .jjm-verification-input input,
  .warranty-build-form .gcm-verification-input input {
    width: 176.2px;
    border: 0;
    outline: 0;
    font-size: 11.88px;
    line-height: 1;
    padding: 3.3px 0;
    box-sizing: border-box;
    padding-left: 6.6px;
    background: transparent;
    border: 0.66px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input img,
  .warranty-build-form .gcm-verification-input img {
    margin-left: 6.6px;
    width: 79.2px;
    cursor: pointer;
  }
  .warranty-build-form .jjm-verification .tip,
  .warranty-build-form .gcm-verification .tip {
    left: 83.16px;
  }
  .warranty-build-form .jjm-pupop-phonecode {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 33px 0;
}
.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 11.88px;
  line-height: 1;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.warranty-build-form .jjm-pupop-phonecode-input input {
  width: 166.2px;
  border: 0;
  outline: 0;
  font-size: 11.88px;
  line-height: 1;
  padding: 3.3px 0;
  box-sizing: border-box;
  padding-left: 6.6px;
  background: transparent;
  border: 0.66px solid #b9b9ba;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input-send {
  margin-left: 6.6px;
    width: 85.8px;
    height: 19.08px;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    border: 1.32px solid #898989;
    color: #898989;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
    left: 80.52px;
}
  .warranty-build-form .jjm-confirm,
  .warranty-build-form .jjmphone-confirm,
  .warranty-build-form .gcm-confirm {
    margin-top: 33px;
    margin-bottom: 13.2px;
  }
  .warranty-build-form .jjm-tip,
  .warranty-build-form .gcm-tip {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
  }
  .warranty-build-pic {
    width: 375.54px;
  }
  .warranty-build-pic img {
    width: 100%;
  }
  .tip {
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .tip-text {
    font-size: 9.24px;
    color: #fff;
    padding: 2.64px 3.96px;
    background: #dd1e2c;
    position: relative;
    z-index: 2;
  }
  .tip-con {
    width: 0;
    height: 0;
    border: 5.28px solid #dd1e2c;
    border-color: transparent #dd1e2c transparent transparent;
    margin-top: -5.28px;
    position: relative;
    z-index: 1;
  }
  .error-tip {
    padding: 19.8px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .error-tip img {
    width: 30.36px;
    margin-right: 11.88px;
  }
  .error-tip p {
    font-size: 11.88px;
    color: #000;
    line-height: 1;
    max-width: 198px;
    text-align: justify;
  }
  .warranty-loading {
    position: fixed;
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 33px;
    display: none;
    z-index: 300;
  }
  .warranty-loading img {
    width: 100%;
  }
  .dzzb-pupop {
    width: 405.9px;
    height: 554.4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 33px;
    display: none;
  }
  .dzzb-pupop-close {
    width: 19.8px;
    height: 19.8px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .dzzb-pupop-close img {
    width: 100%;
  }
  .dzzb-pupop-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 18.48px;
    border-bottom: 0.66px solid #898989;
  }
  .dzzb-pupop-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .dzzb-pupop-list {
    width: 100%;
    height: 372.24px;
    overflow: auto;
    margin-top: 13.2px;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .dzzb-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 6.6px 0;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6.6px 0;
  }
  .dzzb-pupop-list-message-left {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 41.58px;
  }
  .dzzb-pupop-list-message-right-item {
    width: 28.38px;
    height: 15.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.66px solid #898989;
    margin-right: 6.6px;
    font-size: 10.56px;
  }
  .dzzb-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzb-pupop-list-messageitem {
    display: none;
  }
  .dzzb-pupop-list-messageitem.active {
    display: block;
  }
  .dzzb-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11.88px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .dzzb-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzb-pupop-list-item-desc {
    width: 237.6px;
    padding: 3.3px 0;
    border-bottom: 0.66px solid #727171;
  }
  .dzzb-pupop-list-tiptitle {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 9.9px;
    padding-bottom: 6.6px;
  }
  .dzzb-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzb-pupop-list ul li {
    font-size: 10.56px;
    line-height: 2;
    color: #898989;
    margin-right: 26.4px;
  }
  .dzzb-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 10.56px;
    color: #898989;
    line-height: 2;
  }
  .dzzb-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13.2px;
  }
  .dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
    width: 88.44px;
    height: 27.72px;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .dzzb-pupop-btn-dy {
    margin-right: 13.2px;
  }
  .dzzbcjh-pupop {
    width: 405.9px;
    height: 554.4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 33px;
    display: none;
  }
  .dzzbcjh-pupop-close {
    width: 19.8px;
    height: 19.8px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-close img {
    width: 100%;
  }
  .dzzbcjh-pupop-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 18.48px;
    border-bottom: 0.66px solid #898989;
  }
  .dzzbcjh-pupop-desc {
    width: 100%;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .dzzbcjh-pupop-list {
    width: 100%;
    height: 372.24px;
    overflow: auto;
    margin-top: 13.2px;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .dzzbcjh-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 6.6px 0;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6.6px 0;
  }
  .dzzbcjh-pupop-list-message-left {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 41.58px;
  }
  .dzzbcjh-pupop-list-message-right-item {
    width: 28.38px;
    height: 15.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.66px solid #898989;
    margin-right: 6.6px;
    font-size: 10.56px;
  }
  .dzzbcjh-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzbcjh-pupop-list-messageitem {
    display: none;
  }
  .dzzbcjh-pupop-list-messageitem.active {
    display: block;
  }
  .dzzbcjh-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11.88px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .dzzbcjh-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-item-desc {
    width: 237.6px;
    padding: 3.3px 0;
    border-bottom: 0.66px solid #727171;
  }
  .dzzbcjh-pupop-list-tiptitle {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 9.9px;
    padding-bottom: 6.6px;
  }
  .dzzbcjh-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzbcjh-pupop-list ul li {
    font-size: 10.56px;
    line-height: 2;
    color: #898989;
    margin-right: 26.4px;
  }
  .dzzbcjh-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 10.56px;
    color: #898989;
    line-height: 2;
  }
  .dzzbcjh-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13.2px;
  }
  .dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
    width: 88.44px;
    height: 27.72px;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-btn-dy {
    margin-right: 13.2px;
  }
  .zbxq-pupop {
    width: 1120px;
    height: 620px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  .zbxq-pupop-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .zbxq-pupop-close img {
    width: 100%;
  }
  .zbxq-pupop-title {
    width: 100%;
    padding-bottom: 18.48px;
  }
  .zbxq-pupop-title image{
    width: 17.16px;
    height: 17.16px;
  }
  .zbxq-pupop-title p{
    font-size: 17.16px;
    line-height: 1;
    color: red;
    font-weight: bold;
  }
  .zbxq-pupop-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .zbxq-pupop-list {
    width: 100%;
    height: 380px;
    overflow: auto;
    margin-top: 13.2px;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .zbxq-pupop-list-title {
    width: 100%;
    line-height: 1;
    font-size: 18px;
    color: #EE1A31;
    background-color: #F1F1F1;
    align-items: center;
    height: 46px;
    display: flex;
  }
  .zbxq-pupop-list-title p{
    padding-left: 43px;
  }
  .zbxq-pupop-list-title-left{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .zbxq-pupop-list-title-right p{
    padding-left: 43px;
  }

  .zbxq-pupop-list-title-right {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 44px;
  }
  .zbxq-pupop-list-message {
    /* width: 100%;
    display: flex; */
    justify-content: flex-start;
    align-items: center;
    padding: 6.6px 0;
  }
  .zbxq-pupop-list-message-header {
    font-size: 11.88px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 10px;
    font-size: 10px;
  }
  .zbxq-pupop-list-message-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-body-item {
    width: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 6.6px;
    font-size: 10.56px;
  }
  .zbxq-pupop-list-message-body-itemjjm {
    padding: 16px 5px;
    margin: 0px;
  }
  .zbxq-pupop-list-message-body-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zbxq-pupop-list-messageitem {
    display: none;
  }
  .zbxq-pupop-list-messageitem.active {
    display: block;
  }
  .zbxq-pupop-list-head {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 11.88px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .zbxq-pupop-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 8px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .zbxq-pupop-list-item-label {
    color: #000000;
  }
  .zbxq-pupop-list-item-desc {
    padding: 0 3.3px;
  }
  .zbxq-pupop-list-tiptitle {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 9.9px;
    padding-bottom: 6.6px;
  }
  .zbxq-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list ul li {
    font-size: 10.56px;
    line-height: 2;
    color: #898989;
    margin-right: 26.4px;
  }
  .zbxq-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 10.56px;
    color: #898989;
    line-height: 2;
  }
  .zbxq-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13.2px 0;
  }
  .zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
    width: 88.44px;
    height: 27.72px;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .zbxq-pupop-btn-dy {
    margin-right: 13.2px;
  }
  .zjc-pupop {
    width: 405.9px;
    height: 482.46px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 33px;
    display: none;
  }
  .zjc-pupop-close {
    width: 19.8px;
    height: 19.8px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .zjc-pupop-close img {
    width: 100%;
  }
  .zjc-pupop-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 18.48px;
    border-bottom: 0.66px solid #898989;
  }
  .zjc-pupop-desc {
    width: 100%;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .zjc-pupop-list {
    width: 100%;
    height: 294.36px;
    overflow: auto;
    margin-top: 13.2px;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .zjc-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 6.6px 0;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6.6px 0;
  }
  .zjc-pupop-list-message-left {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 41.58px;
  }
  .zjc-pupop-list-message-right-item {
    width: 28.38px;
    height: 15.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.66px solid #898989;
    margin-right: 6.6px;
    font-size: 10.56px;
  }
  .zjc-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zjc-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 11.88px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .zjc-pupop-list-item-label {
    font-weight: bold;
  }
  .zjc-pupop-list-item-desc {
    width: 237.6px;
    padding: 3.3px 0;
    padding-top: 0;
    border-bottom: 0.66px solid #727171;
  }
  .zjc-pupop-list-item-desc.vin {
    width: 177.54px;
  }
  .zjc-pupop-list-tiptitle {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 9.9px;
    padding-bottom: 6.6px;
  }
  .zjc-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zjc-pupop-list ul li {
    font-size: 10.56px;
    line-height: 2;
    color: #898989;
    margin-right: 26.4px;
  }
  .zjc-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 10.56px;
    color: #898989;
    line-height: 2;
  }
  .zjc-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13.2px;
  }
  .zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
    width: 88.44px;
    height: 27.72px;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .zjc-pupop-btn-dy {
    margin-right: 13.2px;
  }
  .jjm-pupop {
    width: 405.9px;
    height: 482.46px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 33px;
    display: none;
  }
  .jjm-pupop-close {
    width: 19.8px;
    height: 19.8px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .jjm-pupop-close img {
    width: 100%;
  }
  .jjm-pupop-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 18.48px;
    border-bottom: 0.66px solid #898989;
  }
  .jjm-pupop-desc {
    width: 100%;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .jjm-pupop-list {
    width: 100%;
    height: 294.36px;
    overflow: auto;
    margin-top: 13.2px;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .jjm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 6.6px 0;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
  }
  .jjm-pupop-list-messagehead {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 6.6px;
    background: #969393;
  }
  .jjm-pupop-list-messagehead-item {
    width: 25%;
    height: 29.7px;
    background: #969393;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
  }
  .jjm-pupop-list-messagecontent {
    width: 100%;
    margin-bottom: 6.6px;
    background: #fff;
  }
  .jjm-pupop-list-messagecontent-list {
    width: 100%;
    height: 29.7px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list-messagecontent-list-item {
    width: 25%;
    height: 29.7px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
    border: 0.66px solid #000;
  }
  .jjm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 11.88px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .jjm-pupop-list-item-label {
    font-weight: bold;
  }
  .jjm-pupop-list-item-desc {
    width: 237.6px;
    padding: 3.3px 0;
    padding-top: 0;
    border-bottom: 0.66px solid #727171;
  }
  .jjm-pupop-list-item-desc.vin {
    width: 177.54px;
  }
  .jjm-pupop-list-tiptitle {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 9.9px;
    padding-bottom: 6.6px;
  }
  .jjm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list ul li {
    font-size: 10.56px;
    line-height: 2;
    color: #898989;
    margin-right: 26.4px;
  }
  .jjm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 10.56px;
    color: #898989;
    line-height: 2;
  }
  .jjm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13.2px;
  }
  .jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
    width: 88.44px;
    height: 27.72px;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .jjm-pupop-btn-dy {
    margin-right: 13.2px;
  }
  .gcm-pupop {
    width: 405.9px;
    height: 482.46px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 33px;
    display: none;
  }
  .gcm-pupop-close {
    width: 19.8px;
    height: 19.8px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .gcm-pupop-close img {
    width: 100%;
  }
  .gcm-pupop-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 18.48px;
    border-bottom: 0.66px solid #898989;
  }
  .gcm-pupop-desc {
    width: 100%;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .gcm-pupop-list {
    width: 100%;
    height: 294.36px;
    overflow: auto;
    margin-top: 13.2px;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .gcm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 6.6px 0;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
  }
  .gcm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 11.88px;
    color: #727171;
    margin-bottom: 6.6px;
  }
  .gcm-pupop-list-item-label {
    font-weight: bold;
  }
  .gcm-pupop-list-item-desc {
    width: 237.6px;
    padding: 3.3px 0;
    padding-top: 0;
    border-bottom: 0.66px solid #727171;
  }
  .gcm-pupop-list-item-desc {
    padding: 3.3px;
    border: 0;
    background: #f7f8f8;
  }
  .gcm-pupop-list-tiptitle {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 9.9px;
    padding-bottom: 6.6px;
  }
  .gcm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcm-pupop-list ul li {
    font-size: 10.56px;
    line-height: 2;
    color: #898989;
    margin-right: 26.4px;
  }
  .gcm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 10.56px;
    color: #898989;
    line-height: 2;
  }
  .gcm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13.2px;
  }
  .gcm-pupop-btn-down {
    width: 88.44px;
    height: 27.72px;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .gcm-pupop-btn-reset {
    width: 88.44px;
    height: 27.72px;
    background: #000000;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
  .gcm-pupop-btn-down {
    width: 101.64px;
    margin-right: 13.2px;
    text-decoration: none;
  }
  .fours-pupop {
    width: 302.94px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 33px;
    display: none;
  }
  .fours-pupop-close {
    width: 19.8px;
    height: 19.8px;
    position: absolute;
    right: -9.9px;
    top: -9.9px;
    cursor: pointer;
  }
  .fours-pupop-close img {
    width: 100%;
  }
  .fours-pupop-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 18.48px;
    border-bottom: 0.66px solid #898989;
  }
  .fours-pupop-desc {
    width: 100%;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    margin-top: 13.2px;
    margin-bottom: 7.92px;
  }
  .fours-pupop-images {
    width: 100%;
    padding: 16.5px 0;
    text-align: right;
  }
  .fours-pupop-images img {
    width: 108.9px;
  }
  .fours-pupop-reset {
    width: 88.44px;
    height: 27.72px;
    margin: 0 auto;
    background: #8e8e8e;
    color: #fff;
    font-size: 11.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1132px) {
  .zbxq-pupop {
    width: 1100px;
  }
}

@media screen and (max-width: 1122px) {
  .dzzbcjh-list-pupop {
    width: 90%;
  }
  .zbxq-pupop {
    width: 90%;
  }
}


@media screen and (max-width: 1024px) {
  input::placeholder {
    font-family: "思源黑体";
  }
  .warranty-title {
    width: 100%;
    font-size: 0;
  }
  .warranty-title .container {
    padding: 21.2px 0;
    font-size: 24.38px;
    line-height: 1;
    font-weight: bold;
    color: #dd1e2c;
    border-bottom: 1.06px solid #b9b9ba;
  }
  .confirm {
    width: 136.74px;
    height: 30.74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    color: #fff;
    background: #898989;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    margin: 0 auto;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    cursor: pointer;
  }
  .confirm:hover {
    background-color: #ED1C31;
  }
  .scrollBar::-webkit-scrollbar {
    width: 4.24px;
    height: 14.84px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 4.24px;
    height: 14.84px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 5.3px;
    -webkit-box-shadow: inset 0.53px 0.53px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 5.3px;
    -webkit-box-shadow: inset 0.53px 0.53px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.53px 0.53px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 5.3px;
    -webkit-box-shadow: inset 0 0 3.18px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 3.18px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .warranty {
    width: 100%;
    margin-top: 10.6px;
    font-size: 0;
  }
  .warranty .container {
    overflow: hidden;
    height: 328.07px;
    position: relative;
  }
  .warranty-car {
    width: 100%;
    height: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form {
    width: 358.28px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
  }
  .warranty-car-form-title {
    font-size: 13.78px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    /* margin-bottom: 26.5px; */
    margin-bottom: 16px;
  }
  .warranty-car-form-switch-query,
  .warranty-build-form-switch-query {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .warranty-car-form-query-mode .tip-query ,
  .warranty-build-form-query-mode .tip-query {
    height: 20px;
    top: 4px;
    right: 48px;
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }

  .warranty-car-form-query-mode .tip-text-query ,
  .warranty-build-form-query-mode .tip-text-query {
    font-size: 12px;
    color: #fff;
    padding: 0px 6px;
    background: #3C3333;
    position: relative;
    z-index: 2;
    border-radius: 5px / 5px;
  }

  .warranty-car-form-query-mode .tip-con-query ,
  .warranty-build-form-query-mode .tip-con-query{
    width: 0;
    height: 0;
    border: 3px solid #3C3333;
    border-color: transparent transparent transparent #3C3333;
    position: relative;
    z-index: 2;
    top: 7px;
  }
  .warranty-car-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 21.2px;
  }
  .warranty-car-form-choose-item {
    width: 100.17px;
    height: 55.12px;
    box-sizing: border-box;
    border-radius: 5.3px;
    -webkit-border-radius: 5.3px;
    -moz-border-radius: 5.3px;
    -ms-border-radius: 5.3px;
    -o-border-radius: 5.3px;
    font-size: 9.54px;
    line-height: 14.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 10.6px;
    background: #898989;
  }
  .warranty-car-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-car-form .dzzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .dzzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .dzzb-code p {
    font-size: 9.54px;
    line-height: 1;
  }
  .warranty-car-form .dzzb-code input {
    width: 214.7px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-code .tip {
    left: 65.72px;
  }
  .warranty-car-form .dzzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .dzzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .dzzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.54px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox {
    width: 8.48px;
    height: 8.48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.53px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.65px;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con {
    width: 6.36px;
    height: 6.36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .dzzb-number-choose-item p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-number input {
    width: 192.39px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border-bottom: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-number .tip {
    left: 129.85px;
  }
  .warranty-car-form .dzzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .dzzb-verification p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .dzzb-verification-input input {
    width: 148.8px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input img {
    margin-left: 5.3px;
    width: 63.6px;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-verification .tip {
    left: 64.13px;
  }
  .warranty-car-form .dzzb-confirm {
    margin-top: 26.5px;
  }

  .warranty-car-form .cjhzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .cjhzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .cjhzb-code p {
    font-size: 9.54px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-code input {
    width: 224.7px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-code .tip {
    left: 65.72px;
  }
  .warranty-car-form .cjhzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .cjhzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .cjhzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.54px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox {
    width: 8.48px;
    height: 8.48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 0.53px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.65px;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con {
    width: 6.36px;
    height: 6.36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .cjhzb-number-choose-item p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .cjhzb-number input {
    width: 192.39px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border-bottom: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-number .tip {
    left: 129.85px;
  }
  .warranty-car-form .cjhzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .cjhzb-verification p {
    font-size: 9.54px;
    line-height: 1;
  }
  .warranty-car-form .cjhzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .cjhzb-verification-input input {
    width: 154.8px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-verification-input img {
    margin-left: 5.3px;
    width: 63.6px;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-verification .tip {
    left: 64.13px;
  }
  .warranty-car-form .cjhzb-confirm {
    margin-top: 26.5px;
  }

  .warranty-car-form .fourS {
    width: 100%;
    height: 120.8px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 15.9px;
    display: none;
  }
  .warranty-car-form .fourS-title {
    width: 100%;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15.9px;
  }
  .warranty-car-form .fourS-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .fourS-code p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-code-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .fourS-code-input input {
    width: 171.19px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border-bottom: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-code-input-btn {
    width: 46.11px;
    height: 18.02px;
    text-align: center;
    line-height: 18.02px;
    border: 1.06px solid #8d8d8d;
    color: #8d8d8d;
    border-radius: 2.65px;
    background: transparent;
    cursor: pointer;
    font-size: 9.54px;
    margin-left: 10.6px;
  }
  .warranty-car-form .fourS-code .tip {
    left: 72.08px;
  }
  .warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
    width: 186.55px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
    left: 72.08px;
  }
  .warranty-car-form .fourS-confirm {
    margin-bottom: 10.6px;
  }
  .warranty-car-form .fourS-tip {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
  }
  .warranty-car-form .zjc {
    width: 100%;
    display: none;
  }
  .warranty-car-form .zjc-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .zjc-code p {
    font-size: 9.54px;
    line-height: 1;
  }
  .warranty-car-form .zjc-code input {
    width: 259.7px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border-bottom: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-code .tip {
    left: 63.6px;
  }
  .warranty-car-form .zjc-vin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-car-form .zjc-vin p {
    font-size: 9.54px;
    line-height: 1;
  }
  .warranty-car-form .zjc-vin input {
    width: 216.24px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border-bottom: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-vin .tip {
    left: 106px;
  }
  .warranty-car-form .zjc-confirm {
    margin-top: 26.5px;
  }
  .warranty-car-pic {
    width: 301.57px;
  }
  .warranty-car-pic img {
    width: 100%;
  }
  .warranty-car-change {
    width: 110.77px;
    height: 100%;
    background: url(../img/car-bg1.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    top: 0;
    left: 100%;
    background: #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    z-index: 10;
  }
  .warranty-build-change {
    width: 110.77px;
    height: 100%;
    background: url(../img/jz-bg.jpg) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build-form {
    width: 358.28px;
    height: 100%;
    box-sizing: border-box;
    padding: 37.1px 0 21.2px 37.1px;
  }
  .warranty-build-form-title {
    font-size: 13.78px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .warranty-build-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 21.2px;
  }
  .warranty-build-form-choose-item {
    width: 100.17px;
    height: 55.12px;
    box-sizing: border-box;
    border-radius: 5.3px;
    -webkit-border-radius: 5.3px;
    -moz-border-radius: 5.3px;
    -ms-border-radius: 5.3px;
    -o-border-radius: 5.3px;
    font-size: 9.54px;
    line-height: 14.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 10.6px;
    background: #898989;
  }
  .warranty-build-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-build-form .jjm,
  .warranty-build-form .gcm {
    width: 100%;
    height: 120.8px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 15.9px;
    display: none;
  }
  .warranty-build-form .jjm-code,
  .warranty-build-form .gcm-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21.2px;
    position: relative;
  }
  .warranty-build-form .jjm-code p,
  .warranty-build-form .gcm-code p {
    font-size: 9.54px;
    line-height: 1;
  }
  .warranty-build-form .jjm-code input,
  .warranty-build-form .gcm-code input {
    width: 182px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-code .tip,
  .warranty-build-form .gcm-code .tip {
    left: 67.84px;
  }
  .warranty-build-form .jjm-verification,
  .warranty-build-form .gcm-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-build-form .jjm-verification p,
  .warranty-build-form .gcm-verification p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input,
  .warranty-build-form .gcm-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-build-form .jjm-verification-input input,
  .warranty-build-form .gcm-verification-input input {
    width: 116.6px;
    border: 0;
    outline: 0;
    font-size: 9.54px;
    line-height: 1;
    padding: 2.65px 0;
    box-sizing: border-box;
    padding-left: 5.3px;
    background: transparent;
    border: 0.53px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input img,
  .warranty-build-form .gcm-verification-input img {
    margin-left: 5.3px;
    width: 63.6px;
    cursor: pointer;
  }
  .warranty-build-form .jjm-verification .tip,
  .warranty-build-form .gcm-verification .tip {
    left: 66.78px;
  }
  .warranty-build-form .jjm-pupop-phonecode {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 26.5px 0;
}
.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 9.54px;
  line-height: 1;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.warranty-build-form .jjm-pupop-phonecode-input input {
  width: 93px;
  border: 0;
  outline: 0;
  font-size: 9.54px;
  line-height: 1;
  padding: 2.65px 0;
  box-sizing: border-box;
  padding-left: 5.3px;
  background: transparent;
  border: 0.53px solid #b9b9ba;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input-send {
  margin-left: 5.3px;
    width: 80.9px;
    height: 20.14px;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    border: 1.06px solid #898989;
    color: #898989;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
    left: 64.66px;
}
  .warranty-build-form .jjm-confirm,
  .warranty-build-form .jjmphone-confirm,
  .warranty-build-form .gcm-confirm {
    margin-top: 26.5px;
    margin-bottom: 10.6px;
  }
  .warranty-build-form .jjm-tip,
  .warranty-build-form .gcm-tip {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
  }
  .warranty-build-pic {
    width: 301.57px;
  }
  .warranty-build-pic img {
    width: 100%;
  }
  .tip {
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .tip-text {
    font-size: 7.42px;
    color: #fff;
    padding: 2.12px 3.18px;
    background: #dd1e2c;
    position: relative;
    z-index: 2;
  }
  .tip-con {
    width: 0;
    height: 0;
    border: 4.24px solid #dd1e2c;
    border-color: transparent #dd1e2c transparent transparent;
    margin-top: -4.24px;
    position: relative;
    z-index: 1;
  }
  .error-tip {
    padding: 15.9px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .error-tip img {
    width: 24.38px;
    margin-right: 9.54px;
  }
  .error-tip p {
    font-size: 9.54px;
    color: #000;
    line-height: 1;
    max-width: 159px;
    text-align: justify;
  }
  .warranty-loading {
    position: fixed;
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 26.5px;
    display: none;
    z-index: 300;
  }
  .warranty-loading img {
    width: 100%;
  }
  .dzzb-pupop {
    width: 325.95px;
    height: 445.2px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 26.5px;
    display: none;
  }
  .dzzb-pupop-close {
    width: 15.9px;
    height: 15.9px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .dzzb-pupop-close img {
    width: 100%;
  }
  .dzzb-pupop-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 14.84px;
    border-bottom: 0.53px solid #898989;
  }
  .dzzb-pupop-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .dzzb-pupop-list {
    width: 100%;
    height: 298.92px;
    overflow: auto;
    margin-top: 10.6px;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .dzzb-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 5.3px 0;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5.3px 0;
  }
  .dzzb-pupop-list-message-left {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 33.39px;
  }
  .dzzb-pupop-list-message-right-item {
    width: 22.79px;
    height: 12.72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.53px solid #898989;
    margin-right: 5.3px;
    font-size: 8.48px;
  }
  .dzzb-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzb-pupop-list-messageitem {
    display: none;
  }
  .dzzb-pupop-list-messageitem.active {
    display: block;
  }
  .dzzb-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 9.54px;
    color: #727171;
    margin-bottom: 5.3px;
  }
  .dzzb-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzb-pupop-list-item-desc {
    width: 190.8px;
    padding: 2.65px 0;
    border-bottom: 0.53px solid #727171;
  }
  .dzzb-pupop-list-tiptitle {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 7.95px;
    padding-bottom: 5.3px;
  }
  .dzzb-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzb-pupop-list ul li {
    font-size: 8.48px;
    line-height: 2;
    color: #898989;
    margin-right: 21.2px;
  }
  .dzzb-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 8.48px;
    color: #898989;
    line-height: 2;
  }
  .dzzb-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.6px;
  }
  .dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
    width: 71.02px;
    height: 22.26px;
    background: #8e8e8e;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .dzzb-pupop-btn-dy {
    margin-right: 10.6px;
  }
  .dzzbcjh-pupop {
    width: 325.95px;
    height: 445.2px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 26.5px;
    display: none;
  }
  .dzzbcjh-pupop-close {
    width: 15.9px;
    height: 15.9px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-close img {
    width: 100%;
  }
  .dzzbcjh-pupop-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 14.84px;
    border-bottom: 0.53px solid #898989;
  }
  .dzzbcjh-pupop-desc {
    width: 100%;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .dzzbcjh-pupop-list {
    width: 100%;
    height: 298.92px;
    overflow: auto;
    margin-top: 10.6px;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .dzzbcjh-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 5.3px 0;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5.3px 0;
  }
  .dzzbcjh-pupop-list-message-left {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 33.39px;
  }
  .dzzbcjh-pupop-list-message-right-item {
    width: 22.79px;
    height: 12.72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.53px solid #898989;
    margin-right: 5.3px;
    font-size: 8.48px;
  }
  .dzzbcjh-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzbcjh-pupop-list-messageitem {
    display: none;
  }
  .dzzbcjh-pupop-list-messageitem.active {
    display: block;
  }
  .dzzbcjh-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 9.54px;
    color: #727171;
    margin-bottom: 5.3px;
  }
  .dzzbcjh-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-item-desc {
    width: 190.8px;
    padding: 2.65px 0;
    border-bottom: 0.53px solid #727171;
  }
  .dzzbcjh-pupop-list-tiptitle {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 7.95px;
    padding-bottom: 5.3px;
  }
  .dzzbcjh-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzbcjh-pupop-list ul li {
    font-size: 8.48px;
    line-height: 2;
    color: #898989;
    margin-right: 21.2px;
  }
  .dzzbcjh-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 8.48px;
    color: #898989;
    line-height: 2;
  }
  .dzzbcjh-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.6px;
  }
  .dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
    width: 71.02px;
    height: 22.26px;
    background: #8e8e8e;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .dzzbcjh-pupop-btn-dy {
    margin-right: 10.6px;
  }
  .zbxq-pupop {
    height: 620px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  .zbxq-pupop-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .zbxq-pupop-close img {
    width: 100%;
  }
  .zbxq-pupop-title {
    width: 100%;
    padding-bottom: 14.84px;
  }
  .zbxq-pupop-title image{
    width: 13.78px;
    height: 13.78px;
  }
  .zbxq-pupop-title p{
    font-size: 13.78px;
    line-height: 1;
    color: red;
    font-weight: bold;
  }
  .zbxq-pupop-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .zbxq-pupop-list {
    width: 100%;
    height: 410px;
    overflow: auto;
    margin-top: 10.6px;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .zbxq-pupop-list-title {
    width: 100%;
    line-height: 1;
    font-size: 18px;
    color: #EE1A31;
    background-color: #F1F1F1;
    align-items: center;
    height: 46px;
    display: flex;
  }
  .zbxq-pupop-list-title p{
    padding-left: 43px;
  }
  .zbxq-pupop-list-title-left{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .zbxq-pupop-list-title-right p{
    padding-left: 43px;
  }
  .zbxq-pupop-list-title-right {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 44px;
  }
  .zbxq-pupop-list-message {
    /* width: 100%;
    display: flex; */
    justify-content: flex-start;
    align-items: center;
    padding: 5.3px 0;
  }
  .zbxq-pupop-list-message-header {
    font-size: 9.54px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 10px;
    font-size: 9px;
  }
  .zbxq-pupop-list-message-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-body-item {
    width: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 5.3px;
    font-size: 8.48px;
  }
  .zbxq-pupop-list-message-body-itemjjm {
    padding: 16px 5px;
    margin: 0px;
  }
  .zbxq-pupop-list-message-body-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zbxq-pupop-list-messageitem {
    display: none;
  }
  .zbxq-pupop-list-messageitem.active {
    display: block;
  }
  .zbxq-pupop-list-head {
    width: 100%;
    display: block;
    align-items: center;
    font-size: 14px;
    color: #727171;
    margin-bottom: 10px;
  }
  .zbxq-pupop-list-head-item {
    font-size: 14px;
  }
  .zbxq-pupop-list-head-item-label {
    margin-left: 16px;
  }
  .zbxq-pupop-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 7px;
    color: #727171;
    margin-bottom: 5.3px;
  }
  .zbxq-pupop-list-item-label {
    color: #000000;
  }
  .zbxq-pupop-list-item-desc {
    padding: 0 2.65px;
  }
  .zbxq-pupop-list-tiptitle {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 7.95px;
    padding-bottom: 5.3px;
  }
  .zbxq-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list ul li {
    font-size: 8.48px;
    line-height: 2;
    color: #898989;
    margin-right: 21.2px;
  }
  .zbxq-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 8.48px;
    color: #898989;
    line-height: 2;
  }
  .zbxq-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10.6px 0;
  }
  .zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
    width: 71.02px;
    height: 22.26px;
    background: #8e8e8e;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .zbxq-pupop-btn-dy {
    margin-right: 10.6px;
  }
  .zjc-pupop {
    width: 325.95px;
    height: 387.43px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 26.5px;
    display: none;
  }
  .zjc-pupop-close {
    width: 15.9px;
    height: 15.9px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .zjc-pupop-close img {
    width: 100%;
  }
  .zjc-pupop-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 14.84px;
    border-bottom: 0.53px solid #898989;
  }
  .zjc-pupop-desc {
    width: 100%;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .zjc-pupop-list {
    width: 100%;
    height: 236.38px;
    overflow: auto;
    margin-top: 10.6px;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .zjc-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 5.3px 0;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5.3px 0;
  }
  .zjc-pupop-list-message-left {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 33.39px;
  }
  .zjc-pupop-list-message-right-item {
    width: 22.79px;
    height: 12.72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 0.53px solid #898989;
    margin-right: 5.3px;
    font-size: 8.48px;
  }
  .zjc-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zjc-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 9.54px;
    color: #727171;
    margin-bottom: 5.3px;
  }
  .zjc-pupop-list-item-label {
    font-weight: bold;
  }
  .zjc-pupop-list-item-desc {
    width: 190.8px;
    padding: 2.65px 0;
    padding-top: 0;
    border-bottom: 0.53px solid #727171;
  }
  .zjc-pupop-list-item-desc.vin {
    width: 142.57px;
  }
  .zjc-pupop-list-tiptitle {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 7.95px;
    padding-bottom: 5.3px;
  }
  .zjc-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zjc-pupop-list ul li {
    font-size: 8.48px;
    line-height: 2;
    color: #898989;
    margin-right: 21.2px;
  }
  .zjc-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 8.48px;
    color: #898989;
    line-height: 2;
  }
  .zjc-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.6px;
  }
  .zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
    width: 71.02px;
    height: 22.26px;
    background: #8e8e8e;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .zjc-pupop-btn-dy {
    margin-right: 10.6px;
  }
  .jjm-pupop {
    width: 325.95px;
    height: 387.43px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 26.5px;
    display: none;
  }
  .jjm-pupop-close {
    width: 15.9px;
    height: 15.9px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .jjm-pupop-close img {
    width: 100%;
  }
  .jjm-pupop-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 14.84px;
    border-bottom: 0.53px solid #898989;
  }
  .jjm-pupop-desc {
    width: 100%;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .jjm-pupop-list {
    width: 100%;
    height: 236.38px;
    overflow: auto;
    margin-top: 10.6px;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .jjm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 5.3px 0;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
  }
  .jjm-pupop-list-messagehead {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5.3px;
    background: #969393;
  }
  .jjm-pupop-list-messagehead-item {
    width: 25%;
    height: 23.85px;
    background: #969393;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
  }
  .jjm-pupop-list-messagecontent {
    width: 100%;
    margin-bottom: 5.3px;
    background: #fff;
  }
  .jjm-pupop-list-messagecontent-list {
    width: 100%;
    height: 23.85px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list-messagecontent-list-item {
    width: 25%;
    height: 23.85px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
    border: 0.53px solid #000;
  }
  .jjm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 9.54px;
    color: #727171;
    margin-bottom: 5.3px;
  }
  .jjm-pupop-list-item-label {
    font-weight: bold;
  }
  .jjm-pupop-list-item-desc {
    width: 190.8px;
    padding: 2.65px 0;
    padding-top: 0;
    border-bottom: 0.53px solid #727171;
  }
  .jjm-pupop-list-item-desc.vin {
    width: 142.57px;
  }
  .jjm-pupop-list-tiptitle {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 7.95px;
    padding-bottom: 5.3px;
  }
  .jjm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list ul li {
    font-size: 8.48px;
    line-height: 2;
    color: #898989;
    margin-right: 21.2px;
  }
  .jjm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 8.48px;
    color: #898989;
    line-height: 2;
  }
  .jjm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.6px;
  }
  .jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
    width: 71.02px;
    height: 22.26px;
    background: #8e8e8e;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .jjm-pupop-btn-dy {
    margin-right: 10.6px;
  }
  .gcm-pupop {
    width: 325.95px;
    height: 387.43px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 26.5px;
    display: none;
  }
  .gcm-pupop-close {
    width: 15.9px;
    height: 15.9px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .gcm-pupop-close img {
    width: 100%;
  }
  .gcm-pupop-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 14.84px;
    border-bottom: 0.53px solid #898989;
  }
  .gcm-pupop-desc {
    width: 100%;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .gcm-pupop-list {
    width: 100%;
    height: 236.38px;
    overflow: auto;
    margin-top: 10.6px;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .gcm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 5.3px 0;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
  }
  .gcm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 9.54px;
    color: #727171;
    margin-bottom: 5.3px;
  }
  .gcm-pupop-list-item-label {
    font-weight: bold;
  }
  .gcm-pupop-list-item-desc {
    width: 190.8px;
    padding: 2.65px 0;
    padding-top: 0;
    border-bottom: 0.53px solid #727171;
  }
  .gcm-pupop-list-item-desc {
    padding: 2.65px;
    border: 0;
    background: #f7f8f8;
  }
  .gcm-pupop-list-tiptitle {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 7.95px;
    padding-bottom: 5.3px;
  }
  .gcm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcm-pupop-list ul li {
    font-size: 8.48px;
    line-height: 2;
    color: #898989;
    margin-right: 21.2px;
  }
  .gcm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 8.48px;
    color: #898989;
    line-height: 2;
  }
  .gcm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.6px;
  }
  .gcm-pupop-btn-down {
    width: 71.02px;
    height: 22.26px;
    background: #ED1723;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .gcm-pupop-btn-reset {
    width: 71.02px;
    height: 22.26px;
    background: #000000;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
  .gcm-pupop-btn-down {
    width: 81.62px;
    margin-right: 10.6px;
    text-decoration: none;
  }
  .fours-pupop {
    width: 243.27px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 26.5px;
    display: none;
  }
  .fours-pupop-close {
    width: 15.9px;
    height: 15.9px;
    position: absolute;
    right: -7.95px;
    top: -7.95px;
    cursor: pointer;
  }
  .fours-pupop-close img {
    width: 100%;
  }
  .fours-pupop-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 14.84px;
    border-bottom: 0.53px solid #898989;
  }
  .fours-pupop-desc {
    width: 100%;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    margin-top: 10.6px;
    margin-bottom: 6.36px;
  }
  .fours-pupop-images {
    width: 100%;
    padding: 13.25px 0;
    text-align: right;
  }
  .fours-pupop-images img {
    width: 87.45px;
  }
  .fours-pupop-reset {
    width: 71.02px;
    height: 22.26px;
    margin: 0 auto;
    background: #8e8e8e;
    color: #fff;
    font-size: 9.54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    cursor: pointer;
  }
}

@media screen and (max-width: 799px) {
  input::placeholder {
    font-family: "思源黑体";
  }
  .warranty-car-form-switch-query,
  .warranty-build-form-switch-query{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
  }
  .warranty-title {
    width: 100%;
    font-size: 0;
  }
  .warranty-title .container {
    padding: 0.4rem 0;
    font-size: 0.46rem;
    line-height: 1;
    font-weight: bold;
    color: #dd1e2c;
    border-bottom: 2px solid #b9b9ba;
  }
  .confirm {
    width: 2.42rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #fff;
    background: #898989;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    box-sizing: border-box;
    border: 2px solid transparent;
    margin: 0 auto;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    cursor: pointer;
  }
  .confirm:hover {
    background-color: #ED1C31;
  }
  .dzzbcjh-list-pupop {
    width: 90%;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 13pt;
    display: none;
  }

  .dzzbcjh-list-pupop-title{
    width: 100%;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    padding-left: 90px;
    margin: 6px 0 0 4px;
  }

  .dzzbcjh-list-pupop-title p{
    width: calc(100% - 115px);
    font-size: 16px;
    font-weight: bold;
    color: #ED1A2F;
    margin-top: 6px;
    padding: 10px;
    background-color: #F7F7F7;
  }


  .dzzbcjh-list-pupop-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }

  .dzzbcjh-list-pupop-close image{
    width: 100%;
  }

  .dzzbcjh-list-pupop-log{
    width: 30px;
    height: 30px;
  }

  .dzzbcjh-list-pupop-log image{
    width: 100%;
  }

  .dzzbcjh-list-pupop-messagelist{
    height: 450px;
    overflow: auto;
  }

  .dzzbcjh-list-pupop-list {
    display: block;
    /* justify-content: space-between; */
    /* align-items: center; */
    font-size: 14px;
    color: #727171;
    padding: 10px 0;
    background-color: #FAFAFA;
  }

  .dzzbcjh-list-pupop-list-item {
    width: 100%;
    height: 100px;
    overflow: auto;
    margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .dzzbcjh-list-pupop-list-item-label {
    font-weight: bold;
    padding: 0px 10px;
    flex-shrink: 0;
    line-height: 32px;
  }
  .dzzbcjh-list-pupop-list-col{
    display: flex;
    align-items: center;
    width: 95% !important;
    padding: 0 6px;
  }
  .dzzbcjh-list-pupop-list-col-btn{
    display: flex;
    justify-content: center;
    line-height: 30px;
    width: 100%;
  }
  .dzzbcjh-list-pupop-list-item-desc {
    word-wrap:inherit;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: 20px;
  }

  .scrollBar::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.28rem;
  }
  .scrollBar::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.28rem;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .warranty-choose {
    width: 100%;
    display: block;
    margin-top: 0.2rem;
  }
  .warranty-choose .container {
    width: 5.68rem;
    overflow: hidden;
    position: relative;
  }
  .warranty-choose-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-choose-item-pic1 {
    width: 4.52rem;
  }
  .warranty-choose-item-pic2 {
    cursor: pointer;
    width: 1.14rem;
  }
  .warranty-choose-item:nth-child(2) {
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .warranty {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0;
  }
  .warranty .container {
    width: 5.68rem;
    overflow: hidden;
    height: auto;
    position: relative;
  }
  .warranty-car {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 25px;

  }
  .warranty-car-form-body{
    padding: 0;
  }
  .warranty-car-form-title {
    font-size: 0.26rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5rem;
  }
  .warranty-car-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.4rem;
  }
  .warranty-car-form-choose-item {
    width: 1.8rem;
    height: 1.04rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 0.2rem;
    background: #898989;
    margin-top: 0.7rem;
  }
  .warranty-car-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-car-form .dzzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .dzzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .dzzb-code p {
    font-size: 0.18rem;
    line-height: 1;
    min-width: 60px;
  }
  .warranty-car-form .dzzb-code input {
    width: 4.0rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-code .tip {
    left: 1.24rem;
  }
  .warranty-car-form .dzzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .dzzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .dzzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0.18rem;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox {
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 1px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.05rem;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .dzzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .dzzb-number-choose-item p {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .dzzb-number input {
    width: 2.93rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border-bottom: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-number .tip {
    left: 2.45rem;
  }
  .warranty-car-form .dzzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .dzzb-verification p {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    min-width: 60px;
  }
  .warranty-car-form .dzzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .dzzb-verification-input input {
    width: 2.7rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .dzzb-verification-input img {
    margin-left: 0.1rem;
    width: 1.2rem;
    cursor: pointer;
  }
  .warranty-car-form .dzzb-verification .tip {
    left: 1.21rem;
  }
  .warranty-car-form .dzzb-confirm {
    margin-top: 0.5rem;
  }

  .warranty-car-form-query-mode .tip-query ,
  .warranty-build-form-query-mode .tip-query{
    height: 14px;
    top: 10px;
    right: 43px;
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .warranty-car-form-query-mode .tip-text-query ,
  .warranty-build-form-query-mode .tip-text-query {
    font-size: 12px;
    color: #fff;
    padding: 0px 6px;
    background: #3C3333;
    position: relative;
    z-index: 2;
    border-radius: 3px / 3px;
    line-height: 12px;
  }

  .warranty-car-form-query-mode .tip-con-query ,
  .warranty-build-form-query-mode .tip-con-query{
    width: 0;
    height: 0;
    border: 2px solid #3C3333;
    border-color: transparent transparent transparent #3C3333;
    position: relative;
    z-index: 2;
    top: 4px;
  }
  .warranty-car-form .cjhzb {
    width: 100%;
    display: none;
  }
  .warranty-car-form .cjhzb-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .cjhzb-code p {
    font-size: 0.18rem;
    line-height: 1;
    min-width: 50px;
  }
  .warranty-car-form .cjhzb-code input {
    width: 4.5rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-code .tip {
    left: 1.24rem;
  }
  .warranty-car-form .cjhzb-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .cjhzb-number-choose {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .warranty-car-form .cjhzb-number-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0.18rem;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox {
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #efefef;
    border: 1px solid #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.05rem;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .warranty-car-form .cjhzb-number-choose-item-checkbox-con.active {
    background: #898989;
  }
  .warranty-car-form .cjhzb-number-choose-item p {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .cjhzb-number input {
    width: 2.93rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border-bottom: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-number .tip {
    left: 2.45rem;
  }
  .warranty-car-form .cjhzb-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-car-form .cjhzb-verification p {
    font-size: 0.18rem;
    line-height: 1;
    min-width: 50px;
  }
  .warranty-car-form .cjhzb-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .cjhzb-verification-input input {
    width: 3.2rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .cjhzb-verification-input img {
    margin-left: 0.1rem;
    width: 1.2rem;
    cursor: pointer;
  }
  .warranty-car-form .cjhzb-verification .tip {
    left: 1.21rem;
  }
  .warranty-car-form .cjhzb-confirm {
    margin-top: 0.5rem;
  }

  .warranty-car-form .fourS {
    width: 100%;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 0;
    display: none;
  }
  .warranty-car-form .fourS-title {
    width: 100%;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .warranty-car-form .fourS-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .fourS-code p {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
  }
  .warranty-car-form .fourS-code-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-car-form .fourS-code-input input {
    width: 2.83rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border-bottom: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-code-input-btn {
    width: 0.87rem;
    height: 0.34rem;
    text-align: center;
    line-height: 0.34rem;
    border: 2px solid #8d8d8d;
    color: #8d8d8d;
    border-radius: 0.05rem;
    background: transparent;
    cursor: pointer;
    font-size: 0.18rem;
    margin-left: 0.2rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
  }
  .warranty-car-form .fourS-code .tip {
    left: 136px;
  }
  .warranty-car-form .fourS-result, .warranty-car-form .fourS-code1, .warranty-car-form .fourS-code2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .fourS-result p, .warranty-car-form .fourS-code1 p, .warranty-car-form .fourS-code2 p {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    min-width: 75px;
  }
  .warranty-car-form .fourS-result input, .warranty-car-form .fourS-code1 input, .warranty-car-form .fourS-code2 input {
    width: 4.05rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .fourS-result .tip, .warranty-car-form .fourS-code1 .tip, .warranty-car-form .fourS-code2 .tip {
    left: 1.36rem;
  }
  .warranty-car-form .fourS-confirm {
    margin-bottom: 0.2rem;
  }
  .warranty-car-form .fourS-tip {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
  }
  .warranty-car-form .zjc {
    width: 100%;
    display: none;
  }
  .warranty-car-form .zjc-title {
    width: 100%;
    font-size: 0.18rem;
    color: #4c4948;
    line-height: 0.28rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .warranty-car-form .zjc-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .zjc-code p {
    font-size: 0.18rem;
    line-height: 1;
  }
  .warranty-car-form .zjc-code input {
    width: 4.5rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border-bottom: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-code .tip {
    left: 1.2rem;
  }
  .warranty-car-form .zjc-vin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-car-form .zjc-vin p {
    font-size: 0.18rem;
    line-height: 1;
  }
  .warranty-car-form .zjc-vin input {
    width: 3.68rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border-bottom: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-car-form .zjc-vin .tip {
    left: 2rem;
  }
  .warranty-car-form .zjc-confirm {
    margin-top: 0.5rem;
  }
  .warranty-car-pic {
    display: none;
    width: 569px;
  }
  .warranty-car-pic img {
    width: 100%;
  }
  .warranty-car-change {
    width: 209px;
    height: 100%;
    background: url(../img/car-bg1.jpg) no-repeat center center;
    background-size: contain;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    z-index: 10;
  }
  .warranty-build-change {
    width: 209px;
    height: 100%;
    background: url(../img/jz-bg.jpg) no-repeat center center;
    background-size: contain;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .warranty-build-form {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0;
  }
  .warranty-build-form-title {
    font-size: 0.26rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 28px;
  }
  .warranty-build-form-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.4rem;
  }
  .warranty-build-form-choose-item {
    width: 1.8rem;
    height: 1.04rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 0.2rem;
    background: #898989;
  }
  .warranty-build-form-choose-item.active {
    background: linear-gradient(to left,#EF717E,#ED1C31 );
  }
  .warranty-build-form .jjm,
  .warranty-build-form .gcm {
    width: 100%;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 0.3rem;
    display: none;
  }
  .warranty-build-form .jjm-code,
  .warranty-build-form .gcm-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .warranty-build-form .jjm-code p,
  .warranty-build-form .gcm-code p,
  .warranty-build-form .jjm-pupop-phonecode p{
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-code input,
  .warranty-build-form .gcm-code input {
    width: 3.2rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-code .tip,
  .warranty-build-form .gcm-code .tip {
    left: 1.28rem;
  }
  .warranty-build-form .jjm-verification,
  .warranty-build-form .gcm-verification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    position: relative;
  }
  .warranty-build-form .jjm-verification p,
  .warranty-build-form .gcm-verification p {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input,
  .warranty-build-form .gcm-verification-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .warranty-build-form .jjm-verification-input input,
  .warranty-build-form .gcm-verification-input input {
    width: 1.9rem;
    border: 0;
    outline: 0;
    font-size: 0.18rem;
    line-height: 1;
    padding: 0.05rem 0;
    box-sizing: border-box;
    padding-left: 0.1rem;
    background: transparent;
    border: 1px solid #b9b9ba;
    color: #000;
  }
  .warranty-build-form .jjm-verification-input img,
  .warranty-build-form .gcm-verification-input img {
    margin-left: 0.1rem;
    width: 1.2rem;
    cursor: pointer;
  }
  .warranty-build-form .jjm-verification .tip,
  .warranty-build-form .gcm-verification .tip {
    left: 1.26rem;
  }
  .warranty-build-form .jjm-pupop-phonecode {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0;
}
.warranty-build-form .jjm-pupop-phonecode p {
  font-size: 0.18rem;
  line-height: 1;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.warranty-build-form .jjm-pupop-phonecode-input input {
  width: 1.75rem;
  border: 0;
  outline: 0;
  font-size: 0.18rem;
  line-height: 1;
  padding: 0.05rem 0;
  box-sizing: border-box;
  padding-left: 0.1rem;
  background: transparent;
  border: 1px solid #b9b9ba;
  color: #000;
}
.warranty-build-form .jjm-pupop-phonecode-input-send {
  margin-left: 0.1rem;
    width: 1.3rem;
    height: 0.3rem;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    border: 0.02rem solid #898989;
    color: #898989;
    font-size: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.warranty-build-form .jjm-pupop-phonecode .pupop-tip {
    left: 1.22rem;
}
  .warranty-build-form .jjm-confirm,
  .warranty-build-form .jjmphone-confirm,
  .warranty-build-form .gcm-confirm {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .warranty-build-form .jjm-tip,
  .warranty-build-form .gcm-tip {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
  }
  .warranty-build-pic {
    display: none;
    width: 569px;
  }
  .warranty-build-pic img {
    width: 100%;
  }
  .tip {
    position: absolute;
    bottom: 100%;
    width: auto;
    z-index: 2;
    display: none;
  }
  .tip-text {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.04rem 0.06rem;
    background: #dd1e2c;
    position: relative;
    z-index: 2;
  }
  .tip-con {
    width: 0;
    height: 0;
    border: 0.08rem solid #dd1e2c;
    border-color: transparent #dd1e2c transparent transparent;
    margin-top: -0.08rem;
    position: relative;
    z-index: 1;
  }
  .error-tip {
    padding: 0.3rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .error-tip img {
    width: 0.46rem;
    margin-right: 0.18rem;
  }
  .error-tip p {
    font-size: 0.18rem;
    color: #000;
    line-height: 1;
    max-width: 3rem;
    text-align: justify;
  }
  .warranty-loading {
    position: fixed;
    font-size: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 0.5rem;
    display: none;
    z-index: 300;
  }
  .warranty-loading img {
    width: 100%;
  }
  .dzzb-pupop {
    width: 5.9rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 0.5rem;
    display: none;
  }
  .dzzb-pupop-close {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
    cursor: pointer;
  }
  .dzzb-pupop-close img {
    width: 100%;
  }
  .dzzb-pupop-title {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #898989;
  }
  .dzzb-pupop-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
    line-height: 0.28rem;
  }
  .dzzb-pupop-list {
    width: 100%;
    height: 60%;
    overflow: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .dzzb-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem 0;
  }
  .dzzb-pupop-list-message-left {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzb-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0.63rem;
  }
  .dzzb-pupop-list-message-right-item {
    width: 0.43rem;
    height: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 1px solid #898989;
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .dzzb-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzb-pupop-list-messageitem {
    display: none;
  }
  .dzzb-pupop-list-messageitem.active {
    display: block;
  }
  .dzzb-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
    color: #727171;
    margin-bottom: 0.1rem;
  }
  .dzzb-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzb-pupop-list-item-desc {
    width: 3.6rem;
    padding: 0.05rem 0;
    border-bottom: 1px solid #727171;
  }
  .dzzb-pupop-list-tiptitle {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
  .dzzb-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzb-pupop-list ul li {
    font-size: 0.16rem;
    line-height: 2;
    color: #898989;
    margin-right: 0.4rem;
  }
  .dzzb-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 0.16rem;
    color: #898989;
    line-height: 2;
  }
  .dzzb-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
  }
  .dzzb-pupop-btn-dy, .dzzb-pupop-btn-reset {
    width: 1.34rem;
    height: 0.42rem;
    background: #8e8e8e;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .dzzb-pupop-btn-dy {
    margin-right: 0.2rem;
  }
  .dzzbcjh-pupop {
    width: 5.9rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 0.5rem;
    display: none;
  }
  .dzzbcjh-pupop-close {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
    cursor: pointer;
  }
  .dzzbcjh-pupop-close img {
    width: 100%;
  }
  .dzzbcjh-pupop-title {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #898989;
  }
  .dzzbcjh-pupop-desc {
    width: 100%;
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
    line-height: 0.28rem;
  }
  .dzzbcjh-pupop-list {
    width: 100%;
    height: 60%;
    overflow: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .dzzbcjh-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem 0;
  }
  .dzzbcjh-pupop-list-message-left {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0.63rem;
  }
  .dzzbcjh-pupop-list-message-right-item {
    width: 0.43rem;
    height: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 1px solid #898989;
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .dzzbcjh-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .dzzbcjh-pupop-list-messageitem {
    display: none;
  }
  .dzzbcjh-pupop-list-messageitem.active {
    display: block;
  }
  .dzzbcjh-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
    color: #727171;
    margin-bottom: 0.1rem;
  }
  .dzzbcjh-pupop-list-item-label {
    font-weight: bold;
  }
  .dzzbcjh-pupop-list-item-desc {
    width: 3.6rem;
    padding: 0.05rem 0;
    border-bottom: 1px solid #727171;
  }
  .dzzbcjh-pupop-list-tiptitle {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
  .dzzbcjh-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dzzbcjh-pupop-list ul li {
    font-size: 0.16rem;
    line-height: 2;
    color: #898989;
    margin-right: 0.4rem;
  }
  .dzzbcjh-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 0.16rem;
    color: #898989;
    line-height: 2;
  }
  .dzzbcjh-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
  }
  .dzzbcjh-pupop-btn-dy, .dzzbcjh-pupop-btn-reset {
    width: 1.34rem;
    height: 0.42rem;
    background: #8e8e8e;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .dzzbcjh-pupop-btn-dy {
    margin-right: 0.2rem;
  }
  .zbxq-pupop {
    width: 92%;
    height: 620px;
    background: #fff;
    z-index: 301;
    box-sizing: border-box;
    padding:10px;
    display: none;
  }
  .zbxq-pupop-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
    cursor: pointer;
  }
  .zbxq-pupop-close img {
    width: 100%;
  }
  .zbxq-pupop-title {
    width: 100%;
    padding-bottom: 0px;
    margin: 0 10px;
  }
  .zbxq-pupop-title image{
    width: 11px;
    height: 11px;
  }
  .zbxq-pupop-title p{
    width: calc(100% - 133px);
    font-size: 0.3rem;
    line-height: 1;
    color: red;
    font-weight: bold;
    border-bottom: none;
  }
  .zbxq-pupop-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
    line-height: 0.28rem;
  }
  .zbxq-pupop-list {
    width: 100%;
    height: 410px;
    overflow: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .zbxq-pupop-desc p{
    margin: 0 10px;
    }
  .zbxq-pupop-list-title {
    width: 100%;
    line-height: 1;
    font-size: 0.16rem;
    color: #EE1A31;
    background-color: #F1F1F1;
    align-items: center;
    height: 46px;
    display: flex;
  }
  .zbxq-pupop-list-title p{
    padding-left: 16px;
  }
  .zbxq-pupop-list-title-right p{
    padding-left: 16px;
  }
  .zbxq-pupop-list-title-right {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0px;
  }
  .zbxq-pupop-list-block{
    margin: 10px 16px;
  }
  .zbxq-pupop-list-message {
    /* width: 100%;
    display: flex; */
    justify-content: flex-start;
    align-items: center;
    margin: 10px 16px;
    padding: 0;
  }
  .zbxq-pupop-list-message-header {
    font-size: 0.18rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .zbxq-pupop-list-message-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list-message-body-item {
    width: calc(100% - 32px);
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    color: #898989;
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .zbxq-pupop-list-message-body-itemjjm {
    padding: 0.1rem 0.1rem;
    margin: 0px;
  }
  .zbxq-pupop-list-message-body-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zbxq-pupop-list-messageitem {
    display: none;
  }
  .zbxq-pupop-list-messageitem.active {
    display: block;
  }
  .zbxq-pupop-list-item {
    width: 100%;
    display: block;
    align-items: center;
    font-size: 0.18rem;
    color: #727171;
    margin: 0;
  }
  .zbxq-pupop-list-item-col {
     display: flex;
     width: 100%;
     font-size: 14px;
     padding: 0.1rem 0rem;
    }

  .zbxq-pupop-list-item-label {
    color: #000000;
  }
  .zbxq-pupop-list-item-desc {
    padding: 0 0.05rem;
  }
  .zbxq-pupop-list-tiptitle {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
  .zbxq-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zbxq-pupop-list ul li {
    font-size: 0.16rem;
    line-height: 2;
    color: #898989;
    margin-right: 0.4rem;
  }
  .zbxq-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 0.16rem;
    color: #898989;
    line-height: 2;
  }
  .zbxq-pupop-btn-shift {
    padding: 0px 16px;
    height: 42px;
    color: #fff;
    font-size: 14px;
    width: auto;
  }
  .zbxq-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0;
  }
  .zbxq-pupop-btn-dy, .zbxq-pupop-btn-reset {
    width: 1.34rem;
    height: 0.42rem;
    background: #8e8e8e;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .zbxq-pupop-btn-dy {
    margin-right: 0.2rem;
  }
  .zjc-pupop {
    width: 5.9rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 0.5rem;
    display: none;
  }
  .zjc-pupop-close {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
    cursor: pointer;
  }
  .zjc-pupop-close img {
    width: 100%;
  }
  .zjc-pupop-title {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #898989;
  }
  .zjc-pupop-desc {
    width: 100%;
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
    line-height: 0.28rem;
  }
  .zjc-pupop-list {
    width: 100%;
    height: 60%;
    overflow: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .zjc-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem 0;
  }
  .zjc-pupop-list-message-left {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .zjc-pupop-list-message-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0.63rem;
  }
  .zjc-pupop-list-message-right-item {
    width: 0.43rem;
    height: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989;
    border: 1px solid #898989;
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .zjc-pupop-list-message-right-item.active {
    color: #ef7622;
    border-color: #ef7622;
  }
  .zjc-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.18rem;
    color: #727171;
    margin-bottom: 0.1rem;
  }
  .zjc-pupop-list-item-label {
    font-weight: bold;
  }
  .zjc-pupop-list-item-desc {
    width: 3.6rem;
    padding: 0.05rem 0;
    padding-top: 0;
    border-bottom: 1px solid #727171;
  }
  .zjc-pupop-list-item-desc.vin {
    width: 2.7rem;
  }
  .zjc-pupop-list-tiptitle {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
  .zjc-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zjc-pupop-list ul li {
    font-size: 0.16rem;
    line-height: 2;
    color: #898989;
    margin-right: 0.4rem;
  }
  .zjc-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 0.16rem;
    color: #898989;
    line-height: 2;
  }
  .zjc-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
  }
  .zjc-pupop-btn-dy, .zjc-pupop-btn-reset {
    width: 1.34rem;
    height: 0.42rem;
    background: #8e8e8e;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .zjc-pupop-btn-dy {
    margin-right: 0.2rem;
  }
  .jjm-pupop {
    width: 5.9rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 0.5rem;
    display: none;
  }
  .jjm-pupop-close {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
    cursor: pointer;
  }
  .jjm-pupop-close img {
    width: 100%;
  }
  .jjm-pupop-title {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #898989;
  }
  .jjm-pupop-desc {
    width: 100%;
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
    line-height: 0.28rem;
  }
  .jjm-pupop-list {
    width: 100%;
    height: 65%;
    overflow: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .jjm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
  }
  .jjm-pupop-list-messagehead {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.1rem;
    background: #969393;
  }
  .jjm-pupop-list-messagehead-item {
    width: 25%;
    height: 0.45rem;
    background: #969393;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    line-height: 1;
    color: #fff;
  }
  .jjm-pupop-list-messagecontent {
    width: 100%;
    margin-bottom: 0.1rem;
    background: #fff;
  }
  .jjm-pupop-list-messagecontent-list {
    width: 100%;
    height: 0.45rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list-messagecontent-list-item {
    width: 25%;
    height: 0.45rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
  }
  .jjm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.18rem;
    color: #727171;
    margin-bottom: 0.1rem;
  }
  .jjm-pupop-list-item-label {
    font-weight: bold;
  }
  .jjm-pupop-list-item-desc {
    width: 3.6rem;
    padding: 5px 0;
    padding-top: 0;
    border-bottom: 1px solid #727171;
  }
  .jjm-pupop-list-item-desc.vin {
    width: 2.69rem;
  }
  .jjm-pupop-list-tiptitle {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
  .jjm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jjm-pupop-list ul li {
    font-size: 0.16rem;
    line-height: 2;
    color: #898989;
    margin-right: 0.4rem;
  }
  .jjm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 0.16rem;
    color: #898989;
    line-height: 2;
  }
  .jjm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
  }
  .jjm-pupop-btn-dy, .jjm-pupop-btn-reset {
    width: 1.34rem;
    height: 0.42rem;
    background: #8e8e8e;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .jjm-pupop-btn-dy {
    margin-right: 0.2rem;
  }
  .gcm-pupop {
    width: 5.9rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: 0.5rem;
    display: none;
  }
  .gcm-pupop-close {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
    cursor: pointer;
  }
  .gcm-pupop-close img {
    width: 100%;
  }
  .gcm-pupop-title {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #898989;
  }
  .gcm-pupop-desc {
    width: 100%;
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
  }
  .gcm-pupop-list {
    width: 100%;
    height: 65%;
    overflow: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .gcm-pupop-list-title {
    width: 100%;
    line-height: 1;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
  }
  .gcm-pupop-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.18rem;
    color: #727171;
    margin-bottom: 0.1rem;
  }
  .gcm-pupop-list-item-label {
    font-weight: bold;
  }
  .gcm-pupop-list-item-desc {
    width: 3.6rem;
    padding: 0.05rem 0;
    padding-top: 0;
    border-bottom: 1px solid #727171;
  }
  .gcm-pupop-list-item-desc {
    padding: 0.05rem;
    border: 0;
    background: #f7f8f8;
  }
  .gcm-pupop-list-tiptitle {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1;
    font-weight: bold;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
  .gcm-pupop-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcm-pupop-list ul li {
    font-size: 0.16rem;
    line-height: 2;
    color: #898989;
    margin-right: 0.4rem;
  }
  .gcm-pupop-list-titdesc {
    width: 100%;
    text-align: justify;
    font-size: 0.16rem;
    color: #898989;
    line-height: 2;
  }
  .gcm-pupop-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
  }
  .gcm-pupop-btn-down {
    width: 1.34rem;
    height: 0.42rem;
    background: #ED1723;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .gcm-pupop-btn-reset {
    width: 1.34rem;
    height: 0.42rem;
    background: #000000;
    color: #fff;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    cursor: pointer;
  }
  .gcm-pupop-btn-down {
    width: 1.54rem;
    margin-right: 0.2rem;
    text-decoration: none;
  }
  .fours-pupop {
    width: 4.59rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    font-size: 0;
    z-index: 300;
    box-sizing: border-box;
    padding: .50rem;
    display: none;
  }
  .fours-pupop-close {
    width: .30rem;
    height: .30rem;
    position: absolute;
    right: -.15rem;
    top: -.15rem;
    cursor: pointer;
  }
  .fours-pupop-close img {
    width: 100%;
  }
  .fours-pupop-title {
    width: 100%;
    font-size: .26rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: .28rem;
    border-bottom: .01rem solid #898989;
  }
  .fours-pupop-desc {
    width: 100%;
    font-size: .18rem;
    line-height: .28rem;
    color: #000;
    margin-top: .20rem;
    margin-bottom: .12rem;
  }
  .fours-pupop-images {
    width: 100%;
    padding: .25rem 0;
    text-align: right;
  }
  .fours-pupop-images img {
    width: 1.65rem;
  }
  .fours-pupop-reset {
    width: 1.34rem;
    height: .42rem;
    margin: 0 auto;
    background: #8e8e8e;
    color: #fff;
    font-size: .18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    cursor: pointer;
  }
}

@media screen and (max-height:796px) {
  .dzzbcjh-list-pupop {
    height: 86%;
    top:55%;
  }
  .zbxq-pupop {
    height: 86%;
    top:55%;
  }
}

@media screen and (max-height:689px) {
  .zbxq-pupop-list {
    height: 336px;
  }
}

@media screen and (max-height:624px) {
  .zbxq-pupop-list {
    height: 280px;
  }
}

@media screen and (max-height:510px) {
  .dzzbcjh-list-pupop-messagelist{
    height: 220px;
  }
  .zbxq-pupop-list {
    height: 220px;
  }
}
.dzzb{font-size: 16px;clear: both;height: auto;}
.dzzb .box{width: 32%;float: left}
.dzzb .box p{ line-height: 30px;}
