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

.banner img {
  width: 100%;
}

.banner .container {
  height: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  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: 26px;
  line-height: 1;
  color: #000;
  margin-bottom: 47px;
  font-weight: bold;
}

.banner-theme p:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 0;
  line-height: 1;
}

.banner-theme p:nth-child(1) span {
  font-size: 46px;
  color: #000;
  font-weight: bolder;
}

.banner-theme p:nth-child(1) img {
  width: 99px;
}

.banner-theme p:nth-child(2) {
  font-size: 46px;
  color: #000;
  font-weight: bolder;
  line-height: 1;
  margin-top: 20px;
  padding-left: 100px;
}

.banner-desc {
  width: 400px;
  text-align: justify;
  line-height: 28px;
  font-size: 18px;
  color: #4c4948;
  margin-top: 100px;
}

.pic {
  width: 100%;
  height: 154px;
  background: #e7e7e9;
}

.pic .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.pic-left p:nth-child(1) {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
}

.pic-left p:nth-child(1) span {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  margin-top: 20px;
}

.pic-left p:nth-child(1) img {
  width: 62px;
  vertical-align: bottom;
}

.pic-left p:nth-child(2) {
  font-size: 26px;
}

.pic-left p:nth-child(2) span {
  font-weight: bold;
}

.pic-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0;
}

.pic-right-item {
  text-align: center;
  margin-left: 70px;
}

.pic-right-item img {
  width: 78px;
  height: 78px;
}

.pic-right-item p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.gold {
  margin-top: 158px;
  width: 100%;
}

.gold .container {
  position: relative;
}

.gold img {
  width: 100%;
}

.gold-desc {
  position: absolute;
  bottom: 16px;
  right: 0;
  text-align: right;
}

.gold-desc-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
  font-weight: bolder;
}

.gold-desc-theme {
  font-size: 26px;
  line-height: 1;
  color: #000;
  margin-bottom: 42px;
}

.gold-desc-desc {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 80px;
}

.gold-desc-desc span {
  padding-left: 18px;
  position: relative;
}

.gold-desc-desc span:after {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.gold-desc-desc span:nth-child(1) {
  padding-right: 48px;
}

.gold-desc-text {
  text-align: justify;
  width: 435px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.gold .container:after {
  content: "";
  display: block;
  width: 153px;
  height: 153px;
  background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -76px;
}

.gold .container:before {
  content: "";
  display: block;
  width: 124px;
  height: 100px;
  background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 103px;
  right: 256px;
}

.allcar {
  width: 100%;
  margin-top: 192px;
}

.allcar .container {
  position: relative;
}

.allcar img {
  width: 100%;
}

.allcar-desc {
  position: absolute;
  bottom: 16px;
  left: 0;
}

.allcar-desc-title {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
  color: #000;
  margin-bottom: 22px;
}

.allcar-desc-title2 {
  font-size: 26px;
  line-height: 1;
  padding-left: 175px;
  margin-bottom: 78px;
}

.allcar-desc-theme {
  width: 455px;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}

.allcar-desc-theme2 {
  width: 514px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.allcar .container:after {
  content: "";
  display: block;
  width: 153px;
  height: 153px;
  background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -76px;
}

.allcar .container:before {
  content: "";
  display: block;
  width: 99px;
  height: 100px;
  background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 103px;
  left: 256px;
}

.jinli {
  width: 100%;
  margin-top: 192px;
}

.jinli .container {
  position: relative;
}

.jinli .container img {
  width: 100%;
}

.jinli-desc {
  position: absolute;
  bottom: 16px;
  right: 0;
  text-align: right;
}

.jinli-desc-title {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
  color: #000;
  margin-bottom: 22px;
}

.jinli-desc-title2 {
  font-size: 26px;
  line-height: 1;
  padding-right: 93px;
  margin-bottom: 43px;
}

.jinli-desc-theme {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}

.jinli-desc-theme2 {
  width: 514px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.jinli .container:after {
  content: "";
  display: block;
  width: 153px;
  height: 153px;
  background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -76px;
}

.qianjin {
  width: 100%;
  margin-top: 192px;
}

.qianjin .container {
  position: relative;
}

.qianjin img {
  width: 100%;
}

.qianjin-desc {
  position: absolute;
  bottom: 16px;
  left: 0;
}

.qianjin-desc-title {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
  color: #000;
  margin-bottom: 22px;
}

.qianjin-desc-title2 {
  font-size: 26px;
  line-height: 1;
  padding-left: 175px;
  margin-bottom: 38px;
}

.qianjin-desc-theme {
  width: 455px;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}

.qianjin-desc-theme2 {
  width: 514px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.qianjin .container:after {
  content: "";
  display: block;
  width: 153px;
  height: 153px;
  background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -76px;
}

.smile {
  margin-top: 158px;
  width: 100%;
}

.smile .container {
  position: relative;
}

.smile img {
  width: 100%;
}

.smile-desc {
  position: absolute;
  bottom: 16px;
  right: 0;
  text-align: right;
}

.smile-desc-title {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
  color: #000;
  margin-bottom: 22px;
}

.smile-desc-title2 {
  font-size: 26px;
  line-height: 1;
  padding-right: 93px;
  margin-bottom: 43px;
}

.smile-desc-theme {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}

.smile-desc-theme2 {
  width: 514px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.smile .container:after {
  content: "";
  display: block;
  width: 153px;
  height: 153px;
  background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -76px;
}

.smile .container:before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 103px;
  right: 256px;
}

.love {
  width: 100%;
  margin-top: 192px;
  margin-bottom: 192px;
}

.love .container {
  position: relative;
}

.love img {
  width: 100%;
}

.love-desc {
  position: absolute;
  bottom: 16px;
  left: 0;
}

.love-desc-title {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
  color: #000;
  margin-bottom: 22px;
}

.love-desc-title2 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 78px;
}

.love-desc-theme {
  width: 455px;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}

.love-desc-theme2 {
  width: 330px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.love .container:after {
  content: "";
  display: block;
  width: 153px;
  height: 153px;
  background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -76px;
}

.love .container:before {
  content: "";
  display: block;
  width: 99px;
  height: 100px;
  background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 103px;
  left: 256px;
}

.show {
  width: 100%;
  padding-bottom: 104px;
}

.show .title {
  font-size: 46px;
  line-height: 1;
  color: #000;
  margin-bottom: 65px;
  font-weight: bold;
  text-align: center;
}

.show-pic {
  width: 100%;
  font-size: 0;
}

.show-pic img {
  width: 100%;
}

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

.introduce .container {
  height: auto;
}

.introduce-desc {
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.introduce-desc-left {
  width: 530px;
}

.introduce-desc-left .desc-title {
  font-size: 46px;
  color: #000;
  font-weight: bold;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.introduce-car-choose-type-front-list-item, .introduce-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;
}

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

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

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

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

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

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

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

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

.introduce-car-choose-list-item-theme, .introduce-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;
}

.introduce-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;
}

.introduce-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;
}

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

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

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

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

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

.introduce-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%;
    box-sizing: border-box;
    padding-top: 70px;
    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: 22.75px;
    line-height: 1;
    color: #000;
    margin-bottom: 41.125px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
  }
  .banner-theme p:nth-child(1) span {
    font-size: 40.25px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(1) img {
    width: 86.625px;
  }
  .banner-theme p:nth-child(2) {
    font-size: 40.25px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 17.5px;
    padding-left: 87.5px;
  }
  .banner-desc {
    width: 350px;
    text-align: justify;
    line-height: 24.5px;
    font-size: 15.75px;
    color: #4c4948;
    margin-top: 87.5px;
  }
  .pic {
    width: 100%;
    height: 134.75px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 10.5px;
    vertical-align: top;
    margin-top: 17.5px;
  }
  .pic-left p:nth-child(1) img {
    width: 54.25px;
    vertical-align: bottom;
  }
  .pic-left p:nth-child(2) {
    font-size: 22.75px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    text-align: center;
    margin-left: 61.25px;
  }
  .pic-right-item img {
    width: 68.25px;
    height: 68.25px;
  }
  .pic-right-item p {
    font-size: 15.75px;
    font-weight: bold;
    line-height: 1;
    margin-top: 8.75px;
  }
  .gold {
    margin-top: 138.25px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 17.5px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-theme {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    margin-bottom: 36.75px;
  }
  .gold-desc-desc {
    font-size: 15.75px;
    line-height: 1;
    margin-bottom: 70px;
  }
  .gold-desc-desc span {
    padding-left: 15.75px;
    position: relative;
  }
  .gold-desc-desc span:after {
    content: "";
    display: block;
    width: 12.25px;
    height: 17.5px;
    background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gold-desc-desc span:nth-child(1) {
    padding-right: 42px;
  }
  .gold-desc-text {
    text-align: justify;
    width: 380.625px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }
  .gold .container:after {
    content: "";
    display: block;
    width: 133.875px;
    height: 133.875px;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -66.5px;
  }
  .gold .container:before {
    content: "";
    display: block;
    width: 108.5px;
    height: 87.5px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 90.125px;
    right: 224px;
  }
  .allcar {
    width: 100%;
    margin-top: 168px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    bottom: 14px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 19.25px;
  }
  .allcar-desc-title2 {
    font-size: 22.75px;
    line-height: 1;
    padding-left: 153.125px;
    margin-bottom: 68.25px;
  }
  .allcar-desc-theme {
    width: 398.125px;
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    margin-bottom: 28px;
  }
  .allcar-desc-theme2 {
    width: 449.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }
  .allcar .container:after {
    content: "";
    display: block;
    width: 133.875px;
    height: 133.875px;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -66.5px;
  }
  .allcar .container:before {
    content: "";
    display: block;
    width: 86.625px;
    height: 87.5px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 90.125px;
    left: 224px;
  }
  .jinli {
    width: 100%;
    margin-top: 168px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli-desc {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 19.25px;
  }
  .jinli-desc-title2 {
    font-size: 22.75px;
    line-height: 1;
    padding-right: 81.375px;
    margin-bottom: 37.625px;
  }
  .jinli-desc-theme {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    margin-bottom: 28px;
  }
  .jinli-desc-theme2 {
    width: 449.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }
  .jinli .container:after {
    content: "";
    display: block;
    width: 133.875px;
    height: 133.875px;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -66.5px;
  }
  .qianjin {
    width: 100%;
    margin-top: 168px;
  }
  .qianjin .container {
    position: relative;
  }
  .qianjin img {
    width: 100%;
  }
  .qianjin-desc {
    position: absolute;
    bottom: 14px;
    left: 0;
  }
  .qianjin-desc-title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 19.25px;
  }
  .qianjin-desc-title2 {
    font-size: 22.75px;
    line-height: 1;
    padding-left: 153.125px;
    margin-bottom: 33.25px;
  }
  .qianjin-desc-theme {
    width: 398.125px;
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    margin-bottom: 28px;
  }
  .qianjin-desc-theme2 {
    width: 449.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }
  .qianjin .container:after {
    content: "";
    display: block;
    width: 133.875px;
    height: 133.875px;
    background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -66.5px;
  }
  .smile {
    margin-top: 138.25px;
    width: 100%;
  }
  .smile .container {
    position: relative;
  }
  .smile img {
    width: 100%;
  }
  .smile-desc {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
  }
  .smile-desc-title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 19.25px;
  }
  .smile-desc-title2 {
    font-size: 22.75px;
    line-height: 1;
    padding-right: 81.375px;
    margin-bottom: 37.625px;
  }
  .smile-desc-theme {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    margin-bottom: 28px;
  }
  .smile-desc-theme2 {
    width: 449.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }
  .smile .container:after {
    content: "";
    display: block;
    width: 133.875px;
    height: 133.875px;
    background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -66.5px;
  }
  .smile .container:before {
    content: "";
    display: block;
    width: 83.125px;
    height: 83.125px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 90.125px;
    right: 224px;
  }
  .love {
    width: 100%;
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .love .container {
    position: relative;
  }
  .love img {
    width: 100%;
  }
  .love-desc {
    position: absolute;
    bottom: 14px;
    left: 0;
  }
  .love-desc-title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 19.25px;
  }
  .love-desc-title2 {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 68.25px;
  }
  .love-desc-theme {
    width: 398.125px;
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    margin-bottom: 28px;
  }
  .love-desc-theme2 {
    width: 288.75px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }
  .love .container:after {
    content: "";
    display: block;
    width: 133.875px;
    height: 133.875px;
    background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -66.5px;
  }
  .love .container:before {
    content: "";
    display: block;
    width: 86.625px;
    height: 87.5px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 90.125px;
    left: 224px;
  }
  .show {
    width: 100%;
    padding-bottom: 91px;
  }
  .show .title {
    font-size: 40.25px;
    line-height: 1;
    color: #000;
    margin-bottom: 56.875px;
    font-weight: bold;
    text-align: center;
  }
  .show-pic {
    width: 100%;
    font-size: 0;
  }
  .show-pic img {
    width: 100%;
  }
  .introduce {
    width: 100%;
    overflow: hidden;
    padding: 52.5px 0;
    background: #f4f4f4;
  }
  .introduce .container {
    height: auto;
  }
  .introduce-desc {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduce-desc-left {
    width: 463.75px;
  }
  .introduce-desc-left .desc-title {
    font-size: 40.25px;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .introduce-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 74.375px;
  }
  .introduce-car-image {
    width: 453.25px;
    box-sizing: border-box;
    padding: 0 90.125px;
  }
  .introduce-car-image img {
    width: 100%;
    display: none;
  }
  .introduce-car-image img.active {
    display: block;
  }
  .introduce-car-choose {
    width: calc(100% - 518px * 0.875);
  }
  .introduce-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 52.5px;
    margin-bottom: 74.375px;
  }
  .introduce-car-choose-type-front-title, .introduce-car-choose-type-back-title {
    font-size: 23.625px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 19.25px;
  }
  .introduce-car-choose-type-front-list, .introduce-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introduce-car-choose-type-front-list-item, .introduce-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;
  }
  .introduce-car-choose-type-front-list-item:last-child, .introduce-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .introduce-car-choose-type-front-list-item.active, .introduce-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .introduce-car-choose-type-front {
    padding-right: 31.5px;
    border-right: 1.75px solid #000;
  }
  .introduce-car-choose-type-back {
    padding-left: 31.5px;
  }
  .introduce-car-choose-list {
    width: 100%;
  }
  .introduce-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-car-choose-list-item-theme, .introduce-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;
  }
  .introduce-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;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-number-item img {
    width: 33.25px;
    margin-right: 14px;
  }
  .introduce-car-choose-list-item-number-item p span {
    font-size: 15.75px;
    color: #4c4948;
    padding-top: 5.25px;
  }
  .introduce-car-choose-list-item-warr {
    width: 175px;
    position: absolute;
    top: -209.125px;
    right: -56px;
  }
  .introduce-car-choose-list-item-warr img {
    width: 100%;
  }
  .introduce-car-choose-list-item-theme:after, .introduce-car-choose-list-item-desc:after, .introduce-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 42px;
    height: 2.625px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-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%;
    box-sizing: border-box;
    padding-top: 60px;
    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: 19.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 35.25px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
  }
  .banner-theme p:nth-child(1) span {
    font-size: 34.5px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(1) img {
    width: 74.25px;
  }
  .banner-theme p:nth-child(2) {
    font-size: 34.5px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 15px;
    padding-left: 75px;
  }
  .banner-desc {
    width: 300px;
    text-align: justify;
    line-height: 21px;
    font-size: 13.5px;
    color: #4c4948;
    margin-top: 75px;
  }
  .pic {
    width: 100%;
    height: 115.5px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 9px;
    vertical-align: top;
    margin-top: 15px;
  }
  .pic-left p:nth-child(1) img {
    width: 46.5px;
    vertical-align: bottom;
  }
  .pic-left p:nth-child(2) {
    font-size: 19.5px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    text-align: center;
    margin-left: 52.5px;
  }
  .pic-right-item img {
    width: 58.5px;
    height: 58.5px;
  }
  .pic-right-item p {
    font-size: 13.5px;
    font-weight: bold;
    line-height: 1;
    margin-top: 7.5px;
  }
  .gold {
    margin-top: 118.5px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    bottom: 12px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 15px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-theme {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 31.5px;
  }
  .gold-desc-desc {
    font-size: 13.5px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .gold-desc-desc span {
    padding-left: 13.5px;
    position: relative;
  }
  .gold-desc-desc span:after {
    content: "";
    display: block;
    width: 10.5px;
    height: 15px;
    background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gold-desc-desc span:nth-child(1) {
    padding-right: 36px;
  }
  .gold-desc-text {
    text-align: justify;
    width: 326.25px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }
  .gold .container:after {
    content: "";
    display: block;
    width: 114.75px;
    height: 114.75px;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -57px;
  }
  .gold .container:before {
    content: "";
    display: block;
    width: 93px;
    height: 75px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 77.25px;
    right: 192px;
  }
  .allcar {
    width: 100%;
    margin-top: 144px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    bottom: 12px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 16.5px;
  }
  .allcar-desc-title2 {
    font-size: 19.5px;
    line-height: 1;
    padding-left: 131.25px;
    margin-bottom: 58.5px;
  }
  .allcar-desc-theme {
    width: 341.25px;
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    margin-bottom: 24px;
  }
  .allcar-desc-theme2 {
    width: 385.5px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }
  .allcar .container:after {
    content: "";
    display: block;
    width: 114.75px;
    height: 114.75px;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -57px;
  }
  .allcar .container:before {
    content: "";
    display: block;
    width: 74.25px;
    height: 75px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 77.25px;
    left: 192px;
  }
  .jinli {
    width: 100%;
    margin-top: 144px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli-desc {
    position: absolute;
    bottom: 12px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 16.5px;
  }
  .jinli-desc-title2 {
    font-size: 19.5px;
    line-height: 1;
    padding-right: 69.75px;
    margin-bottom: 32.25px;
  }
  .jinli-desc-theme {
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    margin-bottom: 24px;
  }
  .jinli-desc-theme2 {
    width: 385.5px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }
  .jinli .container:after {
    content: "";
    display: block;
    width: 114.75px;
    height: 114.75px;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -57px;
  }
  .qianjin {
    width: 100%;
    margin-top: 144px;
  }
  .qianjin .container {
    position: relative;
  }
  .qianjin img {
    width: 100%;
  }
  .qianjin-desc {
    position: absolute;
    bottom: 12px;
    left: 0;
  }
  .qianjin-desc-title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 16.5px;
  }
  .qianjin-desc-title2 {
    font-size: 19.5px;
    line-height: 1;
    padding-left: 131.25px;
    margin-bottom: 28.5px;
  }
  .qianjin-desc-theme {
    width: 341.25px;
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    margin-bottom: 24px;
  }
  .qianjin-desc-theme2 {
    width: 385.5px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }
  .qianjin .container:after {
    content: "";
    display: block;
    width: 114.75px;
    height: 114.75px;
    background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -57px;
  }
  .smile {
    margin-top: 118.5px;
    width: 100%;
  }
  .smile .container {
    position: relative;
  }
  .smile img {
    width: 100%;
  }
  .smile-desc {
    position: absolute;
    bottom: 12px;
    right: 0;
    text-align: right;
  }
  .smile-desc-title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 16.5px;
  }
  .smile-desc-title2 {
    font-size: 19.5px;
    line-height: 1;
    padding-right: 69.75px;
    margin-bottom: 32.25px;
  }
  .smile-desc-theme {
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    margin-bottom: 24px;
  }
  .smile-desc-theme2 {
    width: 385.5px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }
  .smile .container:after {
    content: "";
    display: block;
    width: 114.75px;
    height: 114.75px;
    background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -57px;
  }
  .smile .container:before {
    content: "";
    display: block;
    width: 71.25px;
    height: 71.25px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 77.25px;
    right: 192px;
  }
  .love {
    width: 100%;
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .love .container {
    position: relative;
  }
  .love img {
    width: 100%;
  }
  .love-desc {
    position: absolute;
    bottom: 12px;
    left: 0;
  }
  .love-desc-title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 16.5px;
  }
  .love-desc-title2 {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 58.5px;
  }
  .love-desc-theme {
    width: 341.25px;
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    margin-bottom: 24px;
  }
  .love-desc-theme2 {
    width: 247.5px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }
  .love .container:after {
    content: "";
    display: block;
    width: 114.75px;
    height: 114.75px;
    background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -57px;
  }
  .love .container:before {
    content: "";
    display: block;
    width: 74.25px;
    height: 75px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 77.25px;
    left: 192px;
  }
  .show {
    width: 100%;
    padding-bottom: 78px;
  }
  .show .title {
    font-size: 34.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 48.75px;
    font-weight: bold;
    text-align: center;
  }
  .show-pic {
    width: 100%;
    font-size: 0;
  }
  .show-pic img {
    width: 100%;
  }
  .introduce {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    background: #f4f4f4;
  }
  .introduce .container {
    height: auto;
  }
  .introduce-desc {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduce-desc-left {
    width: 397.5px;
  }
  .introduce-desc-left .desc-title {
    font-size: 34.5px;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .introduce-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 63.75px;
  }
  .introduce-car-image {
    width: 388.5px;
    box-sizing: border-box;
    padding: 0 77.25px;
  }
  .introduce-car-image img {
    width: 100%;
    display: none;
  }
  .introduce-car-image img.active {
    display: block;
  }
  .introduce-car-choose {
    width: calc(100% - 518px * 0.75);
  }
  .introduce-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 63.75px;
  }
  .introduce-car-choose-type-front-title, .introduce-car-choose-type-back-title {
    font-size: 20.25px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 16.5px;
  }
  .introduce-car-choose-type-front-list, .introduce-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introduce-car-choose-type-front-list-item, .introduce-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;
  }
  .introduce-car-choose-type-front-list-item:last-child, .introduce-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .introduce-car-choose-type-front-list-item.active, .introduce-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .introduce-car-choose-type-front {
    padding-right: 27px;
    border-right: 1.5px solid #000;
  }
  .introduce-car-choose-type-back {
    padding-left: 27px;
  }
  .introduce-car-choose-list {
    width: 100%;
  }
  .introduce-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-car-choose-list-item-theme, .introduce-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;
  }
  .introduce-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;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-number-item img {
    width: 28.5px;
    margin-right: 12px;
  }
  .introduce-car-choose-list-item-number-item p span {
    font-size: 13.5px;
    color: #4c4948;
    padding-top: 4.5px;
  }
  .introduce-car-choose-list-item-warr {
    width: 150px;
    position: absolute;
    top: -179.25px;
    right: -48px;
  }
  .introduce-car-choose-list-item-warr img {
    width: 100%;
  }
  .introduce-car-choose-list-item-theme:after, .introduce-car-choose-list-item-desc:after, .introduce-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 36px;
    height: 2.25px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-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%;
    box-sizing: border-box;
    padding-top: 56px;
    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: 18.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 32.9px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
  }
  .banner-theme p:nth-child(1) span {
    font-size: 32.2px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(1) img {
    width: 69.3px;
  }
  .banner-theme p:nth-child(2) {
    font-size: 32.2px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 14px;
    padding-left: 70px;
  }
  .banner-desc {
    width: 280px;
    text-align: justify;
    line-height: 19.6px;
    font-size: 12.6px;
    color: #4c4948;
    margin-top: 70px;
  }
  .pic {
    width: 100%;
    height: 107.8px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 8.4px;
    vertical-align: top;
    margin-top: 14px;
  }
  .pic-left p:nth-child(1) img {
    width: 43.4px;
    vertical-align: bottom;
  }
  .pic-left p:nth-child(2) {
    font-size: 18.2px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    text-align: center;
    margin-left: 49px;
  }
  .pic-right-item img {
    width: 54.6px;
    height: 54.6px;
  }
  .pic-right-item p {
    font-size: 12.6px;
    font-weight: bold;
    line-height: 1;
    margin-top: 7px;
  }
  .gold {
    margin-top: 110.6px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    bottom: 11.2px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 14px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-theme {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 29.4px;
  }
  .gold-desc-desc {
    font-size: 12.6px;
    line-height: 1;
    margin-bottom: 56px;
  }
  .gold-desc-desc span {
    padding-left: 12.6px;
    position: relative;
  }
  .gold-desc-desc span:after {
    content: "";
    display: block;
    width: 9.8px;
    height: 14px;
    background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gold-desc-desc span:nth-child(1) {
    padding-right: 33.6px;
  }
  .gold-desc-text {
    text-align: justify;
    width: 304.5px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }
  .gold .container:after {
    content: "";
    display: block;
    width: 107.1px;
    height: 107.1px;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -53.2px;
  }
  .gold .container:before {
    content: "";
    display: block;
    width: 86.8px;
    height: 70px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 72.1px;
    right: 179.2px;
  }
  .allcar {
    width: 100%;
    margin-top: 134.4px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    bottom: 11.2px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 15.4px;
  }
  .allcar-desc-title2 {
    font-size: 18.2px;
    line-height: 1;
    padding-left: 122.5px;
    margin-bottom: 54.6px;
  }
  .allcar-desc-theme {
    width: 318.5px;
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    margin-bottom: 22.4px;
  }
  .allcar-desc-theme2 {
    width: 359.8px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }
  .allcar .container:after {
    content: "";
    display: block;
    width: 107.1px;
    height: 107.1px;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -53.2px;
  }
  .allcar .container:before {
    content: "";
    display: block;
    width: 69.3px;
    height: 70px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 72.1px;
    left: 179.2px;
  }
  .jinli {
    width: 100%;
    margin-top: 134.4px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli-desc {
    position: absolute;
    bottom: 11.2px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 15.4px;
  }
  .jinli-desc-title2 {
    font-size: 18.2px;
    line-height: 1;
    padding-right: 65.1px;
    margin-bottom: 30.1px;
  }
  .jinli-desc-theme {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    margin-bottom: 22.4px;
  }
  .jinli-desc-theme2 {
    width: 359.8px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }
  .jinli .container:after {
    content: "";
    display: block;
    width: 107.1px;
    height: 107.1px;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -53.2px;
  }
  .qianjin {
    width: 100%;
    margin-top: 134.4px;
  }
  .qianjin .container {
    position: relative;
  }
  .qianjin img {
    width: 100%;
  }
  .qianjin-desc {
    position: absolute;
    bottom: 11.2px;
    left: 0;
  }
  .qianjin-desc-title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 15.4px;
  }
  .qianjin-desc-title2 {
    font-size: 18.2px;
    line-height: 1;
    padding-left: 122.5px;
    margin-bottom: 26.6px;
  }
  .qianjin-desc-theme {
    width: 318.5px;
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    margin-bottom: 22.4px;
  }
  .qianjin-desc-theme2 {
    width: 359.8px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }
  .qianjin .container:after {
    content: "";
    display: block;
    width: 107.1px;
    height: 107.1px;
    background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -53.2px;
  }
  .smile {
    margin-top: 110.6px;
    width: 100%;
  }
  .smile .container {
    position: relative;
  }
  .smile img {
    width: 100%;
  }
  .smile-desc {
    position: absolute;
    bottom: 11.2px;
    right: 0;
    text-align: right;
  }
  .smile-desc-title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 15.4px;
  }
  .smile-desc-title2 {
    font-size: 18.2px;
    line-height: 1;
    padding-right: 65.1px;
    margin-bottom: 30.1px;
  }
  .smile-desc-theme {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    margin-bottom: 22.4px;
  }
  .smile-desc-theme2 {
    width: 359.8px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }
  .smile .container:after {
    content: "";
    display: block;
    width: 107.1px;
    height: 107.1px;
    background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -53.2px;
  }
  .smile .container:before {
    content: "";
    display: block;
    width: 66.5px;
    height: 66.5px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 72.1px;
    right: 179.2px;
  }
  .love {
    width: 100%;
    margin-top: 134.4px;
    margin-bottom: 134.4px;
  }
  .love .container {
    position: relative;
  }
  .love img {
    width: 100%;
  }
  .love-desc {
    position: absolute;
    bottom: 11.2px;
    left: 0;
  }
  .love-desc-title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 15.4px;
  }
  .love-desc-title2 {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 54.6px;
  }
  .love-desc-theme {
    width: 318.5px;
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    margin-bottom: 22.4px;
  }
  .love-desc-theme2 {
    width: 231px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }
  .love .container:after {
    content: "";
    display: block;
    width: 107.1px;
    height: 107.1px;
    background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -53.2px;
  }
  .love .container:before {
    content: "";
    display: block;
    width: 69.3px;
    height: 70px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 72.1px;
    left: 179.2px;
  }
  .show {
    width: 100%;
    padding-bottom: 72.8px;
  }
  .show .title {
    font-size: 32.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 45.5px;
    font-weight: bold;
    text-align: center;
  }
  .show-pic {
    width: 100%;
    font-size: 0;
  }
  .show-pic img {
    width: 100%;
  }
  .introduce {
    width: 100%;
    overflow: hidden;
    padding: 42px 0;
    background: #f4f4f4;
  }
  .introduce .container {
    height: auto;
  }
  .introduce-desc {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduce-desc-left {
    width: 371px;
  }
  .introduce-desc-left .desc-title {
    font-size: 32.2px;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .introduce-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 59.5px;
  }
  .introduce-car-image {
    width: 362.6px;
    box-sizing: border-box;
    padding: 0 72.1px;
  }
  .introduce-car-image img {
    width: 100%;
    display: none;
  }
  .introduce-car-image img.active {
    display: block;
  }
  .introduce-car-choose {
    width: calc(100% - 518px * 0.7);
  }
  .introduce-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 42px;
    margin-bottom: 59.5px;
  }
  .introduce-car-choose-type-front-title, .introduce-car-choose-type-back-title {
    font-size: 18.9px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 15.4px;
  }
  .introduce-car-choose-type-front-list, .introduce-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introduce-car-choose-type-front-list-item, .introduce-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;
  }
  .introduce-car-choose-type-front-list-item:last-child, .introduce-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .introduce-car-choose-type-front-list-item.active, .introduce-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .introduce-car-choose-type-front {
    padding-right: 25.2px;
    border-right: 1.4px solid #000;
  }
  .introduce-car-choose-type-back {
    padding-left: 25.2px;
  }
  .introduce-car-choose-list {
    width: 100%;
  }
  .introduce-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-car-choose-list-item-theme, .introduce-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;
  }
  .introduce-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;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-number-item img {
    width: 26.6px;
    margin-right: 11.2px;
  }
  .introduce-car-choose-list-item-number-item p span {
    font-size: 12.6px;
    color: #4c4948;
    padding-top: 4.2px;
  }
  .introduce-car-choose-list-item-warr {
    width: 140px;
    position: absolute;
    top: -167.3px;
    right: -44.8px;
  }
  .introduce-car-choose-list-item-warr img {
    width: 100%;
  }
  .introduce-car-choose-list-item-theme:after, .introduce-car-choose-list-item-desc:after, .introduce-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 33.6px;
    height: 2.1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-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%;
    box-sizing: border-box;
    padding-top: 52.8px;
    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: 17.16px;
    line-height: 1;
    color: #000;
    margin-bottom: 31.02px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
  }
  .banner-theme p:nth-child(1) span {
    font-size: 30.36px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(1) img {
    width: 65.34px;
  }
  .banner-theme p:nth-child(2) {
    font-size: 30.36px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 13.2px;
    padding-left: 66px;
  }
  .banner-desc {
    width: 264px;
    text-align: justify;
    line-height: 18.48px;
    font-size: 11.88px;
    color: #4c4948;
    margin-top: 66px;
  }
  .pic {
    width: 100%;
    height: 101.64px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 7.92px;
    vertical-align: top;
    margin-top: 13.2px;
  }
  .pic-left p:nth-child(1) img {
    width: 40.92px;
    vertical-align: bottom;
  }
  .pic-left p:nth-child(2) {
    font-size: 17.16px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    text-align: center;
    margin-left: 46.2px;
  }
  .pic-right-item img {
    width: 51.48px;
    height: 51.48px;
  }
  .pic-right-item p {
    font-size: 11.88px;
    font-weight: bold;
    line-height: 1;
    margin-top: 6.6px;
  }
  .gold {
    margin-top: 104.28px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    bottom: 10.56px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 13.2px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-theme {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    margin-bottom: 27.72px;
  }
  .gold-desc-desc {
    font-size: 11.88px;
    line-height: 1;
    margin-bottom: 52.8px;
  }
  .gold-desc-desc span {
    padding-left: 11.88px;
    position: relative;
  }
  .gold-desc-desc span:after {
    content: "";
    display: block;
    width: 9.24px;
    height: 13.2px;
    background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gold-desc-desc span:nth-child(1) {
    padding-right: 31.68px;
  }
  .gold-desc-text {
    text-align: justify;
    width: 287.1px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }
  .gold .container:after {
    content: "";
    display: block;
    width: 100.98px;
    height: 100.98px;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -50.16px;
  }
  .gold .container:before {
    content: "";
    display: block;
    width: 81.84px;
    height: 66px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 67.98px;
    right: 168.96px;
  }
  .allcar {
    width: 100%;
    margin-top: 126.72px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    bottom: 10.56px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 14.52px;
  }
  .allcar-desc-title2 {
    font-size: 17.16px;
    line-height: 1;
    padding-left: 115.5px;
    margin-bottom: 51.48px;
  }
  .allcar-desc-theme {
    width: 300.3px;
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    margin-bottom: 21.12px;
  }
  .allcar-desc-theme2 {
    width: 339.24px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }
  .allcar .container:after {
    content: "";
    display: block;
    width: 100.98px;
    height: 100.98px;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -50.16px;
  }
  .allcar .container:before {
    content: "";
    display: block;
    width: 65.34px;
    height: 66px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 67.98px;
    left: 168.96px;
  }
  .jinli {
    width: 100%;
    margin-top: 126.72px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli-desc {
    position: absolute;
    bottom: 10.56px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 14.52px;
  }
  .jinli-desc-title2 {
    font-size: 17.16px;
    line-height: 1;
    padding-right: 61.38px;
    margin-bottom: 28.38px;
  }
  .jinli-desc-theme {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    margin-bottom: 21.12px;
  }
  .jinli-desc-theme2 {
    width: 339.24px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }
  .jinli .container:after {
    content: "";
    display: block;
    width: 100.98px;
    height: 100.98px;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -50.16px;
  }
  .qianjin {
    width: 100%;
    margin-top: 126.72px;
  }
  .qianjin .container {
    position: relative;
  }
  .qianjin img {
    width: 100%;
  }
  .qianjin-desc {
    position: absolute;
    bottom: 10.56px;
    left: 0;
  }
  .qianjin-desc-title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 14.52px;
  }
  .qianjin-desc-title2 {
    font-size: 17.16px;
    line-height: 1;
    padding-left: 115.5px;
    margin-bottom: 25.08px;
  }
  .qianjin-desc-theme {
    width: 300.3px;
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    margin-bottom: 21.12px;
  }
  .qianjin-desc-theme2 {
    width: 339.24px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }
  .qianjin .container:after {
    content: "";
    display: block;
    width: 100.98px;
    height: 100.98px;
    background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -50.16px;
  }
  .smile {
    margin-top: 104.28px;
    width: 100%;
  }
  .smile .container {
    position: relative;
  }
  .smile img {
    width: 100%;
  }
  .smile-desc {
    position: absolute;
    bottom: 10.56px;
    right: 0;
    text-align: right;
  }
  .smile-desc-title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 14.52px;
  }
  .smile-desc-title2 {
    font-size: 17.16px;
    line-height: 1;
    padding-right: 61.38px;
    margin-bottom: 28.38px;
  }
  .smile-desc-theme {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    margin-bottom: 21.12px;
  }
  .smile-desc-theme2 {
    width: 339.24px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }
  .smile .container:after {
    content: "";
    display: block;
    width: 100.98px;
    height: 100.98px;
    background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -50.16px;
  }
  .smile .container:before {
    content: "";
    display: block;
    width: 62.7px;
    height: 62.7px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 67.98px;
    right: 168.96px;
  }
  .love {
    width: 100%;
    margin-top: 126.72px;
    margin-bottom: 126.72px;
  }
  .love .container {
    position: relative;
  }
  .love img {
    width: 100%;
  }
  .love-desc {
    position: absolute;
    bottom: 10.56px;
    left: 0;
  }
  .love-desc-title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 14.52px;
  }
  .love-desc-title2 {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 51.48px;
  }
  .love-desc-theme {
    width: 300.3px;
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    margin-bottom: 21.12px;
  }
  .love-desc-theme2 {
    width: 217.8px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }
  .love .container:after {
    content: "";
    display: block;
    width: 100.98px;
    height: 100.98px;
    background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -50.16px;
  }
  .love .container:before {
    content: "";
    display: block;
    width: 65.34px;
    height: 66px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 67.98px;
    left: 168.96px;
  }
  .show {
    width: 100%;
    padding-bottom: 68.64px;
  }
  .show .title {
    font-size: 30.36px;
    line-height: 1;
    color: #000;
    margin-bottom: 42.9px;
    font-weight: bold;
    text-align: center;
  }
  .show-pic {
    width: 100%;
    font-size: 0;
  }
  .show-pic img {
    width: 100%;
  }
  .introduce {
    width: 100%;
    overflow: hidden;
    padding: 39.6px 0;
    background: #f4f4f4;
  }
  .introduce .container {
    height: auto;
  }
  .introduce-desc {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduce-desc-left {
    width: 349.8px;
  }
  .introduce-desc-left .desc-title {
    font-size: 30.36px;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .introduce-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56.1px;
  }
  .introduce-car-image {
    width: 341.88px;
    box-sizing: border-box;
    padding: 0 67.98px;
  }
  .introduce-car-image img {
    width: 100%;
    display: none;
  }
  .introduce-car-image img.active {
    display: block;
  }
  .introduce-car-choose {
    width: calc(100% - 518px * 0.66);
  }
  .introduce-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 39.6px;
    margin-bottom: 56.1px;
  }
  .introduce-car-choose-type-front-title, .introduce-car-choose-type-back-title {
    font-size: 17.82px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 14.52px;
  }
  .introduce-car-choose-type-front-list, .introduce-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introduce-car-choose-type-front-list-item, .introduce-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;
  }
  .introduce-car-choose-type-front-list-item:last-child, .introduce-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .introduce-car-choose-type-front-list-item.active, .introduce-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .introduce-car-choose-type-front {
    padding-right: 23.76px;
    border-right: 1.32px solid #000;
  }
  .introduce-car-choose-type-back {
    padding-left: 23.76px;
  }
  .introduce-car-choose-list {
    width: 100%;
  }
  .introduce-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-car-choose-list-item-theme, .introduce-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;
  }
  .introduce-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;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-number-item img {
    width: 25.08px;
    margin-right: 10.56px;
  }
  .introduce-car-choose-list-item-number-item p span {
    font-size: 11.88px;
    color: #4c4948;
    padding-top: 3.96px;
  }
  .introduce-car-choose-list-item-warr {
    width: 132px;
    position: absolute;
    top: -157.74px;
    right: -42.24px;
  }
  .introduce-car-choose-list-item-warr img {
    width: 100%;
  }
  .introduce-car-choose-list-item-theme:after, .introduce-car-choose-list-item-desc:after, .introduce-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 31.68px;
    height: 1.98px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-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%;
    box-sizing: border-box;
    padding-top: 42.4px;
    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: 13.78px;
    line-height: 1;
    color: #000;
    margin-bottom: 24.91px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
  }
  .banner-theme p:nth-child(1) span {
    font-size: 24.38px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(1) img {
    width: 52.47px;
  }
  .banner-theme p:nth-child(2) {
    font-size: 24.38px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 10.6px;
    padding-left: 53px;
  }
  .banner-desc {
    width: 212px;
    text-align: justify;
    line-height: 14.84px;
    font-size: 9.54px;
    color: #4c4948;
    margin-top: 53px;
  }
  .pic {
    width: 100%;
    height: 81.62px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 6.36px;
    vertical-align: top;
    margin-top: 10.6px;
  }
  .pic-left p:nth-child(1) img {
    width: 32.86px;
    vertical-align: bottom;
  }
  .pic-left p:nth-child(2) {
    font-size: 13.78px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    text-align: center;
    margin-left: 37.1px;
  }
  .pic-right-item img {
    width: 41.34px;
    height: 41.34px;
  }
  .pic-right-item p {
    font-size: 9.54px;
    font-weight: bold;
    line-height: 1;
    margin-top: 5.3px;
  }
  .gold {
    margin-top: 83.74px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    bottom: 8.48px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 10.6px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-theme {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    margin-bottom: 22.26px;
  }
  .gold-desc-desc {
    font-size: 9.54px;
    line-height: 1;
    margin-bottom: 42.4px;
  }
  .gold-desc-desc span {
    padding-left: 9.54px;
    position: relative;
  }
  .gold-desc-desc span:after {
    content: "";
    display: block;
    width: 7.42px;
    height: 10.6px;
    background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gold-desc-desc span:nth-child(1) {
    padding-right: 25.44px;
  }
  .gold-desc-text {
    text-align: justify;
    width: 230.55px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }
  .gold .container:after {
    content: "";
    display: block;
    width: 81.09px;
    height: 81.09px;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -40.28px;
  }
  .gold .container:before {
    content: "";
    display: block;
    width: 65.72px;
    height: 53px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 54.59px;
    right: 135.68px;
  }
  .allcar {
    width: 100%;
    margin-top: 101.76px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    bottom: 8.48px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 11.66px;
  }
  .allcar-desc-title2 {
    font-size: 13.78px;
    line-height: 1;
    padding-left: 92.75px;
    margin-bottom: 41.34px;
  }
  .allcar-desc-theme {
    width: 241.15px;
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    margin-bottom: 16.96px;
  }
  .allcar-desc-theme2 {
    width: 272.42px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }
  .allcar .container:after {
    content: "";
    display: block;
    width: 81.09px;
    height: 81.09px;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -40.28px;
  }
  .allcar .container:before {
    content: "";
    display: block;
    width: 52.47px;
    height: 53px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 54.59px;
    left: 135.68px;
  }
  .jinli {
    width: 100%;
    margin-top: 101.76px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli-desc {
    position: absolute;
    bottom: 8.48px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 11.66px;
  }
  .jinli-desc-title2 {
    font-size: 13.78px;
    line-height: 1;
    padding-right: 49.29px;
    margin-bottom: 22.79px;
  }
  .jinli-desc-theme {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    margin-bottom: 16.96px;
  }
  .jinli-desc-theme2 {
    width: 272.42px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }
  .jinli .container:after {
    content: "";
    display: block;
    width: 81.09px;
    height: 81.09px;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -40.28px;
  }
  .qianjin {
    width: 100%;
    margin-top: 101.76px;
  }
  .qianjin .container {
    position: relative;
  }
  .qianjin img {
    width: 100%;
  }
  .qianjin-desc {
    position: absolute;
    bottom: 8.48px;
    left: 0;
  }
  .qianjin-desc-title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 11.66px;
  }
  .qianjin-desc-title2 {
    font-size: 13.78px;
    line-height: 1;
    padding-left: 92.75px;
    margin-bottom: 20.14px;
  }
  .qianjin-desc-theme {
    width: 241.15px;
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    margin-bottom: 16.96px;
  }
  .qianjin-desc-theme2 {
    width: 272.42px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }
  .qianjin .container:after {
    content: "";
    display: block;
    width: 81.09px;
    height: 81.09px;
    background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -40.28px;
  }
  .smile {
    margin-top: 83.74px;
    width: 100%;
  }
  .smile .container {
    position: relative;
  }
  .smile img {
    width: 100%;
  }
  .smile-desc {
    position: absolute;
    bottom: 8.48px;
    right: 0;
    text-align: right;
  }
  .smile-desc-title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 11.66px;
  }
  .smile-desc-title2 {
    font-size: 13.78px;
    line-height: 1;
    padding-right: 49.29px;
    margin-bottom: 22.79px;
  }
  .smile-desc-theme {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    margin-bottom: 16.96px;
  }
  .smile-desc-theme2 {
    width: 272.42px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }
  .smile .container:after {
    content: "";
    display: block;
    width: 81.09px;
    height: 81.09px;
    background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -40.28px;
  }
  .smile .container:before {
    content: "";
    display: block;
    width: 50.35px;
    height: 50.35px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 54.59px;
    right: 135.68px;
  }
  .love {
    width: 100%;
    margin-top: 101.76px;
    margin-bottom: 101.76px;
  }
  .love .container {
    position: relative;
  }
  .love img {
    width: 100%;
  }
  .love-desc {
    position: absolute;
    bottom: 8.48px;
    left: 0;
  }
  .love-desc-title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
    color: #000;
    margin-bottom: 11.66px;
  }
  .love-desc-title2 {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 41.34px;
  }
  .love-desc-theme {
    width: 241.15px;
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    margin-bottom: 16.96px;
  }
  .love-desc-theme2 {
    width: 174.9px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }
  .love .container:after {
    content: "";
    display: block;
    width: 81.09px;
    height: 81.09px;
    background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -40.28px;
  }
  .love .container:before {
    content: "";
    display: block;
    width: 52.47px;
    height: 53px;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 54.59px;
    left: 135.68px;
  }
  .show {
    width: 100%;
    padding-bottom: 55.12px;
  }
  .show .title {
    font-size: 24.38px;
    line-height: 1;
    color: #000;
    margin-bottom: 34.45px;
    font-weight: bold;
    text-align: center;
  }
  .show-pic {
    width: 100%;
    font-size: 0;
  }
  .show-pic img {
    width: 100%;
  }
  .introduce {
    width: 100%;
    overflow: hidden;
    padding: 31.8px 0;
    background: #f4f4f4;
  }
  .introduce .container {
    height: auto;
  }
  .introduce-desc {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduce-desc-left {
    width: 280.9px;
  }
  .introduce-desc-left .desc-title {
    font-size: 24.38px;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .introduce-car {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45.05px;
  }
  .introduce-car-image {
    width: 274.54px;
    box-sizing: border-box;
    padding: 0 54.59px;
  }
  .introduce-car-image img {
    width: 100%;
    display: none;
  }
  .introduce-car-image img.active {
    display: block;
  }
  .introduce-car-choose {
    width: calc(100% - 518px * 0.53);
  }
  .introduce-car-choose-type {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 31.8px;
    margin-bottom: 45.05px;
  }
  .introduce-car-choose-type-front-title, .introduce-car-choose-type-back-title {
    font-size: 14.31px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 11.66px;
  }
  .introduce-car-choose-type-front-list, .introduce-car-choose-type-back-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introduce-car-choose-type-front-list-item, .introduce-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;
  }
  .introduce-car-choose-type-front-list-item:last-child, .introduce-car-choose-type-back-list-item:last-child {
    margin-right: 0;
  }
  .introduce-car-choose-type-front-list-item.active, .introduce-car-choose-type-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .introduce-car-choose-type-front {
    padding-right: 19.08px;
    border-right: 1.06px solid #000;
  }
  .introduce-car-choose-type-back {
    padding-left: 19.08px;
  }
  .introduce-car-choose-list {
    width: 100%;
  }
  .introduce-car-choose-list-item {
    width: 100%;
    display: none;
    position: relative;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-name:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-car-choose-list-item-theme, .introduce-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;
  }
  .introduce-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;
  }
  .introduce-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;
  }
  .introduce-car-choose-list-item-number-item img {
    width: 20.14px;
    margin-right: 8.48px;
  }
  .introduce-car-choose-list-item-number-item p span {
    font-size: 9.54px;
    color: #4c4948;
    padding-top: 3.18px;
  }
  .introduce-car-choose-list-item-warr {
    width: 106px;
    position: absolute;
    top: -126.67px;
    right: -33.92px;
  }
  .introduce-car-choose-list-item-warr img {
    width: 100%;
  }
  .introduce-car-choose-list-item-theme:after, .introduce-car-choose-list-item-desc:after, .introduce-car-choose-list-item-number:after {
    content: "";
    display: block;
    width: 25.44px;
    height: 1.59px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduce-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%;
    box-sizing: border-box;
    padding-top: 80px;
    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.26rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.47rem;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
  }
  .banner-theme p:nth-child(1) span {
    font-size: 0.46rem;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(1) img {
    width: 0.99rem;
  }
  .banner-theme p:nth-child(2) {
    font-size: 0.46rem;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 0.2rem;
    padding-left: 1rem;
  }
  .pic {
    width: 100%;
    height: 2.4rem;
    padding: 0.2rem 0;
    background: #e7e7e9;
  }
  .pic .container {
    display: block;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    text-align: center;
    font-size: 0.46rem;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 0.12rem;
    vertical-align: top;
    margin-top: 0.2rem;
  }
  .pic-left p:nth-child(1) img {
    width: 0.62rem;
    vertical-align: bottom;
  }
  .pic-left p:nth-child(2) {
    text-align: center;
    font-size: 0.26rem;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-top: 0.2rem;
  }
  .pic-right-item {
    text-align: center;
    margin-left: 0.3rem;
  }
  .pic-right-item img {
    width: 0.78rem;
    height: 0.78rem;
  }
  .pic-right-item p {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.1rem;
  }
  .goldmb {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .goldmb img.zhu {
    width: 7.12rem;
    position: relative;
    z-index: 1;
  }
  .goldmb .container {
    width: 7.12rem;
    margin-right: 0.38rem;
    position: relative;
    margin-top: -2.56rem;
    text-align: right;
  }
  .goldmb .container img.bg {
    width: 6.08rem;
  }
  .goldmb-desc {
    position: absolute;
    bottom: 0.28rem;
    right: 0.4rem;
    text-align: right;
  }
  .goldmb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .goldmb-desc .theme {
    font-size: 0.28rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .goldmb-desc .theme2 {
    font-size: 0.22rem;
    color: #000;
    margin-bottom: 0.4rem;
  }
  .goldmb-desc .theme2 span {
    position: relative;
    padding-left: 0.2rem;
  }
  .goldmb-desc .theme2 span:after {
    content: "";
    display: block;
    width: 0.16rem;
    height: 0.22rem;
    background: url(/themes/llumar/images/houyi/technologyTraitIIcon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .goldmb-desc .theme2 span:nth-child(1) {
    padding-right: 0.4rem;
  }
  .goldmb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.82rem;
    text-align: justify;
  }
  .goldmb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.8rem;
    left: 0.8rem;
  }
  .goldmb .container:before {
    content: "";
    display: block;
    width: 1.22rem;
    height: 1rem;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 3.06rem;
    bottom: 2.18rem;
  }
  .allcarmb {
    width: 100%;
    margin-bottom: 0.6rem;
    text-align: right;
  }
  .allcarmb img.zhu {
    width: 7.5rem;
    position: relative;
    z-index: 1;
  }
  .allcarmb .container {
    width: 7.12rem;
    margin-left: 0.38rem;
    position: relative;
    margin-top: -2.06rem;
    text-align: left;
  }
  .allcarmb .container img.bg {
    width: 6.08rem;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .allcarmb-desc {
    position: absolute;
    bottom: 0.18rem;
    left: 0.4rem;
    text-align: left;
  }
  .allcarmb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.08rem;
  }
  .allcarmb-desc .theme {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.2rem;
    padding-left: 1rem;
    position: relative;
  }
  .allcarmb-desc .theme:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 1.2rem;
    top: -0.6rem;
  }
  .allcarmb-desc .theme2 {
    width: 4.24rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    margin-bottom: 0.2rem;
  }
  .allcarmb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.82rem;
    text-align: justify;
  }
  .allcarmb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.44rem;
    right: 0.8rem;
  }
  .jinlimb {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .jinlimb img.zhu {
    width: 7.12rem;
    position: relative;
    z-index: 1;
  }
  .jinlimb .container {
    width: 7.12rem;
    margin-right: 0.38rem;
    position: relative;
    margin-top: -2.56rem;
    text-align: right;
  }
  .jinlimb .container img.bg {
    width: 6.08rem;
  }
  .jinlimb-desc {
    position: absolute;
    bottom: 0.28rem;
    right: 0.4rem;
    text-align: right;
  }
  .jinlimb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .jinlimb-desc .theme {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
    padding-right: 1rem;
  }
  .jinlimb-desc .theme2 {
    font-size: 0.22rem;
    color: #000;
    margin-bottom: 0.4rem;
  }
  .jinlimb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.82rem;
    text-align: justify;
  }
  .jinlimb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.8rem;
    left: 0.8rem;
  }
  .qianjinmb {
    width: 100%;
    margin-bottom: 0.6rem;
    text-align: right;
  }
  .qianjinmb img.zhu {
    width: 7.5rem;
    position: relative;
    z-index: 1;
  }
  .qianjinmb .container {
    width: 7.12rem;
    margin-left: 0.38rem;
    position: relative;
    margin-top: -1.86rem;
    text-align: left;
  }
  .qianjinmb .container img.bg {
    width: 6.08rem;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .qianjinmb-desc {
    position: absolute;
    bottom: 0.18rem;
    left: 0.4rem;
    text-align: left;
  }
  .qianjinmb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.08rem;
  }
  .qianjinmb-desc .theme {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.2rem;
    padding-left: 1rem;
    position: relative;
  }
  .qianjinmb-desc .theme2 {
    width: 4.24rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    margin-bottom: 0.2rem;
  }
  .qianjinmb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.82rem;
    text-align: justify;
  }
  .qianjinmb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.44rem;
    right: 0.8rem;
  }
  .smilemb {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .smilemb img.zhu {
    width: 7.12rem;
    position: relative;
    z-index: 1;
  }
  .smilemb .container {
    width: 7.12rem;
    margin-right: 0.38rem;
    position: relative;
    margin-top: -2.56rem;
    text-align: right;
  }
  .smilemb .container img.bg {
    width: 6.08rem;
  }
  .smilemb-desc {
    position: absolute;
    bottom: 0.28rem;
    right: 0.4rem;
    text-align: right;
  }
  .smilemb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .smilemb-desc .theme {
    font-size: 0.28rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .smilemb-desc .theme2 {
    width: 4.24rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    margin-bottom: 0.4rem;
  }
  .smilemb-desc .desc {
    width: 4.24rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    text-align: justify;
  }
  .smilemb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.8rem;
    left: 0.8rem;
  }
  .smilemb .container:before {
    content: "";
    display: block;
    width: 0.94rem;
    height: 0.94rem;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 3.06rem;
    bottom: 2.18rem;
  }
  .lovemb {
    width: 100%;
    margin-bottom: 0.6rem;
    text-align: right;
  }
  .lovemb img.zhu {
    width: 7.12rem;
    position: relative;
    z-index: 1;
  }
  .lovemb .container {
    width: 7.12rem;
    margin-left: 0.38rem;
    position: relative;
    margin-top: -2.06rem;
    text-align: left;
  }
  .lovemb .container img.bg {
    width: 6.08rem;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .lovemb-desc {
    position: absolute;
    bottom: 0.18rem;
    left: 0.4rem;
    text-align: left;
  }
  .lovemb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.08rem;
  }
  .lovemb-desc .theme {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.2rem;
    position: relative;
  }
  .lovemb-desc .theme:after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(/themes/llumar/images/houyi/traitIBg1Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 1.1rem;
    top: -0.7rem;
  }
  .lovemb-desc .theme2 {
    width: 4.24rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    margin-bottom: 0.2rem;
  }
  .lovemb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.82rem;
    text-align: justify;
  }
  .lovemb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.44rem;
    right: 0.8rem;
  }
  .gongyimb {
    width: 100%;
    font-size: 0;
  }
  .gongyimb .title {
    font-size: 0.44rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .gongyimb img {
    width: 100%;
    margin-top: 0.4rem;
  }
  .introducemb {
    width: 100%;
    padding-top: 1.08rem;
    background: #f4f4f4;
  }
  .introducemb-title {
    width: 100%;
    position: relative;
  }
  .introducemb-title .container {
    box-sizing: border-box;
  }
  .introducemb-title-title {
    text-align: left;
    font-size: 0.46rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
  .introducemb-title-theme {
    font-size: 0.26rem;
    line-height: 1.5;
    color: #000;
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .introducemb-title-desc {
    width: 4.2rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
    text-align: justify;
    margin-bottom: 0.2rem;
  }
  .introducemb-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;
  }
  .introducemb-content {
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .introducemb-content-image {
    width: 100%;
    text-align: center;
  }
  .introducemb-content-image img {
    width: 5.2rem;
    margin: 0 auto;
    display: none;
  }
  .introducemb-content-image img.active {
    display: block;
  }
  .introducemb-content-front, .introducemb-content-back {
    width: 100%;
  }
  .introducemb-content-front-title, .introducemb-content-back-title {
    font-size: 0.3rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .introducemb-content-front-list, .introducemb-content-back-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .introducemb-content-front-list-item, .introducemb-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;
  }
  .introducemb-content-front-list-item.active, .introducemb-content-back-list-item.active {
    background-color: transparent;
    border-color: #ef7622;
    color: #ef7622;
  }
  .introducemb-content-front-desc, .introducemb-content-back-desc {
    width: 100%;
  }
  .introducemb-content-front-desc-item, .introducemb-content-back-desc-item {
    width: 100%;
    display: none;
  }
  .introducemb-content-front-desc-item-name, .introducemb-content-back-desc-item-name {
    font-size: 0.24rem;
    color: #c2b59b;
    line-height: 1;
    padding-top: 0.2rem;
    font-weight: bold;
    position: relative;
  }
  .introducemb-content-front-desc-item-theme, .introducemb-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;
  }
  .introducemb-content-front-desc-item-desc, .introducemb-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;
  }
  .introducemb-content-front-desc-item-number, .introducemb-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;
  }
  .introducemb-content-front-desc-item-number-item, .introducemb-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;
  }
  .introducemb-content-front-desc-item-number-item img, .introducemb-content-back-desc-item-number-item img {
    width: 0.28rem;
  }
  .introducemb-content-front-desc-item-name:after, .introducemb-content-front-desc-item-theme:after, .introducemb-content-front-desc-item-desc:after, .introducemb-content-front-desc-item-number:after, .introducemb-content-back-desc-item-name:after, .introducemb-content-back-desc-item-theme:after, .introducemb-content-back-desc-item-desc:after, .introducemb-content-back-desc-item-number:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.46rem;
    height: 0.02rem;
    background: #000;
    top: 0;
    left: 0;
  }
  .introducemb-content-front-desc-item.active, .introducemb-content-back-desc-item.active {
    display: block;
  }
  .introducemb-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 {
  padding-right: 35px;
  border-right: 2px solid #727171;
  font-size: 0;
}

.linkWindowBox-left img {
  width: 550px;
}

.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 {
    padding-right: 30.625px;
    border-right: 1.75px solid #727171;
    font-size: 0;
  }
  .linkWindowBox-left img {
    width: 481.25px;
  }
  .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 {
    padding-right: 26.25px;
    border-right: 1.5px solid #727171;
    font-size: 0;
  }
  .linkWindowBox-left img {
    width: 412.5px;
  }
  .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 {
    padding-right: 24.5px;
    border-right: 1.4px solid #727171;
    font-size: 0;
  }
  .linkWindowBox-left img {
    width: 385px;
  }
  .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 {
    padding-right: 23.1px;
    border-right: 1.32px solid #727171;
    font-size: 0;
  }
  .linkWindowBox-left img {
    width: 363px;
  }
  .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 {
    padding-right: 18.55px;
    border-right: 1.06px solid #727171;
    font-size: 0;
  }
  .linkWindowBox-left img {
    width: 291.5px;
  }
  .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.6rem;
    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.6rem;
    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 {
    width: 100%;
    border-right: 0 solid #727171;
    padding-bottom: 0.4rem;
    padding-right: 0;
    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-text {
    width: 100%;
    text-align: center;
  }
  .linkWindowBox-left-text p:nth-child(1) {
    font-size: .24rem;
    color: #000;
    line-height: 1;
  }
  .linkWindowBox-left-text p:nth-child(1) span {
    font-size: .28rem;
    font-weight: bold;
  }
  .linkWindowBox-left-text p:nth-child(2) {
    font-size: .18rem;
    color: #000;
    line-height: 1;
    margin-top: .2rem;
  }
  .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;
  }
}
