.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner .container .title {
  font-size: 46px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-top: 47px;
  margin-bottom: 20px;
}

.banner .container .title span {
  font-size: 20px;
  vertical-align: top;
}

.banner .container .desc {
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.zunyi {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: #f4f4f4;
}

.zunyi .container {
  height: auto;
}

.zunyi-desc {
  width: 100%;
  text-align: right;
  position: relative;
}

.zunyi-desc img {
  width: 100%;
}

.zunyi-desc-left {
  position: absolute;
  right: 44px;
  bottom: 45px;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

.zunyi-car {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 85px;
}

.zunyi-car-image {
  width: 518px;
  box-sizing: border-box;
  padding: 0 103px;
}

.zunyi-car-image img {
  width: 100%;
  display: none;
}

.zunyi-car-image img.active {
  display: block;
}

.zunyi-car-choose {
  width: calc(100% - 518px);
}

.zunyi-car-choose-type {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 85px;
}

.zunyi-car-choose-type-front-title, .zunyi-car-choose-type-back-title {
  font-size: 27px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}

.zunyi-car-choose-type-front-list, .zunyi-car-choose-type-back-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.zunyi-car-choose-type-front-list-item, .zunyi-car-choose-type-back-list-item {
  width: 118px;
  height: 41px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 26px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  font-weight: bold;
  cursor: pointer;
}

.zunyi-car-choose-type-front-list-item:last-child, .zunyi-car-choose-type-back-list-item:last-child {
  margin-right: 0;
}

.zunyi-car-choose-type-front-list-item.active, .zunyi-car-choose-type-back-list-item.active {
  background-color: transparent;
  border-color: #ef7622;
  color: #ef7622;
}

.zunyi-car-choose-type-front {
  padding-right: 36px;
  border-right: 2px solid #000;
}

.zunyi-car-choose-type-back {
  padding-left: 36px;
}

.zunyi-car-choose-list {
  width: 100%;
}

.zunyi-car-choose-list-item {
  width: 100%;
  display: none;
  position: relative;
}

.zunyi-car-choose-list-item-name {
  width: 100%;
  font-size: 21px;
  line-height: 1;
  color: #c2b59b;
  padding-top: 18px;
  font-weight: bold;
  position: relative;
}

.zunyi-car-choose-list-item-name:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.zunyi-car-choose-list-item-theme, .zunyi-car-choose-list-item-desc {
  width: 100%;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #000;
  margin-top: 30px;
  padding-top: 18px;
}

.zunyi-car-choose-list-item-number {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 18px;
  position: relative;
}

.zunyi-car-choose-list-item-number-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 14px;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}

.zunyi-car-choose-list-item-number-item img {
  width: 38px;
  margin-right: 16px;
}

.zunyi-car-choose-list-item-number-item p span {
  font-size: 18px;
  color: #4c4948;
  padding-top: 6px;
}

.zunyi-car-choose-list-item-warr {
  width: 200px;
  position: absolute;
  top: -239px;
  right: -64px;
}

.zunyi-car-choose-list-item-warr img {
  width: 100%;
}

.zunyi-car-choose-list-item-theme:after, .zunyi-car-choose-list-item-desc:after, .zunyi-car-choose-list-item-number:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.zunyi-car-choose-list-item.active {
  display: block;
}

.changyi {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: #fff;
}

.changyi .container {
  height: auto;
}

.changyi-desc {
  width: 100%;
  text-align: left;
  position: relative;
}

.changyi-desc img {
  width: 100%;
}

.changyi-desc-left {
  position: absolute;
  left: 44px;
  bottom: 45px;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

.changyi-car {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 85px;
}

.changyi-car-image {
  width: 518px;
  box-sizing: border-box;
  padding: 0 103px;
}

.changyi-car-image img {
  width: 100%;
  display: none;
}

.changyi-car-image img.active {
  display: block;
}

.changyi-car-choose {
  width: calc(100% - 518px);
}

.changyi-car-choose-type {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 85px;
}

.changyi-car-choose-type-front-title, .changyi-car-choose-type-back-title {
  font-size: 27px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}

.changyi-car-choose-type-front-list, .changyi-car-choose-type-back-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.changyi-car-choose-type-front-list-item, .changyi-car-choose-type-back-list-item {
  width: 118px;
  height: 41px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 26px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  font-weight: bold;
  cursor: pointer;
}

.changyi-car-choose-type-front-list-item:last-child, .changyi-car-choose-type-back-list-item:last-child {
  margin-right: 0;
}

.changyi-car-choose-type-front-list-item.active, .changyi-car-choose-type-back-list-item.active {
  background-color: transparent;
  border-color: #ef7622;
  color: #ef7622;
}

.changyi-car-choose-type-front {
  padding-right: 36px;
  border-right: 2px solid #000;
}

.changyi-car-choose-type-back {
  padding-left: 36px;
}

.changyi-car-choose-list {
  width: 100%;
}

.changyi-car-choose-list-item {
  width: 100%;
  display: none;
  position: relative;
}

.changyi-car-choose-list-item-name {
  width: 100%;
  font-size: 21px;
  line-height: 1;
  color: #c2b59b;
  padding-top: 18px;
  font-weight: bold;
  position: relative;
}

.changyi-car-choose-list-item-name:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.changyi-car-choose-list-item-theme, .changyi-car-choose-list-item-desc {
  width: 100%;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #000;
  margin-top: 30px;
  padding-top: 18px;
}

.changyi-car-choose-list-item-number {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 18px;
  position: relative;
}

.changyi-car-choose-list-item-number-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 14px;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}

.changyi-car-choose-list-item-number-item img {
  width: 38px;
  margin-right: 16px;
}

.changyi-car-choose-list-item-number-item p span {
  font-size: 18px;
  color: #4c4948;
  padding-top: 6px;
}

.changyi-car-choose-list-item-warr {
  width: 200px;
  position: absolute;
  top: -239px;
  right: -64px;
}

.changyi-car-choose-list-item-warr img {
  width: 100%;
}

.changyi-car-choose-list-item-theme:after, .changyi-car-choose-list-item-desc:after, .changyi-car-choose-list-item-number:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.changyi-car-choose-list-item.active {
  display: block;
}

.siyi {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: #f4f4f4;
}

.siyi .container {
  height: auto;
}

.siyi-desc {
  width: 100%;
  text-align: right;
  position: relative;
}

.siyi-desc img {
  width: 100%;
}

.siyi-desc-left {
  position: absolute;
  right: 44px;
  bottom: 45px;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

.siyi-car {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 85px;
}

.siyi-car-image {
  width: 518px;
  box-sizing: border-box;
  padding: 0 103px;
}

.siyi-car-image img {
  width: 100%;
  display: none;
}

.siyi-car-image img.active {
  display: block;
}

.siyi-car-choose {
  width: calc(100% - 518px);
}

.siyi-car-choose-type {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 85px;
}

.siyi-car-choose-type-front-title, .siyi-car-choose-type-back-title {
  font-size: 27px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}

.siyi-car-choose-type-front-list, .siyi-car-choose-type-back-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.siyi-car-choose-type-front-list-item, .siyi-car-choose-type-back-list-item {
  width: 118px;
  height: 41px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 26px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  font-weight: bold;
  cursor: pointer;
}

.siyi-car-choose-type-front-list-item:last-child, .siyi-car-choose-type-back-list-item:last-child {
  margin-right: 0;
}

.siyi-car-choose-type-front-list-item.active, .siyi-car-choose-type-back-list-item.active {
  background-color: transparent;
  border-color: #ef7622;
  color: #ef7622;
}

.siyi-car-choose-type-front {
  padding-right: 36px;
  border-right: 2px solid #000;
}

.siyi-car-choose-type-back {
  padding-left: 36px;
}

.siyi-car-choose-list {
  width: 100%;
}

.siyi-car-choose-list-item {
  width: 100%;
  display: none;
  position: relative;
}

.siyi-car-choose-list-item-name {
  width: 100%;
  font-size: 21px;
  line-height: 1;
  color: #c2b59b;
  padding-top: 18px;
  font-weight: bold;
  position: relative;
}

.siyi-car-choose-list-item-name:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.siyi-car-choose-list-item-theme, .siyi-car-choose-list-item-desc {
  width: 100%;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #000;
  margin-top: 30px;
  padding-top: 18px;
}

.siyi-car-choose-list-item-number {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 18px;
  position: relative;
}

.siyi-car-choose-list-item-number-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 14px;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}

.siyi-car-choose-list-item-number-item img {
  width: 38px;
  margin-right: 16px;
}

.siyi-car-choose-list-item-number-item p span {
  font-size: 18px;
  color: #4c4948;
  padding-top: 6px;
}

.siyi-car-choose-list-item-warr {
  width: 200px;
  position: absolute;
  top: -239px;
  right: -64px;
}

.siyi-car-choose-list-item-warr img {
  width: 100%;
}

.siyi-car-choose-list-item-theme:after, .siyi-car-choose-list-item-desc:after, .siyi-car-choose-list-item-number:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.siyi-car-choose-list-item.active {
  display: block;
}

@media screen and (max-width: 1680px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 40.25px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 41.125px;
    margin-bottom: 17.5px;
  }
  .banner .container .title span {
    font-size: 17.5px;
    vertical-align: top;
  }
  .banner .container .desc {
    font-size: 15.75px;
    color: #000;
    line-height: 1;
  }
  .zunyi {
    width: 100%;
    overflow: hidden;
    padding: 52.5px 0;
    background: #f4f4f4;
  }
  .zunyi .container {
    height: auto;
  }
  .zunyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .zunyi-desc img {
    width: 100%;
  }
  .zunyi-desc-left {
    position: absolute;
    right: 38.5px;
    bottom: 39.375px;
    font-size: 40.25px;
    font-weight: bold;
    color: #fff;
  }
  .zunyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 74.375px;
  }
  .zunyi-car-image {
    width: 453.25px;
    box-sizing: border-box;
    padding: 0 90.125px;
  }
  .zunyi-car-image img {
    width: 100%;
    display: none;
  }
  .zunyi-car-image img.active {
    display: block;
  }
  .zunyi-car-choose {
    width: calc(100% - 518px * 0.875);
  }
  .zunyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 52.5px;
    margin-bottom: 74.375px;
  }
  .zunyi-car-choose-type-front-title, .zunyi-car-choose-type-back-title {
    font-size: 23.625px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 19.25px;
  }
  .zunyi-car-choose-type-front-list, .zunyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zunyi-car-choose-type-front-list-item, .zunyi-car-choose-type-back-list-item {
    width: 103.25px;
    height: 35.875px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    border-radius: 17.5px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    color: #fff;
    font-size: 18.375px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 22.75px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .zunyi-car-choose-type-front-list-item:last-child, .zunyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .zunyi-car-choose-type-front-list-item.active, .zunyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .zunyi-car-choose-type-front {
    padding-right: 31.5px;
    border-right: 1.75px solid #000;
  }
  .zunyi-car-choose-type-back {
    padding-left: 31.5px;
  }
  .zunyi-car-choose-list {
    width: 100%;
  }
  .zunyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .zunyi-car-choose-list-item-name {
    width: 100%;
    font-size: 18.375px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 15.75px;
    font-weight: bold;
    position: relative;
  }
  .zunyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item-theme, .zunyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    position: relative;
    color: #000;
    margin-top: 26.25px;
    padding-top: 15.75px;
  }
  .zunyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 21px;
    padding-top: 15.75px;
    position: relative;
  }
  .zunyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12.25px;
    font-size: 22.75px;
    color: #000;
    line-height: 24.5px;
  }
  .zunyi-car-choose-list-item-number-item img {
    width: 33.25px;
    margin-right: 14px;
  }
  .zunyi-car-choose-list-item-number-item p span {
    font-size: 15.75px;
    color: #4c4948;
    padding-top: 5.25px;
  }
  .zunyi-car-choose-list-item-warr {
    width: 175px;
    position: absolute;
    top: -209.125px;
    right: -56px;
  }
  .zunyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .zunyi-car-choose-list-item-theme:after, .zunyi-car-choose-list-item-desc:after, .zunyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item.active {
    display: block;
  }
  .changyi {
    width: 100%;
    overflow: hidden;
    padding: 52.5px 0;
    background: #fff;
  }
  .changyi .container {
    height: auto;
  }
  .changyi-desc {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .changyi-desc img {
    width: 100%;
  }
  .changyi-desc-left {
    position: absolute;
    left: 38.5px;
    bottom: 39.375px;
    font-size: 40.25px;
    font-weight: bold;
    color: #fff;
  }
  .changyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 74.375px;
  }
  .changyi-car-image {
    width: 453.25px;
    box-sizing: border-box;
    padding: 0 90.125px;
  }
  .changyi-car-image img {
    width: 100%;
    display: none;
  }
  .changyi-car-image img.active {
    display: block;
  }
  .changyi-car-choose {
    width: calc(100% - 518px * 0.875);
  }
  .changyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 52.5px;
    margin-bottom: 74.375px;
  }
  .changyi-car-choose-type-front-title, .changyi-car-choose-type-back-title {
    font-size: 23.625px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 19.25px;
  }
  .changyi-car-choose-type-front-list, .changyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .changyi-car-choose-type-front-list-item, .changyi-car-choose-type-back-list-item {
    width: 103.25px;
    height: 35.875px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    border-radius: 17.5px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    color: #fff;
    font-size: 18.375px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 22.75px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .changyi-car-choose-type-front-list-item:last-child, .changyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .changyi-car-choose-type-front-list-item.active, .changyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .changyi-car-choose-type-front {
    padding-right: 31.5px;
    border-right: 1.75px solid #000;
  }
  .changyi-car-choose-type-back {
    padding-left: 31.5px;
  }
  .changyi-car-choose-list {
    width: 100%;
  }
  .changyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .changyi-car-choose-list-item-name {
    width: 100%;
    font-size: 18.375px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 15.75px;
    font-weight: bold;
    position: relative;
  }
  .changyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item-theme, .changyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    position: relative;
    color: #000;
    margin-top: 26.25px;
    padding-top: 15.75px;
  }
  .changyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 21px;
    padding-top: 15.75px;
    position: relative;
  }
  .changyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12.25px;
    font-size: 22.75px;
    color: #000;
    line-height: 24.5px;
  }
  .changyi-car-choose-list-item-number-item img {
    width: 33.25px;
    margin-right: 14px;
  }
  .changyi-car-choose-list-item-number-item p span {
    font-size: 15.75px;
    color: #4c4948;
    padding-top: 5.25px;
  }
  .changyi-car-choose-list-item-warr {
    width: 175px;
    position: absolute;
    top: -209.125px;
    right: -56px;
  }
  .changyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .changyi-car-choose-list-item-theme:after, .changyi-car-choose-list-item-desc:after, .changyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item.active {
    display: block;
  }
  .siyi {
    width: 100%;
    overflow: hidden;
    padding: 52.5px 0;
    background: #f4f4f4;
  }
  .siyi .container {
    height: auto;
  }
  .siyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .siyi-desc img {
    width: 100%;
  }
  .siyi-desc-left {
    position: absolute;
    right: 38.5px;
    bottom: 39.375px;
    font-size: 40.25px;
    font-weight: bold;
    color: #fff;
  }
  .siyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 74.375px;
  }
  .siyi-car-image {
    width: 453.25px;
    box-sizing: border-box;
    padding: 0 90.125px;
  }
  .siyi-car-image img {
    width: 100%;
    display: none;
  }
  .siyi-car-image img.active {
    display: block;
  }
  .siyi-car-choose {
    width: calc(100% - 518px * 0.875);
  }
  .siyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 52.5px;
    margin-bottom: 74.375px;
  }
  .siyi-car-choose-type-front-title, .siyi-car-choose-type-back-title {
    font-size: 23.625px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 19.25px;
  }
  .siyi-car-choose-type-front-list, .siyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .siyi-car-choose-type-front-list-item, .siyi-car-choose-type-back-list-item {
    width: 103.25px;
    height: 35.875px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    border-radius: 17.5px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    color: #fff;
    font-size: 18.375px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 22.75px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .siyi-car-choose-type-front-list-item:last-child, .siyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .siyi-car-choose-type-front-list-item.active, .siyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .siyi-car-choose-type-front {
    padding-right: 31.5px;
    border-right: 1.75px solid #000;
  }
  .siyi-car-choose-type-back {
    padding-left: 31.5px;
  }
  .siyi-car-choose-list {
    width: 100%;
  }
  .siyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .siyi-car-choose-list-item-name {
    width: 100%;
    font-size: 18.375px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 15.75px;
    font-weight: bold;
    position: relative;
  }
  .siyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item-theme, .siyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    position: relative;
    color: #000;
    margin-top: 26.25px;
    padding-top: 15.75px;
  }
  .siyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 21px;
    padding-top: 15.75px;
    position: relative;
  }
  .siyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12.25px;
    font-size: 22.75px;
    color: #000;
    line-height: 24.5px;
  }
  .siyi-car-choose-list-item-number-item img {
    width: 33.25px;
    margin-right: 14px;
  }
  .siyi-car-choose-list-item-number-item p span {
    font-size: 15.75px;
    color: #4c4948;
    padding-top: 5.25px;
  }
  .siyi-car-choose-list-item-warr {
    width: 175px;
    position: absolute;
    top: -209.125px;
    right: -56px;
  }
  .siyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .siyi-car-choose-list-item-theme:after, .siyi-car-choose-list-item-desc:after, .siyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item.active {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 34.5px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 35.25px;
    margin-bottom: 15px;
  }
  .banner .container .title span {
    font-size: 15px;
    vertical-align: top;
  }
  .banner .container .desc {
    font-size: 13.5px;
    color: #000;
    line-height: 1;
  }
  .zunyi {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    background: #f4f4f4;
  }
  .zunyi .container {
    height: auto;
  }
  .zunyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .zunyi-desc img {
    width: 100%;
  }
  .zunyi-desc-left {
    position: absolute;
    right: 33px;
    bottom: 33.75px;
    font-size: 34.5px;
    font-weight: bold;
    color: #fff;
  }
  .zunyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 63.75px;
  }
  .zunyi-car-image {
    width: 388.5px;
    box-sizing: border-box;
    padding: 0 77.25px;
  }
  .zunyi-car-image img {
    width: 100%;
    display: none;
  }
  .zunyi-car-image img.active {
    display: block;
  }
  .zunyi-car-choose {
    width: calc(100% - 518px * 0.75);
  }
  .zunyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 63.75px;
  }
  .zunyi-car-choose-type-front-title, .zunyi-car-choose-type-back-title {
    font-size: 20.25px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 16.5px;
  }
  .zunyi-car-choose-type-front-list, .zunyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zunyi-car-choose-type-front-list-item, .zunyi-car-choose-type-back-list-item {
    width: 88.5px;
    height: 30.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 19.5px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .zunyi-car-choose-type-front-list-item:last-child, .zunyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .zunyi-car-choose-type-front-list-item.active, .zunyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .zunyi-car-choose-type-front {
    padding-right: 27px;
    border-right: 1.5px solid #000;
  }
  .zunyi-car-choose-type-back {
    padding-left: 27px;
  }
  .zunyi-car-choose-list {
    width: 100%;
  }
  .zunyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .zunyi-car-choose-list-item-name {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 13.5px;
    font-weight: bold;
    position: relative;
  }
  .zunyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item-theme, .zunyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    position: relative;
    color: #000;
    margin-top: 22.5px;
    padding-top: 13.5px;
  }
  .zunyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
    padding-top: 13.5px;
    position: relative;
  }
  .zunyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10.5px;
    font-size: 19.5px;
    color: #000;
    line-height: 21px;
  }
  .zunyi-car-choose-list-item-number-item img {
    width: 28.5px;
    margin-right: 12px;
  }
  .zunyi-car-choose-list-item-number-item p span {
    font-size: 13.5px;
    color: #4c4948;
    padding-top: 4.5px;
  }
  .zunyi-car-choose-list-item-warr {
    width: 150px;
    position: absolute;
    top: -179.25px;
    right: -48px;
  }
  .zunyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .zunyi-car-choose-list-item-theme:after, .zunyi-car-choose-list-item-desc:after, .zunyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item.active {
    display: block;
  }
  .changyi {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    background: #fff;
  }
  .changyi .container {
    height: auto;
  }
  .changyi-desc {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .changyi-desc img {
    width: 100%;
  }
  .changyi-desc-left {
    position: absolute;
    left: 33px;
    bottom: 33.75px;
    font-size: 34.5px;
    font-weight: bold;
    color: #fff;
  }
  .changyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 63.75px;
  }
  .changyi-car-image {
    width: 388.5px;
    box-sizing: border-box;
    padding: 0 77.25px;
  }
  .changyi-car-image img {
    width: 100%;
    display: none;
  }
  .changyi-car-image img.active {
    display: block;
  }
  .changyi-car-choose {
    width: calc(100% - 518px * 0.75);
  }
  .changyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 63.75px;
  }
  .changyi-car-choose-type-front-title, .changyi-car-choose-type-back-title {
    font-size: 20.25px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 16.5px;
  }
  .changyi-car-choose-type-front-list, .changyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .changyi-car-choose-type-front-list-item, .changyi-car-choose-type-back-list-item {
    width: 88.5px;
    height: 30.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 19.5px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .changyi-car-choose-type-front-list-item:last-child, .changyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .changyi-car-choose-type-front-list-item.active, .changyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .changyi-car-choose-type-front {
    padding-right: 27px;
    border-right: 1.5px solid #000;
  }
  .changyi-car-choose-type-back {
    padding-left: 27px;
  }
  .changyi-car-choose-list {
    width: 100%;
  }
  .changyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .changyi-car-choose-list-item-name {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 13.5px;
    font-weight: bold;
    position: relative;
  }
  .changyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item-theme, .changyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    position: relative;
    color: #000;
    margin-top: 22.5px;
    padding-top: 13.5px;
  }
  .changyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
    padding-top: 13.5px;
    position: relative;
  }
  .changyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10.5px;
    font-size: 19.5px;
    color: #000;
    line-height: 21px;
  }
  .changyi-car-choose-list-item-number-item img {
    width: 28.5px;
    margin-right: 12px;
  }
  .changyi-car-choose-list-item-number-item p span {
    font-size: 13.5px;
    color: #4c4948;
    padding-top: 4.5px;
  }
  .changyi-car-choose-list-item-warr {
    width: 150px;
    position: absolute;
    top: -179.25px;
    right: -48px;
  }
  .changyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .changyi-car-choose-list-item-theme:after, .changyi-car-choose-list-item-desc:after, .changyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item.active {
    display: block;
  }
  .siyi {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    background: #f4f4f4;
  }
  .siyi .container {
    height: auto;
  }
  .siyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .siyi-desc img {
    width: 100%;
  }
  .siyi-desc-left {
    position: absolute;
    right: 33px;
    bottom: 33.75px;
    font-size: 34.5px;
    font-weight: bold;
    color: #fff;
  }
  .siyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 63.75px;
  }
  .siyi-car-image {
    width: 388.5px;
    box-sizing: border-box;
    padding: 0 77.25px;
  }
  .siyi-car-image img {
    width: 100%;
    display: none;
  }
  .siyi-car-image img.active {
    display: block;
  }
  .siyi-car-choose {
    width: calc(100% - 518px * 0.75);
  }
  .siyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 63.75px;
  }
  .siyi-car-choose-type-front-title, .siyi-car-choose-type-back-title {
    font-size: 20.25px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 16.5px;
  }
  .siyi-car-choose-type-front-list, .siyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .siyi-car-choose-type-front-list-item, .siyi-car-choose-type-back-list-item {
    width: 88.5px;
    height: 30.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #fff;
    font-size: 15.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 19.5px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .siyi-car-choose-type-front-list-item:last-child, .siyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .siyi-car-choose-type-front-list-item.active, .siyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .siyi-car-choose-type-front {
    padding-right: 27px;
    border-right: 1.5px solid #000;
  }
  .siyi-car-choose-type-back {
    padding-left: 27px;
  }
  .siyi-car-choose-list {
    width: 100%;
  }
  .siyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .siyi-car-choose-list-item-name {
    width: 100%;
    font-size: 15.75px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 13.5px;
    font-weight: bold;
    position: relative;
  }
  .siyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item-theme, .siyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    position: relative;
    color: #000;
    margin-top: 22.5px;
    padding-top: 13.5px;
  }
  .siyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
    padding-top: 13.5px;
    position: relative;
  }
  .siyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10.5px;
    font-size: 19.5px;
    color: #000;
    line-height: 21px;
  }
  .siyi-car-choose-list-item-number-item img {
    width: 28.5px;
    margin-right: 12px;
  }
  .siyi-car-choose-list-item-number-item p span {
    font-size: 13.5px;
    color: #4c4948;
    padding-top: 4.5px;
  }
  .siyi-car-choose-list-item-warr {
    width: 150px;
    position: absolute;
    top: -179.25px;
    right: -48px;
  }
  .siyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .siyi-car-choose-list-item-theme:after, .siyi-car-choose-list-item-desc:after, .siyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item.active {
    display: block;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 32.2px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 32.9px;
    margin-bottom: 14px;
  }
  .banner .container .title span {
    font-size: 14px;
    vertical-align: top;
  }
  .banner .container .desc {
    font-size: 12.6px;
    color: #000;
    line-height: 1;
  }
  .zunyi {
    width: 100%;
    overflow: hidden;
    padding: 42px 0;
    background: #f4f4f4;
  }
  .zunyi .container {
    height: auto;
  }
  .zunyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .zunyi-desc img {
    width: 100%;
  }
  .zunyi-desc-left {
    position: absolute;
    right: 30.8px;
    bottom: 31.5px;
    font-size: 32.2px;
    font-weight: bold;
    color: #fff;
  }
  .zunyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 59.5px;
  }
  .zunyi-car-image {
    width: 362.6px;
    box-sizing: border-box;
    padding: 0 72.1px;
  }
  .zunyi-car-image img {
    width: 100%;
    display: none;
  }
  .zunyi-car-image img.active {
    display: block;
  }
  .zunyi-car-choose {
    width: calc(100% - 518px * 0.7);
  }
  .zunyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 42px;
    margin-bottom: 59.5px;
  }
  .zunyi-car-choose-type-front-title, .zunyi-car-choose-type-back-title {
    font-size: 18.9px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 15.4px;
  }
  .zunyi-car-choose-type-front-list, .zunyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zunyi-car-choose-type-front-list-item, .zunyi-car-choose-type-back-list-item {
    width: 82.6px;
    height: 28.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    color: #fff;
    font-size: 14.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 18.2px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .zunyi-car-choose-type-front-list-item:last-child, .zunyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .zunyi-car-choose-type-front-list-item.active, .zunyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .zunyi-car-choose-type-front {
    padding-right: 25.2px;
    border-right: 1.4px solid #000;
  }
  .zunyi-car-choose-type-back {
    padding-left: 25.2px;
  }
  .zunyi-car-choose-list {
    width: 100%;
  }
  .zunyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .zunyi-car-choose-list-item-name {
    width: 100%;
    font-size: 14.7px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 12.6px;
    font-weight: bold;
    position: relative;
  }
  .zunyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item-theme, .zunyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    position: relative;
    color: #000;
    margin-top: 21px;
    padding-top: 12.6px;
  }
  .zunyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16.8px;
    padding-top: 12.6px;
    position: relative;
  }
  .zunyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.8px;
    font-size: 18.2px;
    color: #000;
    line-height: 19.6px;
  }
  .zunyi-car-choose-list-item-number-item img {
    width: 26.6px;
    margin-right: 11.2px;
  }
  .zunyi-car-choose-list-item-number-item p span {
    font-size: 12.6px;
    color: #4c4948;
    padding-top: 4.2px;
  }
  .zunyi-car-choose-list-item-warr {
    width: 140px;
    position: absolute;
    top: -167.3px;
    right: -44.8px;
  }
  .zunyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .zunyi-car-choose-list-item-theme:after, .zunyi-car-choose-list-item-desc:after, .zunyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item.active {
    display: block;
  }
  .changyi {
    width: 100%;
    overflow: hidden;
    padding: 42px 0;
    background: #fff;
  }
  .changyi .container {
    height: auto;
  }
  .changyi-desc {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .changyi-desc img {
    width: 100%;
  }
  .changyi-desc-left {
    position: absolute;
    left: 30.8px;
    bottom: 31.5px;
    font-size: 32.2px;
    font-weight: bold;
    color: #fff;
  }
  .changyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 59.5px;
  }
  .changyi-car-image {
    width: 362.6px;
    box-sizing: border-box;
    padding: 0 72.1px;
  }
  .changyi-car-image img {
    width: 100%;
    display: none;
  }
  .changyi-car-image img.active {
    display: block;
  }
  .changyi-car-choose {
    width: calc(100% - 518px * 0.7);
  }
  .changyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 42px;
    margin-bottom: 59.5px;
  }
  .changyi-car-choose-type-front-title, .changyi-car-choose-type-back-title {
    font-size: 18.9px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 15.4px;
  }
  .changyi-car-choose-type-front-list, .changyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .changyi-car-choose-type-front-list-item, .changyi-car-choose-type-back-list-item {
    width: 82.6px;
    height: 28.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    color: #fff;
    font-size: 14.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 18.2px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .changyi-car-choose-type-front-list-item:last-child, .changyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .changyi-car-choose-type-front-list-item.active, .changyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .changyi-car-choose-type-front {
    padding-right: 25.2px;
    border-right: 1.4px solid #000;
  }
  .changyi-car-choose-type-back {
    padding-left: 25.2px;
  }
  .changyi-car-choose-list {
    width: 100%;
  }
  .changyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .changyi-car-choose-list-item-name {
    width: 100%;
    font-size: 14.7px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 12.6px;
    font-weight: bold;
    position: relative;
  }
  .changyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item-theme, .changyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    position: relative;
    color: #000;
    margin-top: 21px;
    padding-top: 12.6px;
  }
  .changyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16.8px;
    padding-top: 12.6px;
    position: relative;
  }
  .changyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.8px;
    font-size: 18.2px;
    color: #000;
    line-height: 19.6px;
  }
  .changyi-car-choose-list-item-number-item img {
    width: 26.6px;
    margin-right: 11.2px;
  }
  .changyi-car-choose-list-item-number-item p span {
    font-size: 12.6px;
    color: #4c4948;
    padding-top: 4.2px;
  }
  .changyi-car-choose-list-item-warr {
    width: 140px;
    position: absolute;
    top: -167.3px;
    right: -44.8px;
  }
  .changyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .changyi-car-choose-list-item-theme:after, .changyi-car-choose-list-item-desc:after, .changyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item.active {
    display: block;
  }
  .siyi {
    width: 100%;
    overflow: hidden;
    padding: 42px 0;
    background: #f4f4f4;
  }
  .siyi .container {
    height: auto;
  }
  .siyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .siyi-desc img {
    width: 100%;
  }
  .siyi-desc-left {
    position: absolute;
    right: 30.8px;
    bottom: 31.5px;
    font-size: 32.2px;
    font-weight: bold;
    color: #fff;
  }
  .siyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 59.5px;
  }
  .siyi-car-image {
    width: 362.6px;
    box-sizing: border-box;
    padding: 0 72.1px;
  }
  .siyi-car-image img {
    width: 100%;
    display: none;
  }
  .siyi-car-image img.active {
    display: block;
  }
  .siyi-car-choose {
    width: calc(100% - 518px * 0.7);
  }
  .siyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 42px;
    margin-bottom: 59.5px;
  }
  .siyi-car-choose-type-front-title, .siyi-car-choose-type-back-title {
    font-size: 18.9px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 15.4px;
  }
  .siyi-car-choose-type-front-list, .siyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .siyi-car-choose-type-front-list-item, .siyi-car-choose-type-back-list-item {
    width: 82.6px;
    height: 28.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    color: #fff;
    font-size: 14.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 18.2px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .siyi-car-choose-type-front-list-item:last-child, .siyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .siyi-car-choose-type-front-list-item.active, .siyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .siyi-car-choose-type-front {
    padding-right: 25.2px;
    border-right: 1.4px solid #000;
  }
  .siyi-car-choose-type-back {
    padding-left: 25.2px;
  }
  .siyi-car-choose-list {
    width: 100%;
  }
  .siyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .siyi-car-choose-list-item-name {
    width: 100%;
    font-size: 14.7px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 12.6px;
    font-weight: bold;
    position: relative;
  }
  .siyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item-theme, .siyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    position: relative;
    color: #000;
    margin-top: 21px;
    padding-top: 12.6px;
  }
  .siyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16.8px;
    padding-top: 12.6px;
    position: relative;
  }
  .siyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.8px;
    font-size: 18.2px;
    color: #000;
    line-height: 19.6px;
  }
  .siyi-car-choose-list-item-number-item img {
    width: 26.6px;
    margin-right: 11.2px;
  }
  .siyi-car-choose-list-item-number-item p span {
    font-size: 12.6px;
    color: #4c4948;
    padding-top: 4.2px;
  }
  .siyi-car-choose-list-item-warr {
    width: 140px;
    position: absolute;
    top: -167.3px;
    right: -44.8px;
  }
  .siyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .siyi-car-choose-list-item-theme:after, .siyi-car-choose-list-item-desc:after, .siyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item.active {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 30.36px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 31.02px;
    margin-bottom: 13.2px;
  }
  .banner .container .title span {
    font-size: 13.2px;
    vertical-align: top;
  }
  .banner .container .desc {
    font-size: 11.88px;
    color: #000;
    line-height: 1;
  }
  .zunyi {
    width: 100%;
    overflow: hidden;
    padding: 39.6px 0;
    background: #f4f4f4;
  }
  .zunyi .container {
    height: auto;
  }
  .zunyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .zunyi-desc img {
    width: 100%;
  }
  .zunyi-desc-left {
    position: absolute;
    right: 29.04px;
    bottom: 29.7px;
    font-size: 30.36px;
    font-weight: bold;
    color: #fff;
  }
  .zunyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56.1px;
  }
  .zunyi-car-image {
    width: 341.88px;
    box-sizing: border-box;
    padding: 0 67.98px;
  }
  .zunyi-car-image img {
    width: 100%;
    display: none;
  }
  .zunyi-car-image img.active {
    display: block;
  }
  .zunyi-car-choose {
    width: calc(100% - 518px * 0.66);
  }
  .zunyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 39.6px;
    margin-bottom: 56.1px;
  }
  .zunyi-car-choose-type-front-title, .zunyi-car-choose-type-back-title {
    font-size: 17.82px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 14.52px;
  }
  .zunyi-car-choose-type-front-list, .zunyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zunyi-car-choose-type-front-list-item, .zunyi-car-choose-type-back-list-item {
    width: 77.88px;
    height: 27.06px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    border-radius: 13.2px;
    -webkit-border-radius: 13.2px;
    -moz-border-radius: 13.2px;
    -ms-border-radius: 13.2px;
    -o-border-radius: 13.2px;
    color: #fff;
    font-size: 13.86px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 17.16px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .zunyi-car-choose-type-front-list-item:last-child, .zunyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .zunyi-car-choose-type-front-list-item.active, .zunyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .zunyi-car-choose-type-front {
    padding-right: 23.76px;
    border-right: 1.32px solid #000;
  }
  .zunyi-car-choose-type-back {
    padding-left: 23.76px;
  }
  .zunyi-car-choose-list {
    width: 100%;
  }
  .zunyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .zunyi-car-choose-list-item-name {
    width: 100%;
    font-size: 13.86px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 11.88px;
    font-weight: bold;
    position: relative;
  }
  .zunyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item-theme, .zunyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    position: relative;
    color: #000;
    margin-top: 19.8px;
    padding-top: 11.88px;
  }
  .zunyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15.84px;
    padding-top: 11.88px;
    position: relative;
  }
  .zunyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.24px;
    font-size: 17.16px;
    color: #000;
    line-height: 18.48px;
  }
  .zunyi-car-choose-list-item-number-item img {
    width: 25.08px;
    margin-right: 10.56px;
  }
  .zunyi-car-choose-list-item-number-item p span {
    font-size: 11.88px;
    color: #4c4948;
    padding-top: 3.96px;
  }
  .zunyi-car-choose-list-item-warr {
    width: 132px;
    position: absolute;
    top: -157.74px;
    right: -42.24px;
  }
  .zunyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .zunyi-car-choose-list-item-theme:after, .zunyi-car-choose-list-item-desc:after, .zunyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item.active {
    display: block;
  }
  .changyi {
    width: 100%;
    overflow: hidden;
    padding: 39.6px 0;
    background: #fff;
  }
  .changyi .container {
    height: auto;
  }
  .changyi-desc {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .changyi-desc img {
    width: 100%;
  }
  .changyi-desc-left {
    position: absolute;
    left: 29.04px;
    bottom: 29.7px;
    font-size: 30.36px;
    font-weight: bold;
    color: #fff;
  }
  .changyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56.1px;
  }
  .changyi-car-image {
    width: 341.88px;
    box-sizing: border-box;
    padding: 0 67.98px;
  }
  .changyi-car-image img {
    width: 100%;
    display: none;
  }
  .changyi-car-image img.active {
    display: block;
  }
  .changyi-car-choose {
    width: calc(100% - 518px * 0.66);
  }
  .changyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 39.6px;
    margin-bottom: 56.1px;
  }
  .changyi-car-choose-type-front-title, .changyi-car-choose-type-back-title {
    font-size: 17.82px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 14.52px;
  }
  .changyi-car-choose-type-front-list, .changyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .changyi-car-choose-type-front-list-item, .changyi-car-choose-type-back-list-item {
    width: 77.88px;
    height: 27.06px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    border-radius: 13.2px;
    -webkit-border-radius: 13.2px;
    -moz-border-radius: 13.2px;
    -ms-border-radius: 13.2px;
    -o-border-radius: 13.2px;
    color: #fff;
    font-size: 13.86px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 17.16px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .changyi-car-choose-type-front-list-item:last-child, .changyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .changyi-car-choose-type-front-list-item.active, .changyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .changyi-car-choose-type-front {
    padding-right: 23.76px;
    border-right: 1.32px solid #000;
  }
  .changyi-car-choose-type-back {
    padding-left: 23.76px;
  }
  .changyi-car-choose-list {
    width: 100%;
  }
  .changyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .changyi-car-choose-list-item-name {
    width: 100%;
    font-size: 13.86px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 11.88px;
    font-weight: bold;
    position: relative;
  }
  .changyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item-theme, .changyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    position: relative;
    color: #000;
    margin-top: 19.8px;
    padding-top: 11.88px;
  }
  .changyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15.84px;
    padding-top: 11.88px;
    position: relative;
  }
  .changyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.24px;
    font-size: 17.16px;
    color: #000;
    line-height: 18.48px;
  }
  .changyi-car-choose-list-item-number-item img {
    width: 25.08px;
    margin-right: 10.56px;
  }
  .changyi-car-choose-list-item-number-item p span {
    font-size: 11.88px;
    color: #4c4948;
    padding-top: 3.96px;
  }
  .changyi-car-choose-list-item-warr {
    width: 132px;
    position: absolute;
    top: -157.74px;
    right: -42.24px;
  }
  .changyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .changyi-car-choose-list-item-theme:after, .changyi-car-choose-list-item-desc:after, .changyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item.active {
    display: block;
  }
  .siyi {
    width: 100%;
    overflow: hidden;
    padding: 39.6px 0;
    background: #f4f4f4;
  }
  .siyi .container {
    height: auto;
  }
  .siyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .siyi-desc img {
    width: 100%;
  }
  .siyi-desc-left {
    position: absolute;
    right: 29.04px;
    bottom: 29.7px;
    font-size: 30.36px;
    font-weight: bold;
    color: #fff;
  }
  .siyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56.1px;
  }
  .siyi-car-image {
    width: 341.88px;
    box-sizing: border-box;
    padding: 0 67.98px;
  }
  .siyi-car-image img {
    width: 100%;
    display: none;
  }
  .siyi-car-image img.active {
    display: block;
  }
  .siyi-car-choose {
    width: calc(100% - 518px * 0.66);
  }
  .siyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 39.6px;
    margin-bottom: 56.1px;
  }
  .siyi-car-choose-type-front-title, .siyi-car-choose-type-back-title {
    font-size: 17.82px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 14.52px;
  }
  .siyi-car-choose-type-front-list, .siyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .siyi-car-choose-type-front-list-item, .siyi-car-choose-type-back-list-item {
    width: 77.88px;
    height: 27.06px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    border-radius: 13.2px;
    -webkit-border-radius: 13.2px;
    -moz-border-radius: 13.2px;
    -ms-border-radius: 13.2px;
    -o-border-radius: 13.2px;
    color: #fff;
    font-size: 13.86px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 17.16px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .siyi-car-choose-type-front-list-item:last-child, .siyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .siyi-car-choose-type-front-list-item.active, .siyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .siyi-car-choose-type-front {
    padding-right: 23.76px;
    border-right: 1.32px solid #000;
  }
  .siyi-car-choose-type-back {
    padding-left: 23.76px;
  }
  .siyi-car-choose-list {
    width: 100%;
  }
  .siyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .siyi-car-choose-list-item-name {
    width: 100%;
    font-size: 13.86px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 11.88px;
    font-weight: bold;
    position: relative;
  }
  .siyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item-theme, .siyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    position: relative;
    color: #000;
    margin-top: 19.8px;
    padding-top: 11.88px;
  }
  .siyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15.84px;
    padding-top: 11.88px;
    position: relative;
  }
  .siyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9.24px;
    font-size: 17.16px;
    color: #000;
    line-height: 18.48px;
  }
  .siyi-car-choose-list-item-number-item img {
    width: 25.08px;
    margin-right: 10.56px;
  }
  .siyi-car-choose-list-item-number-item p span {
    font-size: 11.88px;
    color: #4c4948;
    padding-top: 3.96px;
  }
  .siyi-car-choose-list-item-warr {
    width: 132px;
    position: absolute;
    top: -157.74px;
    right: -42.24px;
  }
  .siyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .siyi-car-choose-list-item-theme:after, .siyi-car-choose-list-item-desc:after, .siyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item.active {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 24.38px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 24.91px;
    margin-bottom: 10.6px;
  }
  .banner .container .title span {
    font-size: 10.6px;
    vertical-align: top;
  }
  .banner .container .desc {
    font-size: 9.54px;
    color: #000;
    line-height: 1;
  }
  .zunyi {
    width: 100%;
    overflow: hidden;
    padding: 31.8px 0;
    background: #f4f4f4;
  }
  .zunyi .container {
    height: auto;
  }
  .zunyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .zunyi-desc img {
    width: 100%;
  }
  .zunyi-desc-left {
    position: absolute;
    right: 23.32px;
    bottom: 23.85px;
    font-size: 24.38px;
    font-weight: bold;
    color: #fff;
  }
  .zunyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45.05px;
  }
  .zunyi-car-image {
    width: 274.54px;
    box-sizing: border-box;
    padding: 0 54.59px;
  }
  .zunyi-car-image img {
    width: 100%;
    display: none;
  }
  .zunyi-car-image img.active {
    display: block;
  }
  .zunyi-car-choose {
    width: calc(100% - 518px * 0.53);
  }
  .zunyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 31.8px;
    margin-bottom: 45.05px;
  }
  .zunyi-car-choose-type-front-title, .zunyi-car-choose-type-back-title {
    font-size: 14.31px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 11.66px;
  }
  .zunyi-car-choose-type-front-list, .zunyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zunyi-car-choose-type-front-list-item, .zunyi-car-choose-type-back-list-item {
    width: 62.54px;
    height: 21.73px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    border-radius: 10.6px;
    -webkit-border-radius: 10.6px;
    -moz-border-radius: 10.6px;
    -ms-border-radius: 10.6px;
    -o-border-radius: 10.6px;
    color: #fff;
    font-size: 11.13px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 13.78px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .zunyi-car-choose-type-front-list-item:last-child, .zunyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .zunyi-car-choose-type-front-list-item.active, .zunyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .zunyi-car-choose-type-front {
    padding-right: 19.08px;
    border-right: 1.06px solid #000;
  }
  .zunyi-car-choose-type-back {
    padding-left: 19.08px;
  }
  .zunyi-car-choose-list {
    width: 100%;
  }
  .zunyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .zunyi-car-choose-list-item-name {
    width: 100%;
    font-size: 11.13px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 9.54px;
    font-weight: bold;
    position: relative;
  }
  .zunyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item-theme, .zunyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    position: relative;
    color: #000;
    margin-top: 15.9px;
    padding-top: 9.54px;
  }
  .zunyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12.72px;
    padding-top: 9.54px;
    position: relative;
  }
  .zunyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 7.42px;
    font-size: 13.78px;
    color: #000;
    line-height: 14.84px;
  }
  .zunyi-car-choose-list-item-number-item img {
    width: 20.14px;
    margin-right: 8.48px;
  }
  .zunyi-car-choose-list-item-number-item p span {
    font-size: 9.54px;
    color: #4c4948;
    padding-top: 3.18px;
  }
  .zunyi-car-choose-list-item-warr {
    width: 106px;
    position: absolute;
    top: -126.67px;
    right: -33.92px;
  }
  .zunyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .zunyi-car-choose-list-item-theme:after, .zunyi-car-choose-list-item-desc:after, .zunyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zunyi-car-choose-list-item.active {
    display: block;
  }
  .changyi {
    width: 100%;
    overflow: hidden;
    padding: 31.8px 0;
    background: #fff;
  }
  .changyi .container {
    height: auto;
  }
  .changyi-desc {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .changyi-desc img {
    width: 100%;
  }
  .changyi-desc-left {
    position: absolute;
    left: 23.32px;
    bottom: 23.85px;
    font-size: 24.38px;
    font-weight: bold;
    color: #fff;
  }
  .changyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45.05px;
  }
  .changyi-car-image {
    width: 274.54px;
    box-sizing: border-box;
    padding: 0 54.59px;
  }
  .changyi-car-image img {
    width: 100%;
    display: none;
  }
  .changyi-car-image img.active {
    display: block;
  }
  .changyi-car-choose {
    width: calc(100% - 518px * 0.53);
  }
  .changyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 31.8px;
    margin-bottom: 45.05px;
  }
  .changyi-car-choose-type-front-title, .changyi-car-choose-type-back-title {
    font-size: 14.31px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 11.66px;
  }
  .changyi-car-choose-type-front-list, .changyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .changyi-car-choose-type-front-list-item, .changyi-car-choose-type-back-list-item {
    width: 62.54px;
    height: 21.73px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    border-radius: 10.6px;
    -webkit-border-radius: 10.6px;
    -moz-border-radius: 10.6px;
    -ms-border-radius: 10.6px;
    -o-border-radius: 10.6px;
    color: #fff;
    font-size: 11.13px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 13.78px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .changyi-car-choose-type-front-list-item:last-child, .changyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .changyi-car-choose-type-front-list-item.active, .changyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .changyi-car-choose-type-front {
    padding-right: 19.08px;
    border-right: 1.06px solid #000;
  }
  .changyi-car-choose-type-back {
    padding-left: 19.08px;
  }
  .changyi-car-choose-list {
    width: 100%;
  }
  .changyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .changyi-car-choose-list-item-name {
    width: 100%;
    font-size: 11.13px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 9.54px;
    font-weight: bold;
    position: relative;
  }
  .changyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item-theme, .changyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    position: relative;
    color: #000;
    margin-top: 15.9px;
    padding-top: 9.54px;
  }
  .changyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12.72px;
    padding-top: 9.54px;
    position: relative;
  }
  .changyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 7.42px;
    font-size: 13.78px;
    color: #000;
    line-height: 14.84px;
  }
  .changyi-car-choose-list-item-number-item img {
    width: 20.14px;
    margin-right: 8.48px;
  }
  .changyi-car-choose-list-item-number-item p span {
    font-size: 9.54px;
    color: #4c4948;
    padding-top: 3.18px;
  }
  .changyi-car-choose-list-item-warr {
    width: 106px;
    position: absolute;
    top: -126.67px;
    right: -33.92px;
  }
  .changyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .changyi-car-choose-list-item-theme:after, .changyi-car-choose-list-item-desc:after, .changyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .changyi-car-choose-list-item.active {
    display: block;
  }
  .siyi {
    width: 100%;
    overflow: hidden;
    padding: 31.8px 0;
    background: #f4f4f4;
  }
  .siyi .container {
    height: auto;
  }
  .siyi-desc {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .siyi-desc img {
    width: 100%;
  }
  .siyi-desc-left {
    position: absolute;
    right: 23.32px;
    bottom: 23.85px;
    font-size: 24.38px;
    font-weight: bold;
    color: #fff;
  }
  .siyi-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45.05px;
  }
  .siyi-car-image {
    width: 274.54px;
    box-sizing: border-box;
    padding: 0 54.59px;
  }
  .siyi-car-image img {
    width: 100%;
    display: none;
  }
  .siyi-car-image img.active {
    display: block;
  }
  .siyi-car-choose {
    width: calc(100% - 518px * 0.53);
  }
  .siyi-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 31.8px;
    margin-bottom: 45.05px;
  }
  .siyi-car-choose-type-front-title, .siyi-car-choose-type-back-title {
    font-size: 14.31px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 11.66px;
  }
  .siyi-car-choose-type-front-list, .siyi-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .siyi-car-choose-type-front-list-item, .siyi-car-choose-type-back-list-item {
    width: 62.54px;
    height: 21.73px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    border-radius: 10.6px;
    -webkit-border-radius: 10.6px;
    -moz-border-radius: 10.6px;
    -ms-border-radius: 10.6px;
    -o-border-radius: 10.6px;
    color: #fff;
    font-size: 11.13px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 13.78px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
  }
  .siyi-car-choose-type-front-list-item:last-child, .siyi-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .siyi-car-choose-type-front-list-item.active, .siyi-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .siyi-car-choose-type-front {
    padding-right: 19.08px;
    border-right: 1.06px solid #000;
  }
  .siyi-car-choose-type-back {
    padding-left: 19.08px;
  }
  .siyi-car-choose-list {
    width: 100%;
  }
  .siyi-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .siyi-car-choose-list-item-name {
    width: 100%;
    font-size: 11.13px;
    line-height: 1;
    color: #c2b59b;
    padding-top: 9.54px;
    font-weight: bold;
    position: relative;
  }
  .siyi-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item-theme, .siyi-car-choose-list-item-desc {
    width: 100%;
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    position: relative;
    color: #000;
    margin-top: 15.9px;
    padding-top: 9.54px;
  }
  .siyi-car-choose-list-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12.72px;
    padding-top: 9.54px;
    position: relative;
  }
  .siyi-car-choose-list-item-number-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 7.42px;
    font-size: 13.78px;
    color: #000;
    line-height: 14.84px;
  }
  .siyi-car-choose-list-item-number-item img {
    width: 20.14px;
    margin-right: 8.48px;
  }
  .siyi-car-choose-list-item-number-item p span {
    font-size: 9.54px;
    color: #4c4948;
    padding-top: 3.18px;
  }
  .siyi-car-choose-list-item-warr {
    width: 106px;
    position: absolute;
    top: -126.67px;
    right: -33.92px;
  }
  .siyi-car-choose-list-item-warr img {
    width: 100%;
  }
  .siyi-car-choose-list-item-theme:after, .siyi-car-choose-list-item-desc:after, .siyi-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .siyi-car-choose-list-item.active {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 0.47rem;
    margin-bottom: 0.2rem;
  }
  .banner .container .title span {
    font-size: 0.2rem;
    vertical-align: top;
  }
  .zunyimb, .siyimb {
    width: 100%;
    padding-top: 1.08rem;
    background: #f4f4f4;
  }
  .zunyimb-title, .siyimb-title {
    width: 100%;
    position: relative;
    text-align: right;
  }
  .zunyimb-title img, .siyimb-title img {
    width: 7.13rem;
  }
  .zunyimb-title .container, .siyimb-title .container {
    box-sizing: border-box;
    padding-top: 4.09rem;
    padding-left: 0.47rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .zunyimb-title-title, .siyimb-title-title {
    text-align: left;
    font-size: 0.46rem;
    color: #dd1e2c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
  .zunyimb-title-title span, .siyimb-title-title span {
    font-size: 0.2rem;
    vertical-align: top;
  }
  .zunyimb-title-theme, .siyimb-title-theme {
    font-size: 0.26rem;
    line-height: 1.5;
    color: #000;
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .zunyimb-title-desc, .siyimb-title-desc {
    width: 4.2rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    text-align: justify;
    margin-bottom: 0.2rem;
  }
  .zunyimb-title a, .siyimb-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background: #737272;
    font-size: 0.14rem;
    color: #fff;
    text-decoration: none;
    line-height: 1;
  }
  .zunyimb-content, .siyimb-content {
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .zunyimb-content-image, .siyimb-content-image {
    width: 100%;
    text-align: center;
  }
  .zunyimb-content-image img, .siyimb-content-image img {
    width: 5.2rem;
    margin: 0 auto;
    display: none;
  }
  .zunyimb-content-image img.active, .siyimb-content-image img.active {
    display: block;
  }
  .zunyimb-content-front, .zunyimb-content-back, .siyimb-content-front, .siyimb-content-back {
    width: 100%;
  }
  .zunyimb-content-front-title, .zunyimb-content-back-title, .siyimb-content-front-title, .siyimb-content-back-title {
    font-size: 0.3rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .zunyimb-content-front-list, .zunyimb-content-back-list, .siyimb-content-front-list, .siyimb-content-back-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .zunyimb-content-front-list-item, .zunyimb-content-back-list-item, .siyimb-content-front-list-item, .siyimb-content-back-list-item {
    width: 1.14rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    background: #727171;
    margin-right: 0.27rem;
    margin-bottom: 0.27rem;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .zunyimb-content-front-list-item.active, .zunyimb-content-back-list-item.active, .siyimb-content-front-list-item.active, .siyimb-content-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .zunyimb-content-front-desc, .zunyimb-content-back-desc, .siyimb-content-front-desc, .siyimb-content-back-desc {
    width: 100%;
  }
  .zunyimb-content-front-desc-item, .zunyimb-content-back-desc-item, .siyimb-content-front-desc-item, .siyimb-content-back-desc-item {
    width: 100%;
    display: none;
  }
  .zunyimb-content-front-desc-item-name, .zunyimb-content-back-desc-item-name, .siyimb-content-front-desc-item-name, .siyimb-content-back-desc-item-name {
    font-size: 0.24rem;
    color: #c2b59b;
    line-height: 1;
    padding-top: 0.2rem;
    font-weight: bold;
    position: relative;
  }
  .zunyimb-content-front-desc-item-theme, .zunyimb-content-back-desc-item-theme, .siyimb-content-front-desc-item-theme, .siyimb-content-back-desc-item-theme {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    padding-top: 0.2rem;
    position: relative;
    margin-top: 0.4rem;
  }
  .zunyimb-content-front-desc-item-desc, .zunyimb-content-back-desc-item-desc, .siyimb-content-front-desc-item-desc, .siyimb-content-back-desc-item-desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    padding-top: 0.2rem;
    position: relative;
    margin-top: 0.4rem;
  }
  .zunyimb-content-front-desc-item-number, .zunyimb-content-back-desc-item-number, .siyimb-content-front-desc-item-number, .siyimb-content-back-desc-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.4rem;
    box-sizing: border-box;
    padding-top: 0.2rem;
    position: relative;
  }
  .zunyimb-content-front-desc-item-number-item, .zunyimb-content-back-desc-item-number-item, .siyimb-content-front-desc-item-number-item, .siyimb-content-back-desc-item-number-item {
    box-sizing: border-box;
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .zunyimb-content-front-desc-item-number-item img, .zunyimb-content-back-desc-item-number-item img, .siyimb-content-front-desc-item-number-item img, .siyimb-content-back-desc-item-number-item img {
    width: 0.28rem;
  }
  .zunyimb-content-front-desc-item-name:after, .zunyimb-content-front-desc-item-theme:after, .zunyimb-content-front-desc-item-desc:after, .zunyimb-content-front-desc-item-number:after, .zunyimb-content-back-desc-item-name:after, .zunyimb-content-back-desc-item-theme:after, .zunyimb-content-back-desc-item-desc:after, .zunyimb-content-back-desc-item-number:after, .siyimb-content-front-desc-item-name:after, .siyimb-content-front-desc-item-theme:after, .siyimb-content-front-desc-item-desc:after, .siyimb-content-front-desc-item-number:after, .siyimb-content-back-desc-item-name:after, .siyimb-content-back-desc-item-theme:after, .siyimb-content-back-desc-item-desc:after, .siyimb-content-back-desc-item-number:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.46rem;
    height: 0.02rem;
    background: #000;
    top: 0;
    left: 0;
  }
  .zunyimb-content-front-desc-item.active, .zunyimb-content-back-desc-item.active, .siyimb-content-front-desc-item.active, .siyimb-content-back-desc-item.active {
    display: block;
  }
  .zunyimb-content-back, .siyimb-content-back {
    margin-top: 0.5rem;
  }
  .changyimb {
    width: 100%;
    padding-top: 1.08rem;
    background: #fff;
  }
  .changyimb-title {
    width: 100%;
    position: relative;
  }
  .changyimb-title img {
    width: 7.13rem;
  }
  .changyimb-title .container {
    box-sizing: border-box;
    padding-top: 3.79rem;
    padding-left: 0.47rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .changyimb-title-title {
    text-align: right;
    font-size: 0.46rem;
    color: #dd1e2c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .changyimb-title-title span {
    font-size: 0.2rem;
    vertical-align: top;
  }
  .changyimb-title-theme {
    font-size: 0.26rem;
    line-height: 1.5;
    color: #000;
    text-align: right;
    margin-bottom: 0.1rem;
  }
  .changyimb-title-desc {
    width: 4.2rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    float: right;
    text-align: right;
    margin-bottom: 0.2rem;
  }
  .changyimb-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background: #737272;
    font-size: 0.14rem;
    float: right;
    color: #fff;
    text-decoration: none;
    line-height: 1;
  }
  .changyimb-content {
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .changyimb-content-image {
    width: 100%;
    text-align: center;
  }
  .changyimb-content-image img {
    width: 5.2rem;
    margin: 0 auto;
    display: none;
  }
  .changyimb-content-image img.active {
    display: block;
  }
  .changyimb-content-front, .changyimb-content-back {
    width: 100%;
  }
  .changyimb-content-front-title, .changyimb-content-back-title {
    font-size: 0.3rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .changyimb-content-front-list, .changyimb-content-back-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .changyimb-content-front-list-item, .changyimb-content-back-list-item {
    width: 1.14rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    background: #727171;
    margin-right: 0.27rem;
    margin-bottom: 0.27rem;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .changyimb-content-front-list-item.active, .changyimb-content-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .changyimb-content-front-desc, .changyimb-content-back-desc {
    width: 100%;
  }
  .changyimb-content-front-desc-item, .changyimb-content-back-desc-item {
    width: 100%;
    display: none;
  }
  .changyimb-content-front-desc-item-name, .changyimb-content-back-desc-item-name {
    font-size: 0.24rem;
    color: #c2b59b;
    line-height: 1;
    padding-top: 0.2rem;
    font-weight: bold;
    position: relative;
  }
  .changyimb-content-front-desc-item-theme, .changyimb-content-back-desc-item-theme {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    padding-top: 0.2rem;
    position: relative;
    margin-top: 0.4rem;
  }
  .changyimb-content-front-desc-item-desc, .changyimb-content-back-desc-item-desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    padding-top: 0.2rem;
    position: relative;
    margin-top: 0.4rem;
  }
  .changyimb-content-front-desc-item-number, .changyimb-content-back-desc-item-number {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.4rem;
    box-sizing: border-box;
    padding-top: 0.2rem;
    position: relative;
  }
  .changyimb-content-front-desc-item-number-item, .changyimb-content-back-desc-item-number-item {
    box-sizing: border-box;
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .changyimb-content-front-desc-item-number-item img, .changyimb-content-back-desc-item-number-item img {
    width: 0.28rem;
  }
  .changyimb-content-front-desc-item-name:after, .changyimb-content-front-desc-item-theme:after, .changyimb-content-front-desc-item-desc:after, .changyimb-content-front-desc-item-number:after, .changyimb-content-back-desc-item-name:after, .changyimb-content-back-desc-item-theme:after, .changyimb-content-back-desc-item-desc:after, .changyimb-content-back-desc-item-number:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.46rem;
    height: 0.02rem;
    background: #000;
    top: 0;
    left: 0;
  }
  .changyimb-content-front-desc-item.active, .changyimb-content-back-desc-item.active {
    display: block;
  }
  .changyimb-content-back {
    margin-top: 0.5rem;
  }
}






.linkWindowBox {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
  box-shadow: black 0px 0px 30px 0px;
  position: fixed;
  bottom: -150px;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  z-index: 99;
}

.linkWindowBox .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linkWindowBox-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #727171;
}

.linkWindowBox-left-item {
  padding-right: 35px;
}

.linkWindowBox-left-item p {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.linkWindowBox-left-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.linkWindowBox-left-item a img {
  width: 32px;
  margin-right: 5px;
}

.linkWindowBox-left-item a:hover {
  text-decoration: underline;
}

.linkWindowBox-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.linkWindowBox-right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 46px;
}

.linkWindowBox-right-item i {
  display: block;
  width: 46px;
  margin-right: 10px;
}

.linkWindowBox-right-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  width: 112px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  text-decoration: none;
}

.linkWindowBox-right-item:nth-child(1) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(1):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(1):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(2) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(2):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(2):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(3) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(3):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(3):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(4) i {
  height: 50px;
  background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(4):hover i {
  height: 50px;
  background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(4):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox.active {
  bottom: 0;
}

@media screen and (max-width: 1680px) {
  .linkWindowBox {
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    padding: 8.75px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -131.25px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.75px solid #727171;
  }
  .linkWindowBox-left-item {
    padding-right: 30.625px;
  }
  .linkWindowBox-left-item p {
    font-size: 22.75px;
    font-weight: bold;
    color: #000;
  }
  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  .linkWindowBox-left-item a img {
    width: 28px;
    margin-right: 4.375px;
  }
  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40.25px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 40.25px;
    margin-right: 8.75px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
    width: 98px;
    height: 36.75px;
    border-radius: 18.375px;
    -webkit-border-radius: 18.375px;
    -moz-border-radius: 18.375px;
    -ms-border-radius: 18.375px;
    -o-border-radius: 18.375px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 43.75px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 43.75px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .linkWindowBox {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 7.5px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -112.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.5px solid #727171;
  }
  .linkWindowBox-left-item {
    padding-right: 26.25px;
  }
  .linkWindowBox-left-item p {
    font-size: 19.5px;
    font-weight: bold;
    color: #000;
  }
  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  .linkWindowBox-left-item a img {
    width: 24px;
    margin-right: 3.75px;
  }
  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 34.5px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 34.5px;
    margin-right: 7.5px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
    width: 84px;
    height: 31.5px;
    border-radius: 15.75px;
    -webkit-border-radius: 15.75px;
    -moz-border-radius: 15.75px;
    -ms-border-radius: 15.75px;
    -o-border-radius: 15.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 37.5px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 37.5px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  .linkWindowBox {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    padding: 7px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -105px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.4px solid #727171;
  }
  .linkWindowBox-left-item {
    padding-right: 24.5px;
  }
  .linkWindowBox-left-item p {
    font-size: 18.2px;
    font-weight: bold;
    color: #000;
  }
  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  .linkWindowBox-left-item a img {
    width: 22.4px;
    margin-right: 3.5px;
  }
  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 32.2px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 32.2px;
    margin-right: 7px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
    width: 78.4px;
    height: 29.4px;
    border-radius: 14.7px;
    -webkit-border-radius: 14.7px;
    -moz-border-radius: 14.7px;
    -ms-border-radius: 14.7px;
    -o-border-radius: 14.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 35px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 35px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 79.2px;
    box-sizing: border-box;
    padding: 6.6px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -99px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.32px solid #727171;
  }
  .linkWindowBox-left-item {
    padding-right: 23.1px;
  }
  .linkWindowBox-left-item p {
    font-size: 17.16px;
    font-weight: bold;
    color: #000;
  }
  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  .linkWindowBox-left-item a img {
    width: 21.12px;
    margin-right: 3.3px;
  }
  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 30.36px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 30.36px;
    margin-right: 6.6px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
    width: 73.92px;
    height: 27.72px;
    border-radius: 13.86px;
    -webkit-border-radius: 13.86px;
    -moz-border-radius: 13.86px;
    -ms-border-radius: 13.86px;
    -o-border-radius: 13.86px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 33px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 33px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 63.6px;
    box-sizing: border-box;
    padding: 5.3px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -79.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.06px solid #727171;
  }
  .linkWindowBox-left-item {
    padding-right: 18.55px;
  }
  .linkWindowBox-left-item p {
    font-size: 13.78px;
    font-weight: bold;
    color: #000;
  }
  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  .linkWindowBox-left-item a img {
    width: 16.96px;
    margin-right: 2.65px;
  }
  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24.38px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 24.38px;
    margin-right: 5.3px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
    width: 59.36px;
    height: 22.26px;
    border-radius: 11.13px;
    -webkit-border-radius: 11.13px;
    -moz-border-radius: 11.13px;
    -ms-border-radius: 11.13px;
    -o-border-radius: 11.13px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 26.5px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 26.5px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .linkWindowBox {
    width: 100%;
    height: 3.6rem;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0.5rem;
    box-shadow: black 0px 0px 0.2rem 0px;
    position: fixed;
    bottom: -3.8rem;
    left: 0;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    z-index: 99;
  }
  .linkWindowBox-up {
    width: 2.8rem;
    font-size: 0;
    position: absolute;
    bottom: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 0;
    display: block;
    cursor: pointer;
  }
  .linkWindowBox-up img {
    width: 100%;
  }
  .linkWindowBox-down {
    width: 100%;
    font-size: 0;
    margin: 0.2rem auto;
    cursor: pointer;
    text-align: center;
  }
  .linkWindowBox-down img {
    width: 0.3rem;
  }
  .linkWindowBox .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 0 solid #727171;
    padding-bottom: 0.4rem;
    position: relative;
  }
  .linkWindowBox-left::after {
    content: "";
    display: block;
    width: 1.66rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .linkWindowBox-left-item {
    padding-right: 0;
  }
  .linkWindowBox-left-item p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #000;
  }
  .linkWindowBox-left-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }
  .linkWindowBox-left-item a img {
    width: 0.32rem;
    margin-right: 0;
  }
  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
  }
  .linkWindowBox-right-item {
    display: block;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 0.46rem;
    margin-right: 0.1rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    line-height: 1;
    color: #fff;
    width: 1.12rem;
    height: 0.42rem;
    border-radius: 0.21rem;
    -webkit-border-radius: 0.21rem;
    -moz-border-radius: 0.21rem;
    -ms-border-radius: 0.21rem;
    -o-border-radius: 0.21rem;
    background: #727171;
    box-sizing: border-box;
    border: 0 solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 0.5rem;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 0.5rem;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}
