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

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

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

.introduce-desc {
  width: 100%;
  font-size: 0;
}

.introduce-desc .container {
  height: auto;
}

.introduce-desc-title {
  font-size: 46px;
  font-weight: bolder;
  color: #dd1e2c;
  line-height: 1;
  margin-bottom: 30px;
}

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

.introduce-desc-desc {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
}

.introduce-desc-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 61px;
}

.introduce-desc-list-left {
  width: 192px;
  font-size: 0;
}

.introduce-desc-list-left img {
  width: 100%;
}

.introduce-desc-list-right ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.introduce-desc-list-right ul li {
  width: 184px;
  margin-right: 30px;
}

.introduce-desc-list-right ul li img {
  width: 188px;
  position: relative;
  left: -37px;
}

.introduce-desc-list-right ul li p:nth-child(2) {
  font-size: 26px;
  color: #221e1f;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.introduce-desc-list-right ul li p:nth-child(3) {
  font-size: 18px;
  text-align: justify;
  color: #676769;
  line-height: 28px;
  margin-bottom: 50px;
}

.introduce-desc-list-right ul li .ge {
  width: 52px;
  height: 2px;
  background: #a7a9ac;
  margin: 0 auto;
}

.characteristic {
  width: 100%;
  background: url(/themes/llumar/images/windowfilm/bannerImg2.jpg) no-repeat top center;
  background-size: contain;
  overflow: hidden;
  padding-bottom: 60px;
}

.characteristic .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.characteristic-left {
  margin-top: 398px;
}

.characteristic-left ul {
  list-style: none;
  width: 697px;
  box-sizing: border-box;
  padding-left: 20px;
}

.characteristic-left ul li {
  position: relative;
  margin-bottom: 28px;
}

.characteristic-left ul li .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #565758;
  margin-bottom: 5px;
}

.characteristic-left ul li .desc {
  font-size: 18px;
  line-height: 28px;
  color: #646566;
  text-align: justify;
}

.characteristic-left ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #16b3c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -20px;
}

.characteristic-right {
  text-align: right;
}

.characteristic-right-title {
  font-size: 46px;
  font-weight: bold;
  color: #dd1e2c;
  line-height: 1;
  margin-top: 86px;
  text-align: right;
  margin-bottom: 50px;
}

.characteristic-right img {
  width: 575px;
}

.characteristic-right ul {
  text-align: left;
  list-style: none;
  width: 697px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: -20px;
}

.characteristic-right ul li {
  position: relative;
  margin-bottom: 28px;
}

.characteristic-right ul li .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #565758;
  margin-bottom: 5px;
}

.characteristic-right ul li .desc {
  font-size: 18px;
  line-height: 28px;
  color: #646566;
  text-align: justify;
}

.characteristic-right ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #16b3c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -20px;
}

.mojor {
  width: 100%;
  background: url(/themes/llumar/images/windowfilm/bannerImg3.jpg) no-repeat top right;
  background-size: 100%;
  overflow: hidden;
}

.mojor-title {
  margin-top: 150px;
  font-size: 46px;
  color: #dd1e2c;
  font-weight: bold;
}

.mojor-content {
  margin-top: 134px;
  padding-bottom: 58px;
}

.mojor-content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
}

.mojor-content ul li {
  width: 594px;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
}

.mojor-content ul li .title {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #4b4c4e;
  margin-bottom: 15px;
}

.mojor-content ul li .title span {
  color: #36bdd0;
}

.mojor-content ul li .desc {
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  color: #6c6d6f;
}

.mojor-content ul:nth-child(2) {
  margin-top: 58px;
}

.mojor-content ul:nth-child(1) li:nth-child(1):after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mojor-content ul:nth-child(1) li:nth-child(2):after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mojor-content ul:nth-child(2) li:nth-child(1):after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mojor-content ul:nth-child(2) li:nth-child(2):after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.technological {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.technological p.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  font-size: 46px;
  color: #dd1e2c;
  font-weight: bolder;
  margin-bottom: 52px;
}

.technological p.title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  margin-left: 38px;
  color: #000;
}

.technological p.title a img {
  width: 32px;
  margin-right: 8px;
}

.technological img {
  width: 100%;
}

.standard {
  width: 100%;
  padding: 60px 0;
}

.standard .container .title {
  font-size: 46px;
  line-height: 1;
  color: #dd1e2c;
  font-weight: bolder;
}

.standard-content {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
}

.standard-content-left {
  width: 625px;
}

.standard-content-left img {
  width: 100%;
}

.standard-content-right {
  width: 800px;
}

.standard-content-right ul {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}

.standard-content-right ul li {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #5f6062;
  text-align: justify;
}

.standard-content-right ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #16b3c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -20px;
}

.customer {
  width: 100%;
  padding: 60px 0;
  background: #f4f4f4;
}

.customer .container {
  height: auto;
}

.customer .container .title {
  font-size: 46px;
  color: #dd1e2c;
  font-weight: bold;
  margin-bottom: 48px;
}

.customer-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.customer-content-part1, .customer-content-part2 {
  width: 480px;
}

.customer-content-part1 .title2, .customer-content-part2 .title2 {
  font-size: 26px;
  line-height: 1;
  color: #000;
  margin-bottom: 16px;
}

.customer-content-part1 .desc, .customer-content-part2 .desc {
  text-align: justify;
  font-size: 18px;
  color: #4c4948;
  line-height: 28px;
}

.customer-content-part1 {
  margin-right: 230px;
}

.customer-content-part2 {
  width: 385px;
}

.customer-content-part3 {
  width: 186px;
  margin-top: -70px;
  margin-left: 182px;
}

.customer-content-part3 img {
  width: 100%;
}

.curing {
  width: 100%;
  padding: 60px 0;
}

.curing .container {
  height: auto;
}

.curing .container .title {
  font-size: 46px;
  color: #dd1e2c;
  font-weight: bold;
  margin-bottom: 48px;
}

.curing-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.curing-content-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.curing-content-left-1 .theme, .curing-content-left-2 .theme {
  font-size: 26px;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
}

.curing-content-left-1 ul, .curing-content-left-2 ul {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}

.curing-content-left-1 ul li, .curing-content-left-2 ul li {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #5f6062;
  text-align: justify;
}

.curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #16b3c9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -20px;
}

.curing-content-left-1 {
  width: 450px;
  margin-right: 42px;
}

.curing-content-left-2 {
  width: 312px;
}

.curing-content-right {
  width: 608px;
}

.curing-content-right img {
  width: 100%;
}

.curing-animation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}

.curing-animation-item {
  width: 354px;
  position: relative;
  overflow: hidden;
}

.curing-animation-item img {
  width: 100%;
}

.curing-animation-item-bottom {
  width: 100%;
  text-align: right;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
  background-size: cover;
  font-size: 17px;
  line-height: 45px;
  color: #fff;
  box-sizing: border-box;
  padding-right: 17px;
  z-index: 2;
}

.curing-animation-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.curing-animation-item:hover a {
  bottom: 0;
}

@media screen and (max-width: 1680px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .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;
  }
  .introduce-pic {
    width: 100%;
    font-size: 0;
  }
  .introduce-pic img {
    width: 100%;
  }
  .introduce-desc {
    width: 100%;
  }
  .introduce-desc .container {
    height: auto;
  }
  .introduce-desc-title {
    font-size: 40.25px;
    font-weight: bolder;
    color: #dd1e2c;
    line-height: 1;
    margin-bottom: 26.25px;
  }
  .introduce-desc-theme {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    margin-bottom: 26.25px;
  }
  .introduce-desc-desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
  }
  .introduce-desc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 53.375px;
  }
  .introduce-desc-list-left {
    width: 168px;
    font-size: 0;
  }
  .introduce-desc-list-left img {
    width: 100%;
  }
  .introduce-desc-list-right ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
  }
  .introduce-desc-list-right ul li {
    width: 161px;
    margin-right: 26.25px;
  }
  .introduce-desc-list-right ul li img {
    width: 164.5px;
    position: relative;
    left: -32.375px;
  }
  .introduce-desc-list-right ul li p:nth-child(2) {
    font-size: 22.75px;
    color: #221e1f;
    line-height: 1;
    margin-bottom: 21.875px;
    text-align: center;
  }
  .introduce-desc-list-right ul li p:nth-child(3) {
    font-size: 15.75px;
    text-align: justify;
    color: #676769;
    line-height: 24.5px;
    margin-bottom: 43.75px;
  }
  .introduce-desc-list-right ul li .ge {
    width: 45.5px;
    height: 1.75px;
    background: #a7a9ac;
    margin: 0 auto;
  }
  .characteristic {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg2.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-bottom: 52.5px;
  }
  .characteristic .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .characteristic-left {
    margin-top: 348.25px;
  }
  .characteristic-left ul {
    list-style: none;
    width: 609.875px;
    box-sizing: border-box;
    padding-left: 17.5px;
  }
  .characteristic-left ul li {
    position: relative;
    margin-bottom: 24.5px;
  }
  .characteristic-left ul li .title {
    font-size: 22.75px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 4.375px;
  }
  .characteristic-left ul li .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-left ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -17.5px;
  }
  .characteristic-right {
    text-align: right;
  }
  .characteristic-right-title {
    font-size: 40.25px;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
    margin-top: 75.25px;
    text-align: right;
    margin-bottom: 43.75px;
  }
  .characteristic-right img {
    width: 503.125px;
  }
  .characteristic-right ul {
    text-align: left;
    list-style: none;
    width: 609.875px;
    box-sizing: border-box;
    padding-left: 17.5px;
    margin-top: -17.5px;
  }
  .characteristic-right ul li {
    position: relative;
    margin-bottom: 24.5px;
  }
  .characteristic-right ul li .title {
    font-size: 22.75px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 4.375px;
  }
  .characteristic-right ul li .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-right ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -17.5px;
  }
  .mojor {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg3.jpg) no-repeat top right;
    background-size: 100%;
    overflow: hidden;
  }
  .mojor-title {
    margin-top: 131.25px;
    font-size: 40.25px;
    color: #dd1e2c;
    font-weight: bold;
  }
  .mojor-content {
    margin-top: 117.25px;
    padding-bottom: 50.75px;
  }
  .mojor-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
  }
  .mojor-content ul li {
    width: 519.75px;
    box-sizing: border-box;
    padding-left: 61.25px;
    position: relative;
  }
  .mojor-content ul li .title {
    font-size: 22.75px;
    line-height: 1;
    font-weight: bold;
    color: #4b4c4e;
    margin-bottom: 13.125px;
  }
  .mojor-content ul li .title span {
    color: #36bdd0;
  }
  .mojor-content ul li .desc {
    text-align: justify;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #6c6d6f;
  }
  .mojor-content ul:nth-child(2) {
    margin-top: 50.75px;
  }
  .mojor-content ul:nth-child(1) li:nth-child(1):after {
    content: "";
    display: block;
    width: 45.5px;
    height: 45.5px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(2):after {
    content: "";
    display: block;
    width: 45.5px;
    height: 45.5px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(1):after {
    content: "";
    display: block;
    width: 45.5px;
    height: 45.5px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(2):after {
    content: "";
    display: block;
    width: 45.5px;
    height: 45.5px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technological {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
  .technological p.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 40.25px;
    color: #dd1e2c;
    font-weight: bolder;
    margin-bottom: 45.5px;
  }
  .technological p.title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11.375px;
    line-height: 1;
    margin-left: 33.25px;
    color: #000;
  }
  .technological p.title a img {
    width: 28px;
    margin-right: 7px;
  }
  .technological img {
    width: 100%;
  }
  .standard {
    width: 100%;
    padding: 52.5px 0;
  }
  .standard .container .title {
    font-size: 40.25px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bolder;
  }
  .standard-content {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 35px 0;
  }
  .standard-content-left {
    width: 546.875px;
  }
  .standard-content-left img {
    width: 100%;
  }
  .standard-content-right {
    width: 700px;
  }
  .standard-content-right ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 17.5px;
  }
  .standard-content-right ul li {
    width: 100%;
    position: relative;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #5f6062;
    text-align: justify;
  }
  .standard-content-right ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -17.5px;
  }
  .customer {
    width: 100%;
    padding: 52.5px 0;
    background: #f4f4f4;
  }
  .customer .container {
    height: auto;
  }
  .customer .container .title {
    font-size: 40.25px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 42px;
  }
  .customer-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .customer-content-part1, .customer-content-part2 {
    width: 420px;
  }
  .customer-content-part1 .title2, .customer-content-part2 .title2 {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    margin-bottom: 14px;
  }
  .customer-content-part1 .desc, .customer-content-part2 .desc {
    text-align: justify;
    font-size: 15.75px;
    color: #4c4948;
    line-height: 24.5px;
  }
  .customer-content-part1 {
    margin-right: 201.25px;
  }
  .customer-content-part2 {
    width: 336.875px;
  }
  .customer-content-part3 {
    width: 162.75px;
    margin-top: -61.25px;
    margin-left: 159.25px;
  }
  .customer-content-part3 img {
    width: 100%;
  }
  .curing {
    width: 100%;
    padding: 52.5px 0;
  }
  .curing .container {
    height: auto;
  }
  .curing .container .title {
    font-size: 40.25px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 42px;
  }
  .curing-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .curing-content-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .curing-content-left-1 .theme, .curing-content-left-2 .theme {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    margin-bottom: 17.5px;
  }
  .curing-content-left-1 ul, .curing-content-left-2 ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 17.5px;
  }
  .curing-content-left-1 ul li, .curing-content-left-2 ul li {
    width: 100%;
    position: relative;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #5f6062;
    text-align: justify;
  }
  .curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -17.5px;
  }
  .curing-content-left-1 {
    width: 393.75px;
    margin-right: 36.75px;
  }
  .curing-content-left-2 {
    width: 273px;
  }
  .curing-content-right {
    width: 532px;
  }
  .curing-content-right img {
    width: 100%;
  }
  .curing-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 87.5px;
  }
  .curing-animation-item {
    width: 309.75px;
    position: relative;
    overflow: hidden;
  }
  .curing-animation-item img {
    width: 100%;
  }
  .curing-animation-item-bottom {
    width: 100%;
    text-align: right;
    height: 39.375px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
    background-size: cover;
    font-size: 14.875px;
    line-height: 39.375px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 14.875px;
    z-index: 2;
  }
  .curing-animation-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 21.875px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .curing-animation-item:hover a {
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .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;
  }
  .introduce-pic {
    width: 100%;
    font-size: 0;
  }
  .introduce-pic img {
    width: 100%;
  }
  .introduce-desc {
    width: 100%;
  }
  .introduce-desc .container {
    height: auto;
  }
  .introduce-desc-title {
    font-size: 34.5px;
    font-weight: bolder;
    color: #dd1e2c;
    line-height: 1;
    margin-bottom: 22.5px;
  }
  .introduce-desc-theme {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 22.5px;
  }
  .introduce-desc-desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
  }
  .introduce-desc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 45.75px;
  }
  .introduce-desc-list-left {
    width: 144px;
    font-size: 0;
  }
  .introduce-desc-list-left img {
    width: 100%;
  }
  .introduce-desc-list-right ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }
  .introduce-desc-list-right ul li {
    width: 138px;
    margin-right: 22.5px;
  }
  .introduce-desc-list-right ul li img {
    width: 141px;
    position: relative;
    left: -27.75px;
  }
  .introduce-desc-list-right ul li p:nth-child(2) {
    font-size: 19.5px;
    color: #221e1f;
    line-height: 1;
    margin-bottom: 18.75px;
    text-align: center;
  }
  .introduce-desc-list-right ul li p:nth-child(3) {
    font-size: 13.5px;
    text-align: justify;
    color: #676769;
    line-height: 21px;
    margin-bottom: 37.5px;
  }
  .introduce-desc-list-right ul li .ge {
    width: 39px;
    height: 1.5px;
    background: #a7a9ac;
    margin: 0 auto;
  }
  .characteristic {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg2.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-bottom: 45px;
  }
  .characteristic .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .characteristic-left {
    margin-top: 298.5px;
  }
  .characteristic-left ul {
    list-style: none;
    width: 522.75px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .characteristic-left ul li {
    position: relative;
    margin-bottom: 21px;
  }
  .characteristic-left ul li .title {
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 3.75px;
  }
  .characteristic-left ul li .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-left ul li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -15px;
  }
  .characteristic-right {
    text-align: right;
  }
  .characteristic-right-title {
    font-size: 34.5px;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
    margin-top: 64.5px;
    text-align: right;
    margin-bottom: 37.5px;
  }
  .characteristic-right img {
    width: 431.25px;
  }
  .characteristic-right ul {
    text-align: left;
    list-style: none;
    width: 522.75px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: -15px;
  }
  .characteristic-right ul li {
    position: relative;
    margin-bottom: 21px;
  }
  .characteristic-right ul li .title {
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 3.75px;
  }
  .characteristic-right ul li .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-right ul li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -15px;
  }
  .mojor {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg3.jpg) no-repeat top right;
    background-size: 100%;
    overflow: hidden;
  }
  .mojor-title {
    margin-top: 112.5px;
    font-size: 34.5px;
    color: #dd1e2c;
    font-weight: bold;
  }
  .mojor-content {
    margin-top: 100.5px;
    padding-bottom: 43.5px;
  }
  .mojor-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
  }
  .mojor-content ul li {
    width: 445.5px;
    box-sizing: border-box;
    padding-left: 52.5px;
    position: relative;
  }
  .mojor-content ul li .title {
    font-size: 19.5px;
    line-height: 1;
    font-weight: bold;
    color: #4b4c4e;
    margin-bottom: 11.25px;
  }
  .mojor-content ul li .title span {
    color: #36bdd0;
  }
  .mojor-content ul li .desc {
    text-align: justify;
    font-size: 13.5px;
    line-height: 21px;
    color: #6c6d6f;
  }
  .mojor-content ul:nth-child(2) {
    margin-top: 43.5px;
  }
  .mojor-content ul:nth-child(1) li:nth-child(1):after {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(2):after {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(1):after {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(2):after {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technological {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .technological p.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 34.5px;
    color: #dd1e2c;
    font-weight: bolder;
    margin-bottom: 39px;
  }
  .technological p.title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 9.75px;
    line-height: 1;
    margin-left: 28.5px;
    color: #000;
  }
  .technological p.title a img {
    width: 24px;
    margin-right: 6px;
  }
  .technological img {
    width: 100%;
  }
  .standard {
    width: 100%;
    padding: 45px 0;
  }
  .standard .container .title {
    font-size: 34.5px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bolder;
  }
  .standard-content {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
  }
  .standard-content-left {
    width: 468.75px;
  }
  .standard-content-left img {
    width: 100%;
  }
  .standard-content-right {
    width: 600px;
  }
  .standard-content-right ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .standard-content-right ul li {
    width: 100%;
    position: relative;
    font-size: 13.5px;
    line-height: 21px;
    color: #5f6062;
    text-align: justify;
  }
  .standard-content-right ul li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -15px;
  }
  .customer {
    width: 100%;
    padding: 45px 0;
    background: #f4f4f4;
  }
  .customer .container {
    height: auto;
  }
  .customer .container .title {
    font-size: 34.5px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .customer-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .customer-content-part1, .customer-content-part2 {
    width: 360px;
  }
  .customer-content-part1 .title2, .customer-content-part2 .title2 {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 12px;
  }
  .customer-content-part1 .desc, .customer-content-part2 .desc {
    text-align: justify;
    font-size: 13.5px;
    color: #4c4948;
    line-height: 21px;
  }
  .customer-content-part1 {
    margin-right: 172.5px;
  }
  .customer-content-part2 {
    width: 288.75px;
  }
  .customer-content-part3 {
    width: 139.5px;
    margin-top: -52.5px;
    margin-left: 136.5px;
  }
  .customer-content-part3 img {
    width: 100%;
  }
  .curing {
    width: 100%;
    padding: 45px 0;
  }
  .curing .container {
    height: auto;
  }
  .curing .container .title {
    font-size: 34.5px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .curing-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .curing-content-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .curing-content-left-1 .theme, .curing-content-left-2 .theme {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
  }
  .curing-content-left-1 ul, .curing-content-left-2 ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .curing-content-left-1 ul li, .curing-content-left-2 ul li {
    width: 100%;
    position: relative;
    font-size: 13.5px;
    line-height: 21px;
    color: #5f6062;
    text-align: justify;
  }
  .curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -15px;
  }
  .curing-content-left-1 {
    width: 337.5px;
    margin-right: 31.5px;
  }
  .curing-content-left-2 {
    width: 234px;
  }
  .curing-content-right {
    width: 456px;
  }
  .curing-content-right img {
    width: 100%;
  }
  .curing-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
  }
  .curing-animation-item {
    width: 265.5px;
    position: relative;
    overflow: hidden;
  }
  .curing-animation-item img {
    width: 100%;
  }
  .curing-animation-item-bottom {
    width: 100%;
    text-align: right;
    height: 33.75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
    background-size: cover;
    font-size: 12.75px;
    line-height: 33.75px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 12.75px;
    z-index: 2;
  }
  .curing-animation-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 18.75px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .curing-animation-item:hover a {
    bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .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;
  }
  .introduce-pic {
    width: 100%;
    font-size: 0;
  }
  .introduce-pic img {
    width: 100%;
  }
  .introduce-desc {
    width: 100%;
  }
  .introduce-desc .container {
    height: auto;
  }
  .introduce-desc-title {
    font-size: 32.2px;
    font-weight: bolder;
    color: #dd1e2c;
    line-height: 1;
    margin-bottom: 21px;
  }
  .introduce-desc-theme {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 21px;
  }
  .introduce-desc-desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
  }
  .introduce-desc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 42.7px;
  }
  .introduce-desc-list-left {
    width: 134.4px;
    font-size: 0;
  }
  .introduce-desc-list-left img {
    width: 100%;
  }
  .introduce-desc-list-right ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 28px;
  }
  .introduce-desc-list-right ul li {
    width: 128.8px;
    margin-right: 21px;
  }
  .introduce-desc-list-right ul li img {
    width: 131.6px;
    position: relative;
    left: -25.9px;
  }
  .introduce-desc-list-right ul li p:nth-child(2) {
    font-size: 18.2px;
    color: #221e1f;
    line-height: 1;
    margin-bottom: 17.5px;
    text-align: center;
  }
  .introduce-desc-list-right ul li p:nth-child(3) {
    font-size: 12.6px;
    text-align: justify;
    color: #676769;
    line-height: 19.6px;
    margin-bottom: 35px;
  }
  .introduce-desc-list-right ul li .ge {
    width: 36.4px;
    height: 1.4px;
    background: #a7a9ac;
    margin: 0 auto;
  }
  .characteristic {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg2.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-bottom: 42px;
  }
  .characteristic .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .characteristic-left {
    margin-top: 278.6px;
  }
  .characteristic-left ul {
    list-style: none;
    width: 487.9px;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .characteristic-left ul li {
    position: relative;
    margin-bottom: 19.6px;
  }
  .characteristic-left ul li .title {
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 3.5px;
  }
  .characteristic-left ul li .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-left ul li:after {
    content: "";
    display: block;
    width: 5.6px;
    height: 5.6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.6px;
    left: -14px;
  }
  .characteristic-right {
    text-align: right;
  }
  .characteristic-right-title {
    font-size: 32.2px;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
    margin-top: 60.2px;
    text-align: right;
    margin-bottom: 35px;
  }
  .characteristic-right img {
    width: 402.5px;
  }
  .characteristic-right ul {
    text-align: left;
    list-style: none;
    width: 487.9px;
    box-sizing: border-box;
    padding-left: 14px;
    margin-top: -14px;
  }
  .characteristic-right ul li {
    position: relative;
    margin-bottom: 19.6px;
  }
  .characteristic-right ul li .title {
    font-size: 18.2px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 3.5px;
  }
  .characteristic-right ul li .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-right ul li:after {
    content: "";
    display: block;
    width: 5.6px;
    height: 5.6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.6px;
    left: -14px;
  }
  .mojor {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg3.jpg) no-repeat top right;
    background-size: 100%;
    overflow: hidden;
  }
  .mojor-title {
    margin-top: 105px;
    font-size: 32.2px;
    color: #dd1e2c;
    font-weight: bold;
  }
  .mojor-content {
    margin-top: 93.8px;
    padding-bottom: 40.6px;
  }
  .mojor-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
  }
  .mojor-content ul li {
    width: 415.8px;
    box-sizing: border-box;
    padding-left: 49px;
    position: relative;
  }
  .mojor-content ul li .title {
    font-size: 18.2px;
    line-height: 1;
    font-weight: bold;
    color: #4b4c4e;
    margin-bottom: 10.5px;
  }
  .mojor-content ul li .title span {
    color: #36bdd0;
  }
  .mojor-content ul li .desc {
    text-align: justify;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #6c6d6f;
  }
  .mojor-content ul:nth-child(2) {
    margin-top: 40.6px;
  }
  .mojor-content ul:nth-child(1) li:nth-child(1):after {
    content: "";
    display: block;
    width: 36.4px;
    height: 36.4px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(2):after {
    content: "";
    display: block;
    width: 36.4px;
    height: 36.4px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(1):after {
    content: "";
    display: block;
    width: 36.4px;
    height: 36.4px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(2):after {
    content: "";
    display: block;
    width: 36.4px;
    height: 36.4px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technological {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .technological p.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 32.2px;
    color: #dd1e2c;
    font-weight: bolder;
    margin-bottom: 36.4px;
  }
  .technological p.title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 9.1px;
    line-height: 1;
    margin-left: 26.6px;
    color: #000;
  }
  .technological p.title a img {
    width: 22.4px;
    margin-right: 5.6px;
  }
  .technological img {
    width: 100%;
  }
  .standard {
    width: 100%;
    padding: 42px 0;
  }
  .standard .container .title {
    font-size: 32.2px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bolder;
  }
  .standard-content {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 28px 0;
  }
  .standard-content-left {
    width: 437.5px;
  }
  .standard-content-left img {
    width: 100%;
  }
  .standard-content-right {
    width: 560px;
  }
  .standard-content-right ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .standard-content-right ul li {
    width: 100%;
    position: relative;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #5f6062;
    text-align: justify;
  }
  .standard-content-right ul li:after {
    content: "";
    display: block;
    width: 5.6px;
    height: 5.6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.6px;
    left: -14px;
  }
  .customer {
    width: 100%;
    padding: 42px 0;
    background: #f4f4f4;
  }
  .customer .container {
    height: auto;
  }
  .customer .container .title {
    font-size: 32.2px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 33.6px;
  }
  .customer-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .customer-content-part1, .customer-content-part2 {
    width: 336px;
  }
  .customer-content-part1 .title2, .customer-content-part2 .title2 {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 11.2px;
  }
  .customer-content-part1 .desc, .customer-content-part2 .desc {
    text-align: justify;
    font-size: 12.6px;
    color: #4c4948;
    line-height: 19.6px;
  }
  .customer-content-part1 {
    margin-right: 161px;
  }
  .customer-content-part2 {
    width: 269.5px;
  }
  .customer-content-part3 {
    width: 130.2px;
    margin-top: -49px;
    margin-left: 127.4px;
  }
  .customer-content-part3 img {
    width: 100%;
  }
  .curing {
    width: 100%;
    padding: 42px 0;
  }
  .curing .container {
    height: auto;
  }
  .curing .container .title {
    font-size: 32.2px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 33.6px;
  }
  .curing-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .curing-content-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .curing-content-left-1 .theme, .curing-content-left-2 .theme {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 14px;
  }
  .curing-content-left-1 ul, .curing-content-left-2 ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .curing-content-left-1 ul li, .curing-content-left-2 ul li {
    width: 100%;
    position: relative;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #5f6062;
    text-align: justify;
  }
  .curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
    content: "";
    display: block;
    width: 5.6px;
    height: 5.6px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.6px;
    left: -14px;
  }
  .curing-content-left-1 {
    width: 315px;
    margin-right: 29.4px;
  }
  .curing-content-left-2 {
    width: 218.4px;
  }
  .curing-content-right {
    width: 425.6px;
  }
  .curing-content-right img {
    width: 100%;
  }
  .curing-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
  }
  .curing-animation-item {
    width: 247.8px;
    position: relative;
    overflow: hidden;
  }
  .curing-animation-item img {
    width: 100%;
  }
  .curing-animation-item-bottom {
    width: 100%;
    text-align: right;
    height: 31.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
    background-size: cover;
    font-size: 11.9px;
    line-height: 31.5px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 11.9px;
    z-index: 2;
  }
  .curing-animation-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 17.5px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .curing-animation-item:hover a {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .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;
  }
  .introduce-pic {
    width: 100%;
    font-size: 0;
  }
  .introduce-pic img {
    width: 100%;
  }
  .introduce-desc {
    width: 100%;
  }
  .introduce-desc .container {
    height: auto;
  }
  .introduce-desc-title {
    font-size: 30.36px;
    font-weight: bolder;
    color: #dd1e2c;
    line-height: 1;
    margin-bottom: 19.8px;
  }
  .introduce-desc-theme {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    margin-bottom: 19.8px;
  }
  .introduce-desc-desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
  }
  .introduce-desc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40.26px;
  }
  .introduce-desc-list-left {
    width: 126.72px;
    font-size: 0;
  }
  .introduce-desc-list-left img {
    width: 100%;
  }
  .introduce-desc-list-right ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 26.4px;
  }
  .introduce-desc-list-right ul li {
    width: 121.44px;
    margin-right: 19.8px;
  }
  .introduce-desc-list-right ul li img {
    width: 124.08px;
    position: relative;
    left: -24.42px;
  }
  .introduce-desc-list-right ul li p:nth-child(2) {
    font-size: 17.16px;
    color: #221e1f;
    line-height: 1;
    margin-bottom: 16.5px;
    text-align: center;
  }
  .introduce-desc-list-right ul li p:nth-child(3) {
    font-size: 11.88px;
    text-align: justify;
    color: #676769;
    line-height: 18.48px;
    margin-bottom: 33px;
  }
  .introduce-desc-list-right ul li .ge {
    width: 34.32px;
    height: 1.32px;
    background: #a7a9ac;
    margin: 0 auto;
  }
  .characteristic {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg2.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-bottom: 39.6px;
  }
  .characteristic .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .characteristic-left {
    margin-top: 262.68px;
  }
  .characteristic-left ul {
    list-style: none;
    width: 460.02px;
    box-sizing: border-box;
    padding-left: 13.2px;
  }
  .characteristic-left ul li {
    position: relative;
    margin-bottom: 18.48px;
  }
  .characteristic-left ul li .title {
    font-size: 17.16px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 3.3px;
  }
  .characteristic-left ul li .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-left ul li:after {
    content: "";
    display: block;
    width: 5.28px;
    height: 5.28px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.28px;
    left: -13.2px;
  }
  .characteristic-right {
    text-align: right;
  }
  .characteristic-right-title {
    font-size: 30.36px;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
    margin-top: 56.76px;
    text-align: right;
    margin-bottom: 33px;
  }
  .characteristic-right img {
    width: 379.5px;
  }
  .characteristic-right ul {
    text-align: left;
    list-style: none;
    width: 460.02px;
    box-sizing: border-box;
    padding-left: 13.2px;
    margin-top: -13.2px;
  }
  .characteristic-right ul li {
    position: relative;
    margin-bottom: 18.48px;
  }
  .characteristic-right ul li .title {
    font-size: 17.16px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 3.3px;
  }
  .characteristic-right ul li .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-right ul li:after {
    content: "";
    display: block;
    width: 5.28px;
    height: 5.28px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.28px;
    left: -13.2px;
  }
  .mojor {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg3.jpg) no-repeat top right;
    background-size: 100%;
    overflow: hidden;
  }
  .mojor-title {
    margin-top: 99px;
    font-size: 30.36px;
    color: #dd1e2c;
    font-weight: bold;
  }
  .mojor-content {
    margin-top: 88.44px;
    padding-bottom: 38.28px;
  }
  .mojor-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
  }
  .mojor-content ul li {
    width: 392.04px;
    box-sizing: border-box;
    padding-left: 46.2px;
    position: relative;
  }
  .mojor-content ul li .title {
    font-size: 17.16px;
    line-height: 1;
    font-weight: bold;
    color: #4b4c4e;
    margin-bottom: 9.9px;
  }
  .mojor-content ul li .title span {
    color: #36bdd0;
  }
  .mojor-content ul li .desc {
    text-align: justify;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #6c6d6f;
  }
  .mojor-content ul:nth-child(2) {
    margin-top: 38.28px;
  }
  .mojor-content ul:nth-child(1) li:nth-child(1):after {
    content: "";
    display: block;
    width: 34.32px;
    height: 34.32px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(2):after {
    content: "";
    display: block;
    width: 34.32px;
    height: 34.32px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(1):after {
    content: "";
    display: block;
    width: 34.32px;
    height: 34.32px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(2):after {
    content: "";
    display: block;
    width: 34.32px;
    height: 34.32px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technological {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-top: 39.6px;
    padding-bottom: 39.6px;
  }
  .technological p.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 30.36px;
    color: #dd1e2c;
    font-weight: bolder;
    margin-bottom: 34.32px;
  }
  .technological p.title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 8.58px;
    line-height: 1;
    margin-left: 25.08px;
    color: #000;
  }
  .technological p.title a img {
    width: 21.12px;
    margin-right: 5.28px;
  }
  .technological img {
    width: 100%;
  }
  .standard {
    width: 100%;
    padding: 39.6px 0;
  }
  .standard .container .title {
    font-size: 30.36px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bolder;
  }
  .standard-content {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 26.4px 0;
  }
  .standard-content-left {
    width: 412.5px;
  }
  .standard-content-left img {
    width: 100%;
  }
  .standard-content-right {
    width: 528px;
  }
  .standard-content-right ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 13.2px;
  }
  .standard-content-right ul li {
    width: 100%;
    position: relative;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #5f6062;
    text-align: justify;
  }
  .standard-content-right ul li:after {
    content: "";
    display: block;
    width: 5.28px;
    height: 5.28px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.28px;
    left: -13.2px;
  }
  .customer {
    width: 100%;
    padding: 39.6px 0;
    background: #f4f4f4;
  }
  .customer .container {
    height: auto;
  }
  .customer .container .title {
    font-size: 30.36px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 31.68px;
  }
  .customer-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .customer-content-part1, .customer-content-part2 {
    width: 316.8px;
  }
  .customer-content-part1 .title2, .customer-content-part2 .title2 {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    margin-bottom: 10.56px;
  }
  .customer-content-part1 .desc, .customer-content-part2 .desc {
    text-align: justify;
    font-size: 11.88px;
    color: #4c4948;
    line-height: 18.48px;
  }
  .customer-content-part1 {
    margin-right: 151.8px;
  }
  .customer-content-part2 {
    width: 254.1px;
  }
  .customer-content-part3 {
    width: 122.76px;
    margin-top: -46.2px;
    margin-left: 120.12px;
  }
  .customer-content-part3 img {
    width: 100%;
  }
  .curing {
    width: 100%;
    padding: 39.6px 0;
  }
  .curing .container {
    height: auto;
  }
  .curing .container .title {
    font-size: 30.36px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 31.68px;
  }
  .curing-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .curing-content-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .curing-content-left-1 .theme, .curing-content-left-2 .theme {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    margin-bottom: 13.2px;
  }
  .curing-content-left-1 ul, .curing-content-left-2 ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 13.2px;
  }
  .curing-content-left-1 ul li, .curing-content-left-2 ul li {
    width: 100%;
    position: relative;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #5f6062;
    text-align: justify;
  }
  .curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
    content: "";
    display: block;
    width: 5.28px;
    height: 5.28px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5.28px;
    left: -13.2px;
  }
  .curing-content-left-1 {
    width: 297px;
    margin-right: 27.72px;
  }
  .curing-content-left-2 {
    width: 205.92px;
  }
  .curing-content-right {
    width: 401.28px;
  }
  .curing-content-right img {
    width: 100%;
  }
  .curing-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 66px;
  }
  .curing-animation-item {
    width: 233.64px;
    position: relative;
    overflow: hidden;
  }
  .curing-animation-item img {
    width: 100%;
  }
  .curing-animation-item-bottom {
    width: 100%;
    text-align: right;
    height: 29.7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
    background-size: cover;
    font-size: 11.22px;
    line-height: 29.7px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 11.22px;
    z-index: 2;
  }
  .curing-animation-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 16.5px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .curing-animation-item:hover a {
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .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;
  }
  .introduce-pic {
    width: 100%;
    font-size: 0;
  }
  .introduce-pic img {
    width: 100%;
  }
  .introduce-desc {
    width: 100%;
  }
  .introduce-desc .container {
    height: auto;
  }
  .introduce-desc-title {
    font-size: 24.38px;
    font-weight: bolder;
    color: #dd1e2c;
    line-height: 1;
    margin-bottom: 15.9px;
  }
  .introduce-desc-theme {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    margin-bottom: 15.9px;
  }
  .introduce-desc-desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
  }
  .introduce-desc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 32.33px;
  }
  .introduce-desc-list-left {
    width: 101.76px;
    font-size: 0;
  }
  .introduce-desc-list-left img {
    width: 100%;
  }
  .introduce-desc-list-right ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 21.2px;
  }
  .introduce-desc-list-right ul li {
    width: 97.52px;
    margin-right: 15.9px;
  }
  .introduce-desc-list-right ul li img {
    width: 99.64px;
    position: relative;
    left: -19.61px;
  }
  .introduce-desc-list-right ul li p:nth-child(2) {
    font-size: 13.78px;
    color: #221e1f;
    line-height: 1;
    margin-bottom: 13.25px;
    text-align: center;
  }
  .introduce-desc-list-right ul li p:nth-child(3) {
    font-size: 9.54px;
    text-align: justify;
    color: #676769;
    line-height: 14.84px;
    margin-bottom: 26.5px;
  }
  .introduce-desc-list-right ul li .ge {
    width: 27.56px;
    height: 1.06px;
    background: #a7a9ac;
    margin: 0 auto;
  }
  .characteristic {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg2.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-bottom: 31.8px;
  }
  .characteristic .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .characteristic-left {
    margin-top: 210.94px;
  }
  .characteristic-left ul {
    list-style: none;
    width: 369.41px;
    box-sizing: border-box;
    padding-left: 10.6px;
  }
  .characteristic-left ul li {
    position: relative;
    margin-bottom: 14.84px;
  }
  .characteristic-left ul li .title {
    font-size: 13.78px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 2.65px;
  }
  .characteristic-left ul li .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-left ul li:after {
    content: "";
    display: block;
    width: 4.24px;
    height: 4.24px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 4.24px;
    left: -10.6px;
  }
  .characteristic-right {
    text-align: right;
  }
  .characteristic-right-title {
    font-size: 24.38px;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
    margin-top: 45.58px;
    text-align: right;
    margin-bottom: 26.5px;
  }
  .characteristic-right img {
    width: 304.75px;
  }
  .characteristic-right ul {
    text-align: left;
    list-style: none;
    width: 369.41px;
    box-sizing: border-box;
    padding-left: 10.6px;
    margin-top: -10.6px;
  }
  .characteristic-right ul li {
    position: relative;
    margin-bottom: 14.84px;
  }
  .characteristic-right ul li .title {
    font-size: 13.78px;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 2.65px;
  }
  .characteristic-right ul li .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #646566;
    text-align: justify;
  }
  .characteristic-right ul li:after {
    content: "";
    display: block;
    width: 4.24px;
    height: 4.24px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 4.24px;
    left: -10.6px;
  }
  .mojor {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/bannerImg3.jpg) no-repeat top right;
    background-size: 100%;
    overflow: hidden;
  }
  .mojor-title {
    margin-top: 79.5px;
    font-size: 24.38px;
    color: #dd1e2c;
    font-weight: bold;
  }
  .mojor-content {
    margin-top: 71.02px;
    padding-bottom: 30.74px;
  }
  .mojor-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
  }
  .mojor-content ul li {
    width: 314.82px;
    box-sizing: border-box;
    padding-left: 37.1px;
    position: relative;
  }
  .mojor-content ul li .title {
    font-size: 13.78px;
    line-height: 1;
    font-weight: bold;
    color: #4b4c4e;
    margin-bottom: 7.95px;
  }
  .mojor-content ul li .title span {
    color: #36bdd0;
  }
  .mojor-content ul li .desc {
    text-align: justify;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #6c6d6f;
  }
  .mojor-content ul:nth-child(2) {
    margin-top: 30.74px;
  }
  .mojor-content ul:nth-child(1) li:nth-child(1):after {
    content: "";
    display: block;
    width: 27.56px;
    height: 27.56px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(2):after {
    content: "";
    display: block;
    width: 27.56px;
    height: 27.56px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(1):after {
    content: "";
    display: block;
    width: 27.56px;
    height: 27.56px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(2):after {
    content: "";
    display: block;
    width: 27.56px;
    height: 27.56px;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technological {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-top: 31.8px;
    padding-bottom: 31.8px;
  }
  .technological p.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 24.38px;
    color: #dd1e2c;
    font-weight: bolder;
    margin-bottom: 27.56px;
  }
  .technological p.title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 6.89px;
    line-height: 1;
    margin-left: 20.14px;
    color: #000;
  }
  .technological p.title a img {
    width: 16.96px;
    margin-right: 4.24px;
  }
  .technological img {
    width: 100%;
  }
  .standard {
    width: 100%;
    padding: 31.8px 0;
  }
  .standard .container .title {
    font-size: 24.38px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bolder;
  }
  .standard-content {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 21.2px 0;
  }
  .standard-content-left {
    width: 331.25px;
  }
  .standard-content-left img {
    width: 100%;
  }
  .standard-content-right {
    width: 424px;
  }
  .standard-content-right ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10.6px;
  }
  .standard-content-right ul li {
    width: 100%;
    position: relative;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #5f6062;
    text-align: justify;
  }
  .standard-content-right ul li:after {
    content: "";
    display: block;
    width: 4.24px;
    height: 4.24px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 4.24px;
    left: -10.6px;
  }
  .customer {
    width: 100%;
    padding: 31.8px 0;
    background: #f4f4f4;
  }
  .customer .container {
    height: auto;
  }
  .customer .container .title {
    font-size: 24.38px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 25.44px;
  }
  .customer-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .customer-content-part1, .customer-content-part2 {
    width: 254.4px;
  }
  .customer-content-part1 .title2, .customer-content-part2 .title2 {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    margin-bottom: 8.48px;
  }
  .customer-content-part1 .desc, .customer-content-part2 .desc {
    text-align: justify;
    font-size: 9.54px;
    color: #4c4948;
    line-height: 14.84px;
  }
  .customer-content-part1 {
    margin-right: 121.9px;
  }
  .customer-content-part2 {
    width: 204.05px;
  }
  .customer-content-part3 {
    width: 98.58px;
    margin-top: -37.1px;
    margin-left: 96.46px;
  }
  .customer-content-part3 img {
    width: 100%;
  }
  .curing {
    width: 100%;
    padding: 31.8px 0;
  }
  .curing .container {
    height: auto;
  }
  .curing .container .title {
    font-size: 24.38px;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 25.44px;
  }
  .curing-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .curing-content-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .curing-content-left-1 .theme, .curing-content-left-2 .theme {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    margin-bottom: 10.6px;
  }
  .curing-content-left-1 ul, .curing-content-left-2 ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10.6px;
  }
  .curing-content-left-1 ul li, .curing-content-left-2 ul li {
    width: 100%;
    position: relative;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #5f6062;
    text-align: justify;
  }
  .curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
    content: "";
    display: block;
    width: 4.24px;
    height: 4.24px;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 4.24px;
    left: -10.6px;
  }
  .curing-content-left-1 {
    width: 238.5px;
    margin-right: 22.26px;
  }
  .curing-content-left-2 {
    width: 165.36px;
  }
  .curing-content-right {
    width: 322.24px;
  }
  .curing-content-right img {
    width: 100%;
  }
  .curing-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 53px;
  }
  .curing-animation-item {
    width: 187.62px;
    position: relative;
    overflow: hidden;
  }
  .curing-animation-item img {
    width: 100%;
  }
  .curing-animation-item-bottom {
    width: 100%;
    text-align: right;
    height: 23.85px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
    background-size: cover;
    font-size: 9.01px;
    line-height: 23.85px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 9.01px;
    z-index: 2;
  }
  .curing-animation-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 13.25px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .curing-animation-item:hover a {
    bottom: 0;
  }
}

@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;
  }
  .introduce-pic {
    width: 100%;
    font-size: 0;
  }
  .introduce-pic img {
    width: 100%;
  }
  .introduce-desc {
    width: 100%;
    font-size: 0;
  }
  .introduce-desc .container {
    height: auto;
  }
  .introduce-desc-title {
    font-size: 0.46rem;
    font-weight: bolder;
    color: #dd1e2c;
    line-height: 1;
    margin-bottom: 0.3rem;
    margin-top: 0.4rem;
  }
  .introduce-desc-theme {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .introduce-desc-desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #4c4948;
  }
  .introduce-desc-list {
    width: 100%;
    display: block;
    margin-top: 0.61rem;
  }
  .introduce-desc-list-left {
    width: 3.72rem;
    font-size: 0;
  }
  .introduce-desc-list-left img {
    width: 100%;
  }
  .introduce-desc-list-right {
    padding-top: 0.46rem;
  }
  .introduce-desc-list-right ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8rem;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0.4rem;
  }
  .introduce-desc-list-right ul li {
    width: 1.84rem;
    margin-right: 0.3rem;
  }
  .introduce-desc-list-right ul li img {
    width: 1.88rem;
    position: relative;
    left: -0.37rem;
  }
  .introduce-desc-list-right ul li p:nth-child(2) {
    font-size: 0.26rem;
    color: #221e1f;
    line-height: 1;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .introduce-desc-list-right ul li p:nth-child(3) {
    font-size: 0.18rem;
    text-align: justify;
    color: #676769;
    line-height: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .introduce-desc-list-right ul li .ge {
    width: 0;
    height: 2px;
    background: #a7a9ac;
    margin: 0 auto;
  }
  .characteristic {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/item-img2.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-bottom: 0.6rem;
  }
  .characteristic .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .characteristic-left {
    margin-top: -0.2rem;
  }
  .characteristic-left ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  .characteristic-left ul li {
    position: relative;
    margin-bottom: 0.28rem;
  }
  .characteristic-left ul li .title {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 0.05rem;
    padding-left: 0.2rem;
    position: relative;
  }
  .characteristic-left ul li .title:after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: 0rem;
  }
  .characteristic-left ul li .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #646566;
    text-align: justify;
  }
  .characteristic-left ul li:after {
    content: "";
    display: none;
    width: 0.08rem;
    height: 0.08rem;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: -0.2rem;
  }
  .characteristic-right {
    text-align: right;
  }
  .characteristic-right-title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
    margin-top: 1.86rem;
    text-align: right;
    margin-bottom: 0.5rem;
  }
  .characteristic-right img {
    width: 100%;
  }
  .characteristic-right ul {
    text-align: left;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: -0.2rem;
  }
  .characteristic-right ul li {
    position: relative;
    margin-bottom: 0.28rem;
  }
  .characteristic-right ul li .title {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    color: #565758;
    margin-bottom: 0.05rem;
    padding-left: 0.2rem;
    position: relative;
  }
  .characteristic-right ul li .title:after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: 0rem;
  }
  .characteristic-right ul li .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #646566;
    text-align: justify;
  }
  .characteristic-right ul li:after {
    content: "";
    display: none;
    width: 0.08rem;
    height: 0.08rem;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: -0.2rem;
  }
  .mojor {
    width: 100%;
    background: url(/themes/llumar/images/windowfilm/item-img3.jpg) no-repeat top right;
    background-size: 100%;
    overflow: hidden;
  }
  .mojor-title {
    margin-top: 1.5rem;
    font-size: 0.46rem;
    color: #dd1e2c;
    font-weight: bold;
  }
  .mojor-content {
    margin-top: .34rem;
    padding-bottom: 0.28rem;
  }
  .mojor-content ul {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
  }
  .mojor-content ul li {
    width: 100%;
    box-sizing: border-box;
    padding-left: .7rem;
    position: relative;
    margin-bottom: .24rem;
  }
  .mojor-content ul li .title {
    font-size: .26rem;
    line-height: 1;
    font-weight: bold;
    color: #4b4c4e;
    margin-bottom: .15rem;
  }
  .mojor-content ul li .title span {
    color: #36bdd0;
  }
  .mojor-content ul li .desc {
    text-align: justify;
    font-size: .18rem;
    line-height: .28rem;
    color: #6c6d6f;
  }
  .mojor-content ul:nth-child(2) {
    margin-top: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(1):after {
    content: "";
    display: block;
    width: .52rem;
    height: .52rem;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(1) li:nth-child(2):after {
    content: "";
    display: block;
    width: .52rem;
    height: .52rem;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(1):after {
    content: "";
    display: block;
    width: .52rem;
    height: .52rem;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mojor-content ul:nth-child(2) li:nth-child(2):after {
    content: "";
    display: block;
    width: .52rem;
    height: .52rem;
    background: url(/themes/llumar/images/windowfilm/bannerImg3Icon4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technological {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }
  .technological p.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: .46rem;
    color: #dd1e2c;
    font-weight: bolder;
    margin-bottom: .52rem;
  }
  .technological p.title a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .13rem;
    line-height: 1;
    margin-left: .38rem;
    color: #000;
  }
  .technological p.title a img {
    width: .32rem;
    margin-right: .08rem;
  }
  .technological img {
    width: 100%;
  }
  .standard {
    width: 100%;
    padding: .6rem 0;
  }
  .standard .container .title {
    font-size: .46rem;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bolder;
  }
  .standard-content {
    width: 100%;
    font-size: 0;
    display: block;
    margin: .4rem 0;
  }
  .standard-content-left {
    width: 100%;
  }
  .standard-content-left img {
    width: 100%;
  }
  .standard-content-right {
    width: 100%;
    margin-top: .3rem;
  }
  .standard-content-right ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: .2rem;
  }
  .standard-content-right ul li {
    width: 100%;
    position: relative;
    font-size: .18rem;
    line-height: .28rem;
    color: #5f6062;
    text-align: justify;
  }
  .standard-content-right ul li:after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: -0.2rem;
  }
  .customer {
    width: 100%;
    padding: 0.6rem 0;
    background: #f4f4f4;
  }
  .customer .container {
    height: auto;
  }
  .customer .container .title {
    font-size: 0.46rem;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 0.48rem;
  }
  .customer-content {
    width: 100%;
    display: block;
  }
  .customer-content-part1, .customer-content-part2 {
    width: 100%;
  }
  .customer-content-part1 .title2, .customer-content-part2 .title2 {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.16rem;
  }
  .customer-content-part1 .desc, .customer-content-part2 .desc {
    text-align: justify;
    font-size: 0.18rem;
    color: #4c4948;
    line-height: 0.28rem;
  }
  .customer-content-part1 {
    margin-right: 0;
  }
  .customer-content-part2 {
    width: 100%;
    margin-top: .4rem;
  }
  .customer-content-part3 {
    width: 3.52rem;
    margin-top: 0;
    margin-left: 0;
    margin: 0 auto;
    margin-top: .4rem;
  }
  .customer-content-part3 img {
    width: 100%;
  }
  .curing {
    width: 100%;
    padding: 0.6rem 0;
  }
  .curing .container {
    height: auto;
  }
  .curing .container .title {
    font-size: .46rem;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: .48rem;
  }
  .curing-content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .curing-content-left {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .4rem;
  }
  .curing-content-left-1 .theme, .curing-content-left-2 .theme {
    font-size: .24rem;
    line-height: 1;
    color: #000;
    margin-bottom: .1rem;
    font-weight: bold;
    padding-left: .2rem;
  }
  .curing-content-left-1 ul, .curing-content-left-2 ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: .2rem;
  }
  .curing-content-left-1 ul li, .curing-content-left-2 ul li {
    width: 100%;
    position: relative;
    font-size: .18rem;
    line-height: .28rem;
    color: #5f6062;
    text-align: justify;
  }
  .curing-content-left-1 ul li:after, .curing-content-left-2 ul li:after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #16b3c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: -0.2rem;
  }
  .curing-content-left-1 {
    width: 100%;
    margin-right: .42rem;
    margin-bottom: .3rem;
  }
  .curing-content-left-2 {
    width: 100%;
  }
  .curing-content-right {
    width: 100%;
  }
  .curing-content-right img {
    width: 100%;
  }
  .curing-animation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: .2rem;
  }
  .curing-animation-item {
    width: 2.84rem;
    height: 1.27rem;
    position: relative;
    overflow: hidden;
    margin-top: .2rem;
  }
  .curing-animation-item img {
    width: 100%;
  }
  .curing-animation-item-bottom {
    width: 100%;
    text-align: right;
    height: .45rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgYellow.png) no-repeat center center;
    background-size: cover;
    font-size: .17rem;
    line-height: .45rem;
    color: #fff;
    box-sizing: border-box;
    padding-right: .17rem;
    z-index: 2;
  }
  .curing-animation-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: url(/themes/llumar/images/windowfilm/CarFordetailsBgtranspace.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: .25rem;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .curing-animation-item:hover a {
    bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.linkWindowBox.active {
  bottom: 0;
}

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

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

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

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

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

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