.banner {
  width: 100%;
  position: relative;
}
.banner .wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .wrap .h2 {
  font-size: 30px;
  color: #000;
}
.banner .wrap .h1 {
  width: 60%;
  position: relative;
  margin-bottom: 70px;
}
.banner .wrap .h1 .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: 40px;
}
.banner .wrap .h1 .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .wrap .h1 .text {
  font-size: 70px;
  color: #000;
  font-weight: 600;
}
.banner .wrap .h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 120px;
}
.banner .image {
  width: 100%;
}
.banner .image img {
  display: block;
  width: 100%;
}
.model2 {
  width: 100%;
  padding: 110px 0;
  border-radius: 70px 70px 0px 0px;
  transform: translateY(-80px);
  position: relative;
  z-index: 22;
  background: #fff;
}
.model2 .title {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.model2 .title h2 {
  width: 100%;
  font-size: 48px;
  color: #000000;
}
.model2 .title h2 em {
  color: #11dab5;
  font-style: normal;
}
.model2 .title p {
  width: 100%;
  color: #000000;
  font-size: 20px;
}
.model2 .swiper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.model2 .swiper .swiper-wrapper {
  width: 100%;
}
.model2 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.model2 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.model2 .swiper .swiper-wrapper .swiper-slide .text {
  width: 100%;
  padding: 80px 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.model2 .swiper .swiper-wrapper .swiper-slide .text p {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
  font-size: 20px;
  color: #fff;
}
.model2 .swiper .swiper-wrapper .swiper-slide .text .span {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.model2 .pages {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.model2 .pages::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #c2c2c2;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.model2 .pages .item {
  display: flex;
  align-items: center;
  z-index: 2;
  position: absolute;
  bottom: -60%;
  left: 0;
  transform: translateX(-50%);
  cursor: pointer;
  transition: opacity 0.35s ease;
}
.model2 .pages .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.model2 .pages .item .icon img {
  width: 80%;
  height: 80%;
  display: block;
}
.model2 .pages .item .icon img:nth-child(1) {
  display: block;
}
.model2 .pages .item .icon img:nth-child(2) {
  display: none;
}
.model2 .pages .item span {
  font-size: 40px;
  color: #c2c2c2;
  font-weight: 600;
}
.model2 .pages .item::after {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #c2c2c2;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.model2 .pages .item2 {
  left: auto;
  right: 0;
  transform: translateX(50%);
}
.model2 .pages .cur span {
  color: #000;
}
.model2 .pages .cur .icon img:nth-child(1) {
  display: none;
}
.model2 .pages .cur .icon img:nth-child(2) {
  display: block;
}
.model2 .pages .cur::after {
  background: #11DAB5;
}
.model2 .pages .buttons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.model2 .pages .buttons .prev,
.model2 .pages .buttons .next {
  width: 66px;
  height: 66px;
  border-radius: 8px;
  background: #11dab5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 30px;
}
.model2 .pages .buttons .prev img,
.model2 .pages .buttons .next img {
  width: 50%;
  height: 50%;
  display: block;
}
.model2 .pages .buttons .next img {
  transform: rotate(180deg);
}
.model3 {
  width: 100%;
  position: relative;
}
.model3 .bg {
  width: 100%;
  display: block;
}
.model3 .list {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  background: #ffffff1a;
}
.model3 .list .item {
  width: calc(100% / 3);
  position: relative;
  padding: 60px 0;
  cursor: pointer;
  border-right: 3px solid #E8EBE97a;
  border-bottom: 3px solid #E8EBE97a;
  box-sizing: border-box;
  overflow: hidden;
}
.model3 .list .item .num {
  font-size: 12px;
  color: #c4c4c4;
  position: absolute;
  top: 20px;
  left: 40px;
}
.model3 .list .item .icon {
  height: 90px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}
.model3 .list .item .icon img {
  height: 90px;
  display: block;
}
.model3 .list .item .name {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.model3 .list .item:nth-child(3n) {
  border-right: none;
}
.model3 .list .item:nth-child(3n) .icon img {
  height: 120px;
}
.model3 .list .item:nth-child(4) {
  border-bottom: none;
}
.model3 .list .item:nth-child(5) {
  border-bottom: none;
}
.model3 .list .item:nth-child(5) .icon img {
  height: 120px;
}
.model3 .list .item:nth-child(6) {
  border-bottom: none;
}
.model3 .list .item:nth-child(6) .icon img {
  width: 200px;
}
.model3 .list .item .num,
.model3 .list .item .icon,
.model3 .list .item .name {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.model3 .list .item .dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 30px 50px;
  box-sizing: border-box;
  background: #ffffff5a;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.model3 .list .item .dialog .label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.model3 .list .item .dialog .label img {
  width: 50px;
  display: block;
  margin-right: 30px;
}
.model3 .list .item .dialog .label span {
  font-size: 24px;
  color: #fff;
}
.model3 .list .item .dialog .value {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}
.model3 .list .item:hover .dialog {
  opacity: 1;
  pointer-events: auto;
}
.model3 .list .item:hover .num,
.model3 .list .item:hover .icon,
.model3 .list .item:hover .name {
  opacity: 0;
  transform: translateY(10px);
}
.sales {
  width: 100%;
  position: relative;
  padding: 150px 0;
}
.sales .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.sales .title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.sales .title h2 {
  width: 100%;
  font-weight: 600;
  color: #000000;
  font-size: 60px;
  margin-bottom: 10px;
}
.sales .title h2 em {
  color: #11dab5;
  font-style: normal;
}
.sales .title span {
  width: 100%;
  display: block;
  font-size: 20px;
  color: #000000;
}
.sales .swiper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.sales .swiper .swiper-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.sales .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 24px;
  background: #f7f7f7;
  border: 1px solid #00000026;
  display: flex;
  overflow: hidden;
}
.sales .swiper .swiper-wrapper .swiper-slide .text {
  width: 55%;
  font-size: 20px;
  color: #000;
  box-sizing: border-box;
  padding: 70px 40px;
  line-height: 60px;
}
.sales .swiper .swiper-wrapper .swiper-slide .img {
  width: 45%;
}
.sales .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  display: block;
}
.sales .swiper .pages {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.sales .swiper .pages .item {
  flex: 1;
  padding: 20px 0;
  font-size: 20px;
  color: #000;
  text-align: center;
  background: #e7e7e7;
  cursor: pointer;
  transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.sales .swiper .pages .item:nth-child(2n) {
  background: #d5d5d5;
}
.sales .swiper .pages .item:first-child {
  border-radius: 12px 0px 0px 12px;
}
.sales .swiper .pages .item:last-child {
  border-radius: 0px 12px 12px 0px;
}
.sales .swiper .pages .cur {
  color: #00c3a0;
  border: 1px solid #11dab5;
  box-sizing: border-box;
  background: #11dab512;
}
@media only screen and (max-width: 1700px) {
  .banner .wrap {
    max-width: 80%;
  }
  .model2 .swiper {
    max-width: 94%;
  }
  .model3 .list {
    max-width: 94%;
  }
  .sales .swiper {
    max-width: 94%;
  }
}
@media only screen and (max-width: 1470px) {
  .banner .wrap {
    max-width: 90%;
  }
  .banner .wrap .h1 {
    margin-bottom: 100px;
  }
  .banner .wrap .h1 .text {
    font-size: 50px;
  }
  .banner .wrap .h1 .icon {
    width: 24px;
    height: 24px;
    left: -34px;
    top: 34px;
  }
  .banner .wrap .h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .banner .wrap .h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px;
  }
  .model2 {
    padding: 80px 0;
    transform: translateY(-60px);
    border-radius: 50px 50px 0 0;
  }
  .model2 .title {
    margin-bottom: 50px;
  }
  .model2 .title h2 {
    font-size: 40px;
  }
  .model2 .title p {
    font-size: 18px;
  }
  .model2 .swiper {
    margin-bottom: 50px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text {
    padding: 60px 100px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text .span {
    font-size: 18px;
    line-height: 50px;
  }
  .model2 .pages .item span {
    font-size: 32px;
  }
  .model2 .pages .buttons .prev,
  .model2 .pages .buttons .next {
    width: 50px;
    height: 50px;
    margin: 0 20px;
  }
  .model3 .list {
    max-width: 94%;
  }
  .model3 .list .item {
    padding: 50px 0;
  }
  .model3 .list .item .icon {
    height: 80px;
    margin-bottom: 50px;
  }
  .model3 .list .item .icon img {
    height: 80px;
  }
  .model3 .list .item .name {
    font-size: 22px;
  }
  .model3 .list .item .dialog {
    padding: 25px 40px;
  }
  .model3 .list .item .dialog .label {
    margin-bottom: 30px;
  }
  .model3 .list .item .dialog .label img {
    width: 44px;
  }
  .model3 .list .item .dialog .label span {
    font-size: 22px;
  }
  .model3 .list .item .dialog .value {
    font-size: 16px;
  }
  .sales {
    padding: 120px 0;
  }
  .sales .title {
    margin-bottom: 40px;
  }
  .sales .title h2 {
    font-size: 46px;
  }
  .sales .title span {
    font-size: 18px;
  }
  .sales .swiper {
    margin-bottom: 50px;
  }
  .sales .swiper .swiper-wrapper .swiper-slide .text {
    padding: 50px 35px;
    font-size: 18px;
    line-height: 50px;
  }
  .sales .swiper .pages .item {
    font-size: 18px;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .banner .wrap {
    max-width: 90%;
  }
  .banner .wrap .h1 {
    margin-bottom: 40px;
  }
  .banner .wrap .h1 .text {
    font-size: 50px;
  }
  .banner .wrap .h3 {
    margin-bottom: 60px;
  }
  .model2 .swiper {
    max-width: 94%;
  }
  .model2 .title h2 {
    font-size: 38px;
  }
  .model2 .title p {
    font-size: 18px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text {
    padding: 52px 64px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text p {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text .span {
    font-size: 12px;
    line-height: 38px;
  }
  .model2 .pages {
    max-width: 80%;
  }
  .model2 .pages .item .icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }
  .model2 .pages .item span {
    font-size: 18px;
  }
  .model2 .pages .buttons .prev,
  .model2 .pages .buttons .next {
    width: 36px;
    height: 36px;
    margin: 0 16px;
  }
  .model2 .pages::after {
    top: 15px;
  }
  .model2 .pages .item::after {
    width: 26px;
    height: 26px;
  }
  .model3 .list {
    max-width: 94%;
  }
  .model3 .list .item {
    padding: 34px 0;
  }
  .model3 .list .item .num {
    top: 16px;
    left: 28px;
    font-size: 11px;
  }
  .model3 .list .item .icon {
    height: 62px;
    margin-bottom: 30px;
  }
  .model3 .list .item .icon img {
    height: 62px;
  }
  .model3 .list .item .name {
    font-size: 14px;
  }
  .model3 .list .item:nth-child(3n) .icon img {
    height: 62px;
  }
  .model3 .list .item:nth-child(5) .icon img {
    height: 62px;
  }
  .model3 .list .item:nth-child(6) .icon img {
    width: auto;
    height: 62px;
  }
  .model3 .list .item .dialog {
    padding: 10px;
  }
  .model3 .list .item .dialog .label span {
    font-size: 16px;
  }
  .model3 .list .item .dialog .value {
    font-size: 12px;
  }
  .sales {
    padding: 90px 0;
  }
  .sales .title h2 {
    font-size: 40px;
  }
  .sales .title span {
    font-size: 16px;
  }
  .sales .swiper {
    max-width: 94%;
  }
  .sales .swiper .swiper-wrapper .swiper-slide .text {
    padding: 36px 28px;
    font-size: 15px;
    line-height: 34px;
  }
  .sales .swiper .pages {
    max-width: 80%;
  }
  .sales .swiper .pages .item {
    font-size: 12px;
    padding: 12px 0;
  }
  .sales .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .wrap .h2 {
    font-size: 24px;
  }
  .banner .wrap .h1 {
    margin-bottom: 30px;
  }
  .banner .wrap .h1 .text {
    font-size: 40px;
  }
  .banner .wrap .h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .model2 {
    padding: 60px 0;
  }
  .model2 .title {
    margin-bottom: 40px;
  }
  .model2 .title h2 {
    font-size: 32px;
  }
  .model2 .title p {
    font-size: 16px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text {
    padding: 36px 30px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text .span {
    font-size: 14px;
    line-height: 30px;
  }
  .model2 .pages {
    max-width: 84%;
  }
  .model2 .pages .item .icon {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
  .model2 .pages .item span {
    font-size: 22px;
  }
  .model2 .pages .item::after {
    width: 24px;
    height: 24px;
    top: -24px;
  }
  .model2 .pages .buttons .prev,
  .model2 .pages .buttons .next {
    width: 40px;
    height: 40px;
    margin: 0 12px;
  }
  .model3 .list .item {
    padding: 26px 0;
  }
  .model3 .list .item .num {
    top: 14px;
    left: 20px;
    font-size: 10px;
  }
  .model3 .list .item .icon {
    height: 54px;
    margin-bottom: 20px;
  }
  .model3 .list .item .icon img {
    height: 54px;
  }
  .model3 .list .item .name {
    font-size: 16px;
    width: 72%;
  }
  .model3 .list .item:nth-child(3n) .icon img {
    height: 54px;
  }
  .model3 .list .item:nth-child(5) .icon img {
    height: 54px;
  }
  .model3 .list .item:nth-child(6) .icon img {
    width: auto;
    height: 54px;
  }
  .model3 .list .item .dialog {
    padding: 18px 22px;
  }
  .model3 .list .item .dialog .label {
    margin-bottom: 14px;
  }
  .model3 .list .item .dialog .label img {
    width: 30px;
    margin-right: 12px;
  }
  .model3 .list .item .dialog .label span {
    font-size: 16px;
  }
  .model3 .list .item .dialog .value {
    font-size: 13px;
    line-height: 1.55;
  }
  .sales .title h2 {
    font-size: 36px;
  }
  .sales .title span {
    font-size: 16px;
  }
  .sales .swiper .pages {
    max-width: 88%;
  }
  .sales .swiper .pages .item {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 800px) {
  .banner {
    padding-top: 66px;
  }
  .banner .wrap .h1 {
    width: 80%;
    margin-bottom: 0;
  }
  .banner .wrap .h1 .text {
    font-size: 32px;
  }
  .banner .wrap .h1 .icon {
    width: 20px;
    height: 20px;
    left: -26px;
    top: 26px;
  }
  .banner .wrap .h2 {
    font-size: 20px;
  }
  .banner .wrap .h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .model2 {
    transform: translateY(-40px);
    border-radius: 30px 30px 0 0;
    padding: 40px 0;
  }
  .model2 .title h2 {
    font-size: 26px;
  }
  .model2 .title p {
    font-size: 14px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text {
    position: relative;
    z-index: 2;
    padding: 18px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .model2 .swiper .swiper-wrapper .swiper-slide .text .span {
    font-size: 12px;
    line-height: 24px;
  }
  .model2 .pages {
    max-width: 70%;
  }
  .model2 .pages .item .icon {
    width: 34px;
    height: 34px;
    margin-right: 6px;
  }
  .model2 .pages .item span {
    font-size: 16px;
  }
  .model2 .pages .item::after {
    width: 18px;
    height: 18px;
    top: -18px;
  }
  .model2 .pages .buttons .prev,
  .model2 .pages .buttons .next {
    width: 34px;
    height: 34px;
    margin: 0 8px;
  }
  .model3 .list {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    transform: none;
  }
  .model3 .list .item {
    width: 50%;
    padding: 24px 0;
    border-right: 2px solid #E8EBE97a;
    border-bottom: 2px solid #E8EBE97a;
  }
  .model3 .list .item .num {
    top: 12px;
    left: 14px;
    font-size: 10px;
  }
  .model3 .list .item .icon {
    height: 44px;
    margin-bottom: 14px;
  }
  .model3 .list .item .icon img {
    height: 44px;
  }
  .model3 .list .item .name {
    font-size: 15px;
    width: 86%;
  }
  .model3 .list .item:nth-child(3n) {
    border-right: 2px solid #E8EBE97a;
  }
  .model3 .list .item:nth-child(3n) .icon img {
    height: 44px;
  }
  .model3 .list .item:nth-child(4) {
    border-bottom: 2px solid #E8EBE97a;
  }
  .model3 .list .item:nth-child(5) {
    border-bottom: 2px solid #E8EBE97a;
  }
  .model3 .list .item:nth-child(2n) {
    border-right: none;
  }
  .model3 .list .item:nth-child(5),
  .model3 .list .item:nth-child(6) {
    border-bottom: none;
  }
  .model3 .list .item:nth-child(5) .icon img,
  .model3 .list .item:nth-child(6) .icon img {
    width: auto;
    height: 44px;
  }
  .model3 .list .item .dialog {
    padding: 16px 14px;
  }
  .model3 .list .item .dialog .label {
    margin-bottom: 10px;
  }
  .model3 .list .item .dialog .label img {
    width: 24px;
    margin-right: 8px;
  }
  .model3 .list .item .dialog .label span {
    font-size: 14px;
  }
  .model3 .list .item .dialog .value {
    font-size: 12px;
    line-height: 1.5;
  }
  .model3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .sales {
    padding: 60px 0;
  }
  .sales .title h2 {
    font-size: 28px;
  }
  .sales .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  .sales .swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .sales .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .sales .swiper .pages {
    max-width: 94%;
    flex-wrap: wrap;
    border-radius: 12px;
  }
  .sales .swiper .pages .item {
    width: 50%;
    flex: none;
    font-size: 13px;
    padding: 10px 0;
    border-radius: 0;
  }
  .sales .swiper .pages .item:first-child {
    border-radius: 12px 0 0 0;
  }
  .sales .swiper .pages .item:nth-child(2) {
    border-radius: 0 12px 0 0;
  }
  .sales .swiper .pages .item:nth-child(3) {
    border-radius: 0 0 0 12px;
  }
  .sales .swiper .pages .item:last-child {
    border-radius: 0 0 12px 0;
  }
}
@media only screen and (max-width: 640px) {
  .banner .wrap .h1 {
    width: 100%;
  }
  .banner .wrap .h1 .text {
    font-size: 24px;
  }
  .banner .wrap .h1 .icon {
    display: none;
  }
  .banner .wrap .h2 {
    font-size: 16px;
  }
  .banner .wrap .h3 {
    font-size: 12px;
    display: none;
  }
  .model2 .title h2 {
    font-size: 22px;
  }
  .model2 .pages {
    max-width: 70%;
  }
  .model2 .pages .item .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .model2 .pages .item span {
    font-size: 12px;
  }
  .model2 .pages .item::after {
    width: 12px;
    height: 12px;
    top: -12px;
  }
  .model2 .pages .buttons .prev,
  .model2 .pages .buttons .next {
    width: 30px;
    height: 30px;
    margin: 0 6px;
  }
  .model3 .list .item {
    padding: 20px 0;
  }
  .model3 .list .item .icon {
    height: 36px;
    margin-bottom: 10px;
  }
  .model3 .list .item .icon img {
    height: 36px;
  }
  .model3 .list .item .name {
    font-size: 13px;
    width: 90%;
  }
  .model3 .list .item .num {
    font-size: 10px;
  }
  .model3 .list .item .dialog {
    padding: 12px 10px;
  }
  .model3 .list .item .dialog .label {
    margin-bottom: 8px;
  }
  .model3 .list .item .dialog .label img {
    width: 20px;
    margin-right: 6px;
  }
  .model3 .list .item .dialog .label span {
    font-size: 12px;
  }
  .model3 .list .item .dialog .value {
    font-size: 11px;
    line-height: 1.4;
  }
  .sales .title h2 {
    font-size: 22px;
  }
  .sales .swiper .pages .item {
    font-size: 12px;
  }
}
