* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  height: 100%;
}
/* 模块48 */
.mk48 #popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.mk48 .popup-content {
  background-color: white;
  border-radius: 10px;
  width: 300px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.mk48 .popup-header {
  background-color: #FF5C5C;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  height: 1.46666667rem;
  background-image: linear-gradient(to right, #FF4E50 0%, #F9D423 51%, #FF4E50 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
.mk48 .popup-header h2 {
  margin-bottom: 5px;
}
.mk48 .popup-header p {
  margin-bottom: 0;
  font-size: 14px;
}
.mk48 .popup-body {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mk48 .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.mk48 .user-info {
  text-align: left;
  margin-top: 0.4rem;
  font-size: 14px;
  color: #474747;
}
.mk48 .user-info p {
  font-size: 14px;
  margin-top: 0.13333333rem;
}
.mk48 .user-info img {
  width: 100%;
  height: 100%;
  margin-top: 0.13333333rem;
}
.mk48 .popup-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.mk48 .popup-button:hover {
  background-color: #45a049;
}
.mk48 .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.mk48 .nav2 {
  font-size: 16px;
}
.mk48 .popup {
  position: relative;
}
.mk48 .popup .avatar {
  position: absolute;
  top: 1.73333333rem;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
}
.mk48 .popup .close-button {
  position: absolute;
  top: -1.06666667rem;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  color: #fff;
}
/* 模块54 */
.mk54 {
  width: 10rem;
  height: 1.6rem;
  padding: 0.26666667rem 0;
}
.mk54 .mk54-1 {
  width: 9.2rem;
  height: 100%;
  margin: auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #dddddd;
}
.mk54 .mk54-1 .mk54-2 {
  width: 4.58666667rem;
  height: 100%;
  position: relative;
}
.mk54 .mk54-1 .mk54-2 .mk54-2-1 {
  width: 1.06666667rem;
  height: 1.06666667rem;
  position: absolute;
  top: 0.26666667rem;
  left: 0.26666667rem;
}
.mk54 .mk54-1 .mk54-2 .mk54-2-2 {
  font-size: 16px;
  position: absolute;
  top: 0.48rem;
  left: 1.6rem;
  font-weight: 600;
  color: #424242;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
  font-size: 16px;
}
.modal-content img {
  max-width: 100%;
  height: auto;
}
.modal-content p {
  margin: 20px 0;
}
.copy-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.copy-btn:hover {
  background-color: #45a049;
}
.mk54-2 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.mk54-2 img {
  width: 100px;
}
.mk54-2 p {
  margin: 0;
}
/* mk49 */
.mk49 {
  width: 10rem;
  height: 100%;
}
.mk49 #splashAd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
}
.mk49 #splashAd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mk49 #skipButton {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  color: #424242;
}
/* 模块39 */
a {
  text-decoration: none;
}
.mk39 {
  width: 10rem;
  display: flex;
}
.mk39 .mk39-21 {
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0.21333333rem;
}
.mk39 .mk39-21 a {
  margin-top: 0.21333333rem;
}
.mk39 .mk39-21 .mk39-21-1 {
  width: 2.13333333rem;
  height: 2.66666667rem;
  margin: 0 0.13333333rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #f0f0f0;
  padding-top: 0.21333333rem;
}
.mk39 .mk39-21 .mk39-21-1 img {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: auto;
  border-radius: 50%;
  margin-top: 0.13333333rem;
}
.mk39 .mk39-21 .mk39-21-1 .mk666 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.13333333rem;
  color: #474747;
}
.mk39 .mk39-21 .mk39-21-1 .mk777 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #969696;
}
/* 模块17 */
.mk17 {
  width: 10rem;
  height: 1.33333333rem;
  padding: 0.26666667rem 0;
  position: fixed;
  bottom: 0;
  line-height: 1.33333333rem;
  z-index: 999999;
}
.mk17 .mk17-1 {
  width: 9.2rem;
  height: 100%;
  background-color: #3287e7;
  margin: auto;
  border-radius: 10px;
}
.mk17 .mk17-1 .payyzf1,
.mk17 .mk17-1 p {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
  width: 9.2rem;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.mk171-top {
  margin-top: 1.73333333rem;
}
/* 模块50 */
.mk50 {
  height: 2.13333333rem;
  margin: auto;
}
.mk50 .container {
  display: flex;
  justify-content: space-between;
}
.mk50 .card {
  flex: 1;
  background-color: white;
  margin: 0 0.13333333rem;
  border-radius: 8px;
  text-align: center;
  width: 2.66666667rem;
  height: 2.13333333rem;
}
.mk50 .card h3 {
  margin: 0;
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-top: 0.4rem;
}
.mk50 .card .value {
  font-size: 14px;
  font-weight: bold;
}
.mk50 .value.fire {
  color: #FF6A00;
}
.mk50 .value.female {
  color: #FF69B4;
}
.mk50 .value.location {
  color: #8A2BE2;
}
.mk50 .value.millenial {
  color: #32CD32;
}
.mk50 .percentage-bar {
  width: 100%;
  height: 6px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
}
.mk50 .bar {
  height: 100%;
  border-radius: 3px;
}
.mk50 .bar.fire {
  background-color: #FF6A00;
}
.mk50 .bar.female {
  background-color: #FF69B4;
}
.mk50 .bar.location {
  background-color: #8A2BE2;
}
.mk50 .bar.millenial {
  background-color: #32CD32;
}
/* 模块40 */
.mk40 {
  width: 10rem;
  padding-bottom: 0.4rem;
}
.mk40 .mk40-1 {
  width: 9.2rem;
  height: 6.93333333rem;
  margin: auto;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #e7e7e7;
}
.mk40 .mk40-1 .mk40-2 {
  width: 0.93333333rem;
  height: 0.93333333rem;
  border-radius: 50%;
  position: absolute;
  top: 0.16rem;
  left: 0.21333333rem;
}
.mk40 .mk40-1 .mk40-3 {
  font-size: 14px;
  font-weight: 600;
  color: #575757;
  position: absolute;
  top: 0.13333333rem;
  left: 2rem;
}
.mk40 .mk40-1 .mk40-4 {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.22133333rem;
  left: 1.33333333rem;
  border-radius: 50%;
}
.mk40 .mk40-1 .mk40-5 {
  font-size: 12px;
  position: absolute;
  top: 0.61333333rem;
  left: 1.33333333rem;
  font-weight: 600;
  color: #575757;
}
.mk40 .mk40-1 .mk40-6 {
  font-size: 12px;
  font-weight: 600;
  color: #575757;
  position: absolute;
  top: 1.33333333rem;
  left: 0.26666667rem;
}
.mk40 .mk40-1 .mk40-7 {
  width: 8.66666667rem;
  height: 4.74666667rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  object-fit: cover;
  /* 保持图片宽高比，超出部分会被裁剪 */
}
/* 模块18 */
.mk18-top {
  margin-top: 1.73333333rem;
}
.mk18 {
  width: 10rem;
  height: 1.33333333rem;
  padding: 0.26666667rem 0;
  position: fixed;
  bottom: 0.13333333rem;
  z-index: 999999;
}
.mk18 .mk18-1 {
  width: 9.2rem;
  height: 100%;
  background-color: #116fdb;
  background-color: #32CD32;
  margin: auto;
  display: flex;
  background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%);
  border-radius: 20px;
}
.mk18 .mk18-1 .mk18-2 {
  width: 4.93333333rem;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  text-align: center;
  line-height: 1.09333333rem;
  color: white;
}
.mk18 .mk18-1 .mk18-2 .payyzf1 {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 200% auto;
  font-size: 16px;
  width: 100%;
  height: 100%;
}
.mk18 .mk18-1 .mk18-3 {
  width: 4.26666667rem;
  height: 100%;
  background-color: #d49307;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.33333333rem;
  color: #3a3a3a;
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
  border: 2px solid #fff;
}
/* 模块26 */
.mk26 {
  width: 10rem;
  background-color: #ffffff;
  padding: 0.4rem 0;
}
.mk26 .mk26-1 {
  width: 9.2rem;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #dddddd;
  border-radius: 10px;
}
.mk26 .mk26-1 .mk26-2 {
  width: 9.2rem;
  height: 2.13333333rem;
  position: relative;
}
.mk26 .mk26-1 .mk26-2 .mk26-3 {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 0.21333333rem;
  left: 0.26666667rem;
}
.mk26 .mk26-1 .mk26-2 .mk26-4 {
  font-size: 12px;
  font-weight: 600;
  color: #292929;
  position: absolute;
  top: 0.38666667rem;
  left: 1.28rem;
  width: 2.66666667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mk26 .mk26-1 .mk26-2 .mk26-5 {
  width: 0.53333333rem;
  height: 0.53333333rem;
  position: absolute;
  top: 0.36rem;
  left: 4rem;
}
.mk26 .mk26-1 .mk26-2 .mk26-7 {
  font-size: 14px;
  font-weight: 600;
  color: #3e3f3f;
  position: absolute;
  bottom: 0.53333333rem;
  left: 0.29333333rem;
}
.mk26 .mk26-1 .mk26-2 .mk26-8 {
  font-size: 12px;
  color: #737474;
  position: absolute;
  bottom: 0;
  left: 0.29333333rem;
}
.mk26 .mk26-1 .mk26-6 {
  width: 8.8rem;
  margin: auto;
  padding: 0.4rem 0;
}
.mk26 .mk26-1 .mk26-6 img {
  width: 100%;
  height: 100%;
  margin-top: 0.21333333rem;
}
.mk26 .mk26-1 .mk26-6 p {
  font-size: 14px;
  font-weight: bold;
  color: #202020;
  margin-top: 0.05333333rem;
}
/* 模块19 */
.mk19-top {
  margin-top: 2.13333333rem;
}
.mk19 {
  width: 10rem;
  height: 1.33333333rem;
  padding: 0.26666667rem 0;
  position: fixed;
  bottom: 0.26666667rem;
  z-index: 999999;
}
.mk19 .mk19-1 {
  width: 9.2rem;
  height: 1.33333333rem;
  margin: auto;
}
.mk19 .mk19-1 .payyzf1 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  text-shadow: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 9.2rem;
  height: 1.33333333rem;
  background-image: linear-gradient(to right, #F2994A 0%, #F2C94C 51%, #F2994A 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.33333333rem;
}
/* 模块20 */
.mk20-top {
  margin-top: 2.13333333rem;
}
.mk20 {
  width: 10rem;
  height: 1.33333333rem;
  padding: 0.26666667rem 0;
  position: fixed;
  bottom: 0.26666667rem;
  z-index: 999999;
}
.mk20 .mk20-1 {
  width: 9.2rem;
  height: 1.33333333rem;
  margin: auto;
}
.mk20 .mk20-1 .payyzf1 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  text-shadow: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 9.2rem;
  height: 1.33333333rem;
  background-image: linear-gradient(to right, #34e89e 0%, #0f3443 51%, #34e89e 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.33333333rem;
}
/* 模块27 */
.mk27 .gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
}
.mk27 .thumbnail {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.mk27 .thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.mk27 .thumbnail img:hover {
  transform: scale(1.1);
}
.mk27 .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.mk27 .modal img {
  max-width: 95%;
  max-height: 95%;
}
.mk27 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.mk27 .close:hover,
.mk27 .close:focus {
  color: #bbb;
}
.mk28 .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 300px;
  height: 300px;
  gap: 2px;
  margin: auto;
  margin-top: 0.26666667rem;
}
.mk28 .grid-item {
  width: 100%;
  height: 100%;
  background-size: 300%;
  background-repeat: no-repeat;
}
.mk28 .grid-item:nth-child(1) {
  background-position: 0% 0%;
}
.mk28 .grid-item:nth-child(2) {
  background-position: 50% 0%;
}
.mk28 .grid-item:nth-child(3) {
  background-position: 100% 0%;
}
.mk28 .grid-item:nth-child(4) {
  background-position: 0% 50%;
}
.mk28 .grid-item:nth-child(5) {
  background-position: 50% 50%;
}
.mk28 .grid-item:nth-child(6) {
  background-position: 100% 50%;
}
.mk28 .grid-item:nth-child(7) {
  background-position: 0% 100%;
}
.mk28 .grid-item:nth-child(8) {
  background-position: 50% 100%;
}
.mk28 .grid-item:nth-child(9) {
  background-position: 100% 100%;
}
/* 模块56 */
.mk56 {
  width: 10rem;
  padding: 0.4rem 0;
  background-color: #fff;
}
.mk56 .mk56-1 {
  width: 9.2rem;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #dddddd;
  border-radius: 10px;
}
.mk56 .mk56-1 .mk5611 {
  position: relative;
  width: 9.2rem;
  height: 3.2rem;
}
.mk56 .mk56-1 .mk5611 .mk56-2 {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0.53333333rem;
}
.mk56 .mk56-1 .mk5611 .mk56-3 {
  width: 0.53333333rem;
  height: 0.53333333rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 1.38666667rem;
  left: 1.6rem;
}
.mk56 .mk56-1 .mk5611 .mk56-4 {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  position: absolute;
  top: 0.53333333rem;
  left: 2.66666667rem;
}
.mk56 .mk56-1 .mk5611 .mk56-5 {
  font-size: 12px;
  font-weight: 600;
  color: #5c5c5c;
  position: absolute;
  top: 1.12rem;
  left: 2.66666667rem;
}
.mk56 .mk56-1 .mk5611 .mk56-6 {
  font-size: 12px;
  border-radius: 15px;
  color: #5e5e5e;
  position: absolute;
  top: 1.33333333rem;
  left: 2.66666667rem;
  width: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mk56 .mk56-1 .mk5611 .mk56-7 {
  font-size: 14px;
  color: #292929;
  position: absolute;
  top: 2.26666667rem;
  left: 0.61333333rem;
  font-weight: 600;
}
.mk56 .mk56-1 .mk56-8 {
  width: 8rem;
  padding-bottom: 0.4rem;
  margin: auto;
}
.mk56 .mk56-1 .mk56-8 img {
  width: 100%;
  height: 100%;
  margin-top: 0.13333333rem;
}
.mk56 .mk56-1 .mk56-8 p {
  font-size: 12px;
  margin-top: 0.13333333rem;
}
/* 模块57 */
.mk57 {
  width: 10rem;
  height: 1.33333333rem;
  padding: 0.26666667rem 0;
}
.mk57 a {
  text-decoration: none;
  color: #4d4c4c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.mk57 .mk57-1 {
  width: 9.2rem;
  height: 100%;
  margin: auto;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #dddddd;
  margin-top: 0.26666667rem;
}
.mk57 .mk57-1 .mk57-3 {
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 7px;
  position: absolute;
  top: 0.13333333rem;
  left: 0.26666667rem;
}
.mk57 .mk57-1 p {
  display: block;
  width: 6.4rem;
  height: 100%;
  line-height: 1.33333333rem;
  margin: auto;
}
.mk57 .mk57-1 .mk57-2 {
  width: 0.93333333rem;
  height: 0.93333333rem;
  position: absolute;
  right: 0.26666667rem;
  top: 0.18666667rem;
}
/* 模块29 */
.mk29 {
  width: 10rem;
  height: 5.33333333rem;
  padding: 0.26666667rem 0;
}
.mk29 .mk29-1 {
  width: 9.2rem;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #dddddd;
  border-radius: 10px;
}
.mk29 .mk29-1 img:nth-of-type(1) {
  /* 第一个img的样式 */
  width: 4.6rem;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mk29 .mk29-1 img:nth-of-type(2) {
  width: 4.6rem;
  height: 2.66666667rem;
  border-top-right-radius: 10px;
}
.mk29 .mk29-1 img:nth-of-type(3) {
  width: 4.6rem;
  height: 2.66666667rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
}
/* 模块30 */
.mk30 {
  width: 10rem;
  height: 0.93333333rem;
  padding: 0.26666667rem 0;
}
.mk30 .mk30-1 {
  width: 9.2rem;
  height: 100%;
  background-color: #116fdb;
  margin: auto;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
  line-height: 0.93333333rem;
  font-weight: 600;
  background-image: linear-gradient(to right, #fd746c 0%, #ff9068 51%, #fd746c 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}
/* 模块58 */
.mk58 {
  width: 10rem;
  height: 1.06666667rem;
  padding: 0.26666667rem 0;
}
.mk58 .mk58-1 {
  width: 9.2rem;
  height: 100%;
  background-color: #16BFFD;
  margin: auto;
  font-size: 14px;
  text-align: center;
  line-height: 1.06666667rem;
  font-weight: 600;
  border-radius: 5px;
  background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}
/* 模块59 */
.mk59 {
  width: 9.2rem;
  height: 1.06666667rem;
  overflow: hidden;
  white-space: nowrap;
  margin: auto;
  margin-top: 0.26666667rem;
  margin-bottom: 0.26666667rem;
  line-height: 1.06666667rem;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}
.mk59 .mk59-2 {
  display: inline-block;
  animation: scrollText 10s linear infinite;
}
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 模块60 */
.mk60 {
  position: relative;
  width: 10rem;
  margin: 0 auto;
  overflow: hidden;
}
.mk60-1 {
  width: 9.2rem;
  position: relative;
  margin: auto;
  padding: 0.4rem 0;
}
.gallery {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%;
}
.gallery-item {
  min-width: 100%;
  box-sizing: border-box;
}
.gallery-item img {
  width: 9.2rem;
  display: block;
  border-radius: 5px;
}
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}
/* 模块55 */
.mkmkwt {
  width: 9.2rem;
  background-color: #ffffff;
  box-shadow: 0 5px 15px #dddddd;
  border-radius: 10px;
  margin: auto;
  margin-top: 0.26666667rem;
  margin-bottom: 0.26666667rem;
}
.mkmkwt .mkwt {
  padding: 0.16rem 0;
}
.mkmkwt .mkwt-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0.13333333rem 0.26666667rem;
}
.mkmkwt .mkwt-3 {
  width: 7.73333333rem;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  color: #464646;
}
.mkmkwt .arrow {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  font-size: 16px;
  font-weight: bold;
  color: #6b6b6b;
}
.mkmkwt .mkwt-4 {
  display: none;
  padding: 0.34666667rem;
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  color: #6b6b6b;
}
.mkmkwt .mkwt-4 p {
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  color: #6b6b6b;
  margin-top: 0.13333333rem;
}
.mkmkwt .mkwt-4 img {
  width: 100%;
  height: 100%;
  margin-top: 0.13333333rem;
}
.mkmkwt .open .mkwt-4 {
  display: block;
}
/* 微信模拟窗口 */
/* 聊天框 */
.chat-container {
  width: 10rem;
  height: 17.78666667rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.73333333rem;
}
/* 顶部导航栏 */
.chat-header {
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
}
.chat-header h3 {
  margin: 0;
  font-size: 16px;
}
/* 消息区域 */
.chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
/* 隐藏消息 */
.message.hidden {
  display: none;
}
/* 发送方消息 */
.message {
  display: flex;
  font-size: 14px;
}
.message.sent {
  justify-content: flex-end;
}
/* 头像样式 */
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 8px;
}
/* 气泡样式 */
.bubble {
  max-width: 70%;
  padding: 10px;
  border-radius: 8px;
  line-height: 1.5;
  position: relative;
}
.bubble.received {
  background-color: #e1f3d8;
  color: #333;
}
.shshjqqq11 {
  background-color: #62b41e;
  color: #303030;
  background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
.dsfsd888 {
  background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
/* 时间戳 */
.timestamp {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0;
  display: none;
  /* 默认隐藏时间戳 */
}
.chat-header h3 {
  width: 100%;
  text-align: center;
  color: #474747;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.sdkjsjk111aa88 {
  position: fixed;
  bottom: 0.26666667rem;
  width: 9.46666667rem;
  padding: 0;
  margin: 0;
}
.sdkjsjk111aa88 .sent {
  width: 9.46666667rem;
  text-align: center;
  margin: auto;
}
.sdkjsjk111aa88 .sdjhjusd6677 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  padding: 0.26666667rem 0;
  font-size: 16px;
}
.imgaaaa img {
  width: 100%;
  height: 100%;
}
.sjfbtop {
  margin-top: 1.6rem;
}
/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  /* 控制按钮和数字之间的间距 */
  margin-top: 20px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  color: #0073aa;
  border-radius: 4px;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}
.pagination .current {
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}
.pagination .disabled {
  color: #ccc;
  background-color: #eee;
  cursor: not-allowed;
}
/* 样式化“上一页”和“下一页”按钮 */
.pagination .prev,
.pagination .next {
  padding: 8px 16px;
  background-color: #888;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  background-image: linear-gradient(to right, #FF5F6D 0%, #FFC371 51%, #FF5F6D 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #0073aa;
}
.mk35fy .prev,
.mk35fy .next {
  position: absolute;
  top: auto;
  transform: translateY(0%);
}
.ysa1smk {
  font-size: 16px;
  color: red;
  text-align: center;
  font-weight: bold;
  display: block;
}
