/* 教程弹窗 */
.mac-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mac-popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 964px;
  background: #F7F8FB;
  border-radius: 16px; 
  overflow: hidden;
}
.mac-popup-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 472px;
  padding-left: 54px;
  box-sizing: border-box;
}
.mac-popup-text h1 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #4F4F4F;
  margin-bottom: 32px;
}
.mac-popup-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.mac-popup-text ul li:last-child {
  margin-bottom: 0;
}
.mac-popup-text ul li span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  background: radial-gradient(89.61% 89.61% at 10.14% 100%, #28CDEA 0%, #108AFA 56.05%, #0D83FC 100%);  
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF; 
  margin-right: 8px;
}
.mac-popup-text ul li p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #737373;
}
.mac-popup-text ul li p img {
  display: inline-block;
  height: 16px;
  margin: 0 3px;
  margin-bottom: 4px;
}
.mac-popup-top > img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 604px;
}
.mac-popup-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 122px;
  background: #FFFFFF;
}
.mac-popup-bottom a {
  display: block;
  width: 186px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 29px;  
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(131.17deg, rgba(2, 132, 254, 1) 8.1%, rgba(71, 194, 253, 1) 34.52%, rgba(216, 193, 255, 1) 87.95%);
  box-sizing: border-box;
  border: 2px solid transparent;
}
.mac-popup-bottom a:hover {
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(131.17deg, rgba(216, 193, 255, 1) 8.1%, rgba(71, 194, 253, 1) 34.52%, rgba(2, 132, 254, 1) 87.95%);
  box-sizing: border-box;
  border: 2px solid transparent; 
}
.mac-popup-bottom a:first-child {
  margin-right: 40px;
}
.mac-popup-bottom a span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #0B8CFE; 
}