* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/

  -webkit-user-select: none;
  /*webkit浏览器*/

  -khtml-user-select: none;
  /*早期浏览器*/

  -moz-user-select: none;
  /*火狐*/

  -ms-user-select: none;
  /*IE10*/

  user-select: none;

  -webkit-text-size-adjust: none; 
}


.content {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  /* background: url("https://imageapi.cd1a.cn/imges/duankoubj.png") no-repeat; */
  background-size: 100% 100%;
}

.apply-btn {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  left: 15%;
  bottom: 3.375rem;
  width: 70%;
/*   height: 1.1rem;
 */  background: #3796ff;
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.1rem;
  text-align: center;
}

.tips {
  position: absolute;
  right: 20%;
  bottom: 4.5rem;
  width: 2rem;
  text-align: center;
 /*  height: .8rem; */
  line-height: .8rem;
  border-radius: .4rem;
  font-size: .3rem;
  color: #fff;
  background: linear-gradient(180deg, #FE706F 0%, #FF2943 100%);
}

.sanjiao {
  position: absolute;
  right: 30%;
  bottom: 4.35rem;
  width: 0;
  height: 0;
  border-left: .15rem solid transparent;
  border-right: .15rem solid transparent;
  border-top: .2rem solid #ff3148;
}

.apply-text {
  font-size: .3rem;
  color: yellow;
}

.mask {
   display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.95;
}

.yindao {
  display: none;
  position: absolute;
  top: 0;
  right: .2rem;
  width: 6.1rem;
  height: 4.5rem;
}
.yindao1 {
  display: none;
  position: absolute;
  top:5.5rem;
  left: 1.2rem;
  width: 7rem;
  height: 5.725rem;
}
.yindao-text {
  display: none;
  position: absolute;
  top: 4.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: .5rem;
  color: #FFFFFF;
}
.des {
  display: none;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 100%;
  width: 100%;
  text-align: center;
}
.zfb {
  width: .6rem;
  height: .6rem;
  vertical-align: middle;
}
.des-text {
  vertical-align: middle;
  color: #fff;
  font-size: .5rem;
}
.btn {
  margin: 0.35rem auto;
  width: 2.5rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 0.125rem;
  background-color: #f8875d;
}

.preferential {
  position: absolute;
  left: 40%;
  bottom: 4.375rem;
  z-index: 999;
  width: 20%;
  height: .7rem;
  background: linear-gradient(180deg, #fe706f 0%, #ff2943 100%);
  text-align: center;
  line-height: .7rem;
  color: #fff;
  border-radius: .35rem;
}

.wx-content {
  position: absolute;
  left: 15%;
  bottom: 1.775rem;
  width: 70%;
  height: 1.1rem;
  background: #44c371;
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.1rem;
  text-align: center;
}

.wx-btn {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.1rem;
  background: #44c371;
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.4rem;
}

.wx-btn-old {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.1rem;
  background: #44c371;
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.4rem;
}

.medical_one {
  height: 0.625rem;
}
/* 页面内容 */
        .page-content {
            padding: 50px;
            text-align: center;
        }

        .btn {
            display: inline-block;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }

        .btn:hover {
        }

        /* 遮罩层样式 */
        .modal-overlay {
            display: none; /* 默认隐藏 */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
            z-index: 1000; /* 确保在最上层 */
        }

        /* 弹窗容器样式 */
        .modal {
            display: none; /* 默认隐藏 */
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* 居中定位 */
            max-width: 90vw; /* 最大宽度为视口的90% */
            border-radius: 8px;
            z-index: 1001; /* 高于遮罩层 */
            /* overflow: hidden; /* 处理圆角和阴影 */ */
        }

        /* 弹窗头部 */
        .modal-header {
            padding: 15px 20px;
            background-color: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .close-btn {
            cursor: pointer;
            font-size: 24px;
            color: #999;
            background: none;
            border: none;
            padding: 0;
        }

        .close-btn:hover {
            color: #333;
        }

        /* 弹窗主体 */
        .modal-body {
            /* overflow-y: auto; /* 内容过多时出现滚动条 */ */
			position: relative;
        }
		.dyImage {
			width: 340px;
			/* max-height:310px; */
			height: 396px !important;
			display: block;
			border-radius: 12px 12px 0 0;
		}
        /* 弹窗底部 */
        .modal-footer {
            text-align: right;
			display: flex;
			justify-content: space-around;
			margin-top: 20px;
        }

        .modal-footer .btn {
            margin-left: 10px;
        }

        .btn-secondary {
            width: 100px;
            height: 43px;
			line-height: 43px;
            border-radius: 30px 30px 30px 30px;
            background: #000000;
            font-weight: bold;
            color: #fff;
            font-size: 13px;
        }
		.btns {
			width: 100px;
			height: 43px;
			line-height: 43px;
			border-radius: 30px 30px 30px 30px;
			font-weight: bold;
			border: 1px #ccc solid;
			color: #fff;
			font-size: 13px;
		}
        .btn-secondary:hover {
        }
		.img-hd {
			width: 340px;
			/* max-height:310px; */
			height: 396px !important;
			position: absolute;
			left: 50%;
			top: 50%;
			z-index: 9999;
			transform: translate(-50%, -50%);
		}
		.imgShowPro{
			width: 20px;
			height: 20px;
			position: absolute;
			right: 4px;
			top: 4px;
		}
	/* 弹窗遮罩层 */
	    .popup-mask {
	      position: fixed;
	      top: 0;
	      left: 0;
	      width: 100vw;
	      height: 100vh;
	      background: rgba(0, 0, 0, 0.5);
	      z-index: 9999;
	      display: flex;
	      align-items: center;
	      justify-content: center;
	    }
	    /* 弹窗内容 */
	    .popup-content {
	      background: #fff;
	      border-radius: 10px;
	      width: 80%;
		  height: 140px;
	      text-align: center;
	      padding-top: 30px;
	      box-sizing: border-box;
		  overflow: hidden;
	    }
	    /* 提示文本 */
	    .popup-text {
	      font-size: 16px;
	      color: #333;
	      margin-bottom: 20px;
	    }
	    /* 确定按钮 */
	    .popup-btn {
			width: 100%;
			height: 60px;
			line-height: 60px;
			text-align: center;
	      border: none;
	      background: #fff;
	      color: #007aff;
	      /* padding: 8px 20px; */
	      /* border-radius: 5px; */
	      font-size: 16px;
	      cursor: pointer;
		 border-top: 1px #ccc solid;
		 margin-top: 8px;
	    }