@charset "UTF-8";
/**
 * 网站大师
 * date: 2025-10-13
 * author: 王亮;
 */
.layer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.layer .inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.layer .inner .img {
  width: 5.81rem;
  height: 5.38rem;
  background: url(../images/layer.png) no-repeat center center/100% 100%;
  background-size: 100% 100%;
}
.layer .inner .close {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  width: 0.54rem;
  height: 0.54rem;
  cursor: pointer;
  background: url(../images/close-icon.png) center center/100% 100% no-repeat;
}

.content {
  position: relative;
  width: 19.2rem;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.37rem 0 8rem;
}
.content .box1 {
  width: 14.59rem;
  height: 8.4rem;
  background: url(../images/title-bg.png) no-repeat;
  background-size: 100% 100%;
}
.content .box2 {
  width: 19.2rem;
  height: 5.92rem;
  margin: 1rem 0;
  background: url(../images/time-bg.png) no-repeat;
  background-size: 17.8rem 100%;
}
.content .point li {
  position: relative;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  margin-left: 0.2rem;
}
.content .point li span {
  color: #bf030e;
  font-weight: 700;
}
.content .point li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.2rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #333;
}
.content .box3 .box-bd .ct {
  display: flex;
  justify-content: space-between;
}
.content .box3 .box-bd .ct .ct-l {
  height: 3.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .box3 .box-bd .ct .ct-l li {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
}
.content .box3 .box-bd .ct .ct-l li span {
  color: #bf030e;
  font-size: 0.3rem;
  font-weight: 700;
}
.content .box3 .box-bd .ct .ct-l li:nth-child(3) {
  font-weight: 700;
}
.content .box3 .box-bd .ct .ct-r {
  width: 3.42rem;
}
.content .box3 .box-bd .ct .ct-r .code {
  width: 3.42rem;
  height: 3.26rem;
  background: url(../images/code.png) no-repeat;
  background-size: 100% 100%;
}
.content .box3 .box-bd .ct .ct-r .tip2 {
  width: 3.18rem;
  color: #999;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.18rem;
  letter-spacing: -0.36px;
  margin: 0 auto 0;
}
.content .box4 {
  margin: 0.7rem 0;
}
.content .box4 .box-bd {
  padding: 1.73rem 0.4rem 0.35rem 0.4rem;
}
.content .box4 .box-bd .ct {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .box4 .box-bd .ct .item1 {
  width: 12.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -0.4rem;
}
.content .box4 .box-bd .ct .item1 .l {
  width: 6.59rem;
}
.content .box4 .box-bd .ct .item1 .l li:nth-child(2) {
  margin: 0.55rem 0 0.55rem 0.2rem;
}
.content .box4 .box-bd .ct .item1 .l li:nth-child(3) {
  font-weight: 700;
}
.content .box4 .box-bd .ct .item1 .r {
  width: 5.48rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .box4 .box-bd .ct .item1 .r li {
  width: 2.74rem;
  height: 2.52rem;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1.95rem;
  box-sizing: border-box;
  animation: floatUp 2s ease-in-out infinite;
}
.content .box4 .box-bd .ct .item1 .r li:nth-child(1) {
  background: url(../images/icon1-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item1 .r li:nth-child(2) {
  background: url(../images/icon1-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item1 .r li:nth-child(3) {
  background: url(../images/icon1-bg3.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item1 .r li:nth-child(4) {
  background: url(../images/icon1-bg4.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item2 {
  margin: 0.6rem 0;
}
.content .box4 .box-bd .ct .item2 .point {
  margin-top: 0.2rem;
}
.content .box4 .box-bd .ct .item2 .point li:nth-child(2) {
  margin: 0.28rem 0 0.28rem 0.2rem;
}
.content .box4 .box-bd .ct .item2 .point li:nth-child(3) {
  font-weight: 700;
}
.content .box4 .box-bd .ct .item3 .con1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.content .box4 .box-bd .ct .item3 .con1 .l {
  height: 2.11rem;
  width: 6.77rem;
}
.content .box4 .box-bd .ct .item3 .con1 .l li:nth-child(2) {
  margin-top: 0.3rem;
}
.content .box4 .box-bd .ct .item3 .con1 .r {
  width: 4.98rem;
  height: 3.29rem;
  background: url(../images/code2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item3 .con2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0rem 0 0.4rem;
}
.content .box4 .box-bd .ct .item3 .con2 li {
  width: 4rem;
  height: 3.07rem;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2.4rem;
  box-sizing: border-box;
  animation: floatUp 2s ease-in-out infinite;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(1) {
  margin-left: 2rem;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(2) {
  margin-right: 2rem;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(1) {
  background: url(../images/icon2-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(2) {
  background: url(../images/icon2-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(3) {
  background: url(../images/icon2-bg3.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(4) {
  background: url(../images/icon2-bg4.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item3 .con2 li:nth-child(5) {
  background: url(../images/icon2-bg5.png) no-repeat;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item4 .code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .box4 .box-bd .ct .item4 .code .img {
  width: 3.2rem;
  height: 2.9rem;
  background: url(../images/code3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.2rem 0;
}
.content .box4 .box-bd .ct .item4 .code .title {
  width: 3.17rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #a05c00;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.021rem;
  border-radius: 0.89rem;
  background: #ffe6c4;
  margin-bottom: 0.3rem;
}
.content .box4 .box-bd .ct .item4 .code .look {
  width: 11.6rem;
  height: 4.26rem;
  margin: 0.5rem 0 0.67rem;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem 0;
  box-sizing: border-box;
  border: 0.02rem solid rgba(191, 3, 14, 0.2);
}
.content .box4 .box-bd .ct .item4 .code .look .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.content .box4 .box-bd .ct .item4 .code .look .list li {
  box-sizing: border-box;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(1) {
  width: 1.78rem;
  height: 1.91rem;
  margin: 0 auto;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(2) {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  font-weight: 700;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(2) span {
  color: #bf030e;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(3) {
  height: 7px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(232, 86, 94, 0.75) 0%, rgba(242, 128, 135, 0.19) 39.09%, rgba(255, 191, 195, 0.19) 96.3%);
}
.content .box4 .box-bd .ct .item4 .code .look .list li:nth-child(1) p:nth-child(1) {
  background: url(../images/icon5-bg1.png) no-repeat center;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(1) {
  animation: floatUp 2s ease-in-out infinite;
}
.content .box4 .box-bd .ct .item4 .code .look .list li:nth-child(2) p:nth-child(1) {
  background: url(../images/icon5-bg2.png) no-repeat center;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(1) {
  animation: floatUp 2s ease-in-out infinite;
}
.content .box4 .box-bd .ct .item4 .code .look .list li:nth-child(3) p:nth-child(1) {
  background: url(../images/icon5-bg3.png) no-repeat center;
  background-size: 100% 100%;
}
.content .box4 .box-bd .ct .item4 .code .look .list li p:nth-child(1) {
  animation: floatUp 2s ease-in-out infinite;
}
.content .box4 .box-bd .ct .item4 .code .point {
  margin-top: 0.42rem;
}
.content .box4 .box-bd .ct .item4 .code .point li:nth-child(n+2) {
  margin-top: 0.3rem;
}
.content .box5 .box-bd {
  margin-top: 0.6rem;
  padding: 0.5rem 0.4rem 0.35rem;
}
.content .box5 .box-bd .info {
  width: 12.2rem;
}
.content .box5 .box-bd .info-tab1-hd {
  display: flex;
  justify-content: space-between;
  height: 1.03rem;
}
.content .box5 .box-bd .info-tab1-hd-item {
  color: #e2221f;
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  letter-spacing: 0.0096rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.9rem;
  cursor: pointer;
  user-select: none;
  border-radius: 0.16rem;
  background: #ffe9ef;
}
.content .box5 .box-bd .info-tab1-hd-item.current {
  position: relative;
  width: 2.85rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(270deg, #fd263c 0%, #fd6964 100%);
  box-shadow: 0 4px 5.3px 0 rgba(255, 178, 185, 0.74);
}
.content .box5 .box-bd .info-tab1-hd-item.current::after {
  content: "";
  position: absolute;
  bottom: -0.22rem;
  width: 0.43rem;
  height: 0.24rem;
  background: url(../images/arrow3.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info-tab1-bd {
  position: relative;
}
.content .box5 .box-bd .info-tab2-hd {
  width: 12.38rem;
  height: 1.83rem;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.11) -3.55%, rgba(255, 253, 253, 0.6) 49.53%, #fff1f2 98.21%);
  box-shadow: 0 -3px 7.5px 0 rgba(231, 229, 239, 0.29);
  margin: 0.3rem 0 0;
  padding: 0.3rem 0.3rem 0;
  box-sizing: border-box;
}
.content .box5 .box-bd .info-tab2-hd .swiper-wrapper {
  height: 0.82rem;
}
.content .box5 .box-bd .info-tab2-hd .swiper-slide {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.36rem;
  letter-spacing: 0.0108rem;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
.content .box5 .box-bd .info-tab2-hd .swiper-slide.current span {
  color: #333;
  font-size: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.012rem;
  position: relative;
}
.content .box5 .box-bd .info-tab2-hd .swiper-slide.current span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  height: 0.07rem;
  width: 100%;
  background: linear-gradient(90deg, rgb(253, 38, 60) 0%, rgb(253, 105, 100) 100%);
}
.content .box5 .box-bd .info-tab2-hd .swiper-button-prev,
.content .box5 .box-bd .info-tab2-hd .swiper-button-next {
  top: 8px;
  margin: 0;
  width: 8px;
  height: 14px;
  background: no-repeat center;
  opacity: 1;
}
.content .box5 .box-bd .info-tab2-hd .swiper-button-prev {
  left: auto;
  right: 105px;
  background-image: url("../images/info_prev_icon_active_DdmgYh.png");
}
.content .box5 .box-bd .info-tab2-hd .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/info_prev_icon_DdmgYh.png");
}
.content .box5 .box-bd .info-tab2-hd .swiper-button-next {
  left: auto;
  right: 85px;
  background-image: url("../images/info_next_icon_active_DdmgYh.png");
}
.content .box5 .box-bd .info-tab2-hd .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/info_next_icon_DdmgYh.png");
}
.content .box5 .box-bd .info-tab2-bd {
  margin-top: 20px;
}
.content .box5 .box-bd .info-more {
  position: absolute;
  top: 1.23rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 2.38rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.89rem;
  background: linear-gradient(180deg, #f9fafd -12.5%, #eee 96.67%);
}
.content .box5 .box-bd .info-more span {
  font-size: 0.3rem;
  color: #333;
  padding-right: 0.24rem;
  background: url("../images/arrow.png") no-repeat right;
}
.content .box5 .box-bd .info .buy-list {
  margin-top: 0.4rem;
}
.content .box5 .box-bd .info .buy-list li {
  width: 12.38rem;
  height: 2.62rem;
  padding: 0.3rem 0.4rem 0 3.15rem;
  background: url(../images/info-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
}
.content .box5 .box-bd .info .buy-list li::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 2.65rem;
  height: 2.14rem;
}
.content .box5 .box-bd .info .buy-list li.type1::after {
  background: url(../images/icon1.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li.type2::after {
  background: url(../images/icon2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li.type3::after {
  background: url(../images/icon3.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li.type4::after {
  background: url(../images/icon4.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li.type5::after {
  background: url(../images/icon5.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li.type6::after {
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li .con-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .box5 .box-bd .info .buy-list li .con-t .title {
  display: inline-block;
  padding: 0 0.1rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.36rem;
  border: 0.01rem solid rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -19.8%, #ffecda 29.61%, #ffe6cf 100%);
  box-shadow: 0.04rem 0.01rem 0.04rem 0 rgba(225, 197, 178, 0.5);
}
.content .box5 .box-bd .info .buy-list li .con-t .title span {
  position: relative;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.4rem;
  font-weight: 700;
  padding-left: 0.6rem;
}
.content .box5 .box-bd .info .buy-list li .con-t .title span::after {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  width: 0.34rem;
  height: 0.38rem;
  background: url(../images/icon-hot.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li .con-t .give {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  display: flex;
  align-items: center;
}
.content .box5 .box-bd .info .buy-list li .con-t .give span.icon {
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.3rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #fffbe0;
  background: linear-gradient(244deg, #fd2b3f 35.54%, #ff995f 99.66%);
}
.content .box5 .box-bd .info .buy-list li .con-t .give span.yuan {
  color: #e2221f;
  font-weight: 700;
  margin-left: 0.06rem;
}
.content .box5 .box-bd .info .buy-list li .con-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l {
  width: 5.84rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div p {
  text-align: center;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div p:nth-child(1) {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div p:nth-child(2) {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-weight: 900;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(1) p:nth-child(2) {
  text-decoration-line: line-through;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(2) {
  position: relative;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(2)::before, .content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(2)::after {
  content: "";
  position: absolute;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(2)::before {
  top: 0.3rem;
  left: -0.7rem;
  width: 0.57rem;
  height: 0.42rem;
  background: url(../images/arrow2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(2)::after {
  top: 0.4rem;
  right: -0.6rem;
  width: 0.34rem;
  height: 0.24rem;
  background: url(../images/equal.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(3) p:nth-child(1) {
  color: #3b328c;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l > div:nth-child(3) p:nth-child(2) {
  color: #bf030e;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-r {
  width: 2.06rem;
  height: 0.78rem;
  color: #fff;
  text-align: center;
  line-height: 0.78rem;
  font-family: "Source Han Sans CN";
  font-size: 0.36rem;
  font-weight: 700;
  border-radius: 0.39rem;
  cursor: pointer;
  background: linear-gradient(270deg, #fd263c 0%, #ff783a 100%);
  box-shadow: 0 0.04rem 0.053rem 0 rgba(255, 178, 185, 0.74);
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l2 {
  display: flex;
  align-items: center;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l2 p {
  font-size: 0.5rem;
  font-weight: 900;
  font-family: "Source Han Sans CN";
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l2 p:nth-child(1), .content .box5 .box-bd .info .buy-list li .con-b .b-l2 p:nth-child(3) {
  color: #333;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-l2 p:nth-child(2) {
  margin: 0 0.15rem;
  background: linear-gradient(90deg, #e25e00 0%, #fdab64 90.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .box5 .box-bd .info .buy-list li .con-b .b-r2 {
  color: #bf030e;
  font-family: "Source Han Sans CN";
  font-size: 0.7rem;
  font-weight: 900;
}
.content .box5 .box-bd .info .buy-list li:nth-child(n+2) {
  margin-top: 0.2rem;
}
.content .box5 .box-bd .info .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}
.content .box5 .box-bd .info .code .img {
  width: 3.2rem;
  height: 2.9rem;
  background: url(../images/code4.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .info .code .title {
  width: 3.17rem;
  height: 0.6rem;
  color: #a05c00;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.6rem;
  letter-spacing: 0.021rempx;
  border-radius: 0.89rem;
  background: #ffe6c4;
  margin-top: 0.2rem;
}
.content .box5 .box-bd .item {
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
}
.content .box5 .box-bd .item::after {
  content: "";
  position: absolute;
  top: -0.79rem;
  left: -0.41rem;
  width: 13rem;
  height: 16.57rem;
  background: url(../images/con-bg.png) no-repeat bottom;
  background-size: 100% 100%;
  z-index: -1;
}
.content .box5 .box-bd .item .con .sub-title3 {
  margin: 0.4rem 0 0;
}
.content .box5 .box-bd .item .con .list {
  width: 100%;
  height: 5.3rem;
  background: url(../images/con-bg2.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 1rem 0 1.3rem;
  box-sizing: border-box;
}
.content .box5 .box-bd .item .con .list li {
  width: 2.45rem;
  height: 2rem;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1.47rem;
  box-sizing: border-box;
  margin-top: -0.5rem;
  letter-spacing: -0.025rem;
  animation: floatUp 2s ease-in-out infinite;
}
.content .box5 .box-bd .item .con .list li:nth-child(1) {
  background: url(../images/icon3-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(2) {
  background: url(../images/icon3-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(3) {
  background: url(../images/icon3-bg3.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(4) {
  background: url(../images/icon3-bg4.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(5) {
  background: url(../images/icon3-bg5.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(6) {
  background: url(../images/icon3-bg6.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(7) {
  background: url(../images/icon3-bg7.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con .list li:nth-child(8) {
  background: url(../images/icon3-bg8.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li {
  animation: floatUp 2s ease-in-out infinite;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(1) {
  background: url(../images/icon4-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(2) {
  background: url(../images/icon4-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(3) {
  background: url(../images/icon4-bg3.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(4) {
  background: url(../images/icon4-bg4.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(5) {
  background: url(../images/icon4-bg5.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(6) {
  background: url(../images/icon4-bg6.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(7) {
  background: url(../images/icon4-bg7.png) no-repeat;
  background-size: 100% 100%;
}
.content .box5 .box-bd .item .con.con2 .list li:nth-child(8) {
  background: url(../images/icon4-bg8.png) no-repeat;
  background-size: 100% 100%;
}
.content .tip {
  position: absolute;
  bottom: 1.1rem;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.016rem;
}

@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}