@keyframes line1 {
	50%,
	100% {
	  left: 100%;
	}
  }
  @keyframes line2 {
	50%,
	100% {
	  top: 100%;
	}
  }
  @keyframes line3 {
	50%,
	100% {
	  left: -100%;
	}
  }
  @keyframes line4 {
	50%,
	100% {
	  top: -100%;
	}
  }
  @keyframes xia {
	0% {
	  transform: translateY(-30%);
	}
	100% {
	  transform: translateY(0%);
	}
  }
  @keyframes mb-slide {
	0% {
	  opacity: 0;
	  transform: translate(-80px, -150px);
	}
	100% {
	  opacity: 1;
	  transform: translate(0, 0);
	}
  }
  @keyframes saoguang {
	0% {
	  opacity: 0;
	  left: -25%;
	}
	100% {
	  opacity: 1;
	  left: 130%;
	}
  }
  @keyframes ripples{
	  0%{
		  transform: translate(-50%,-50%) scale(1);
		  opacity: 1;
	  }
	  100%{
		  transform: translate(-50%,-50%) scale(1.4);
		  opacity: 0;
	  }
  }
  .bg-head-content {
	position: absolute;
	top: 27%;
	left: 7%;
	width: 45%;
  }
  .bg-head-content .top-text {
	width: 100%;
	text-align: center;
  }
  .bg-head-content .top-text img {
	display: inline-block;
	width: 9%;
  }
  .bg-head-content .top-text img:not(:nth-of-type(1)) {
	margin-left: 1%;
  }
  .bg-head-content .sxs {
	width: 68%;
	margin: 5% auto;
  }
  .bg-head-content .bg-head-bottom {
	width: 50%;
	margin: 8% auto 3%;
	padding-left: 10%;
  }
  .bg-head-content .bg-head-bottom div {
	display: inline-block;
  }
  .bg-head-content .bg-head-bottom div img {
	width: 100%;
  }
  .bg-head-content .bg-head-bottom div img:nth-of-type(2) {
	display: block;
  }
  .bg-head-content .bg-head-bottom div:nth-of-type(1) {
	position: relative;
	width: 18%;
	float: left;
  }
  .bg-head-content .bg-head-bottom div:nth-of-type(1) img:nth-of-type(2) {
	margin-top: 36%;
	width: 65%;
	position: absolute;
	right: -8%;
  }
  .bg-head-content .bg-head-bottom div:nth-of-type(2) {
	position: relative;
	overflow: hidden;
	width: 40%;
	z-index: 2;
  }
  .bg-head-content .bg-head-bottom > img {
	float: right;
	width: 18%;
	margin-right: 23%;
	margin-top: 14%;
	z-index: 3;
  }
  .bg-head-content .head-bottom-text {
	width: 100%;
	text-align: center;
  }
  .bg-head-content .head-bottom-text img {
	display: inline-block;
	width: 58%;
  }
  main{
	padding: 0;
	margin: 0;
	overflow: hidden;
  }
    h4,
    p,
    ul {
	margin: 0;
	padding: 0;
  }
  p,span,h4,h5,li,a{
	  font-family: "Microsoft YaHei";
  }
  .partspace{
	margin: 5% auto!important;
  }
    .content1 {
	width: 100%;
	margin: 0 auto;
	margin-top: 7%;
  }
    .content1 .jsp {
	width: 80%;
	margin: 0 auto;
  }
    .content1 .jsp ul {
	display: flex;
	justify-content: center;
	margin-top: 5%;
  }
    .content1 .jsp ul li {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	width: 15%;
  }
    .content1 .jsp ul li:not(:last-child) {
	margin-right: 3%;
  }
    .content1 .jsp ul li img {
	width: 100%;
  }
    .content1 .jsp ul li > span {
	position: absolute;
  }
    .content1 .jsp ul li > span:nth-of-type(1) {
	left: -100%;
	top: 0px;
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, transparent, #4199C4);
  }
    .content1 .jsp ul li > span:nth-of-type(2) {
	right: 0;
	top: -100%;
	width: 2px;
	height: 100%;
	background: -webkit-linear-gradient(top, transparent, #4199C4);
  }
    .content1 .jsp ul li > span:nth-of-type(3) {
	left: 100%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, transparent, #4199C4);
  }
    .content1 .jsp ul li > span:nth-of-type(4) {
	left: 0;
	top: 100%;
	width: 2px;
	height: 100%;
	background: -webkit-linear-gradient(top, transparent, #4199C4);
  }
    .content1 .jsp ul li:hover {
	transform: scale(1.05);
  }
    .content1 .jsp ul li:hover span:nth-of-type(1) {
	animation: line1 1s linear infinite;
  }
    .content1 .jsp ul li:hover span:nth-of-type(2) {
	animation: line2 1s 0.25s linear infinite;
  }
    .content1 .jsp ul li:hover span:nth-of-type(3) {
	animation: line3 1s 0.5s linear infinite;
  }
    .content1 .jsp ul li:hover span:nth-of-type(4) {
	animation: line4 1s 0.75s linear infinite;
  }
    .content2 {
	margin-top: 7%;
	position: relative;
  }
    .content2 .subhead h4 {
	color: #1D98CD;
	position: relative;
  }
    .content2 button {
	font-size: 1.14vw;
	color: #fff;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #1D98CD;
	outline: none;
	padding: 10px 30px;
	font-weight: bold;
  }
    .content2 .up {
	width: 100%;
	margin: 0 auto;
	margin-top: 3%;
	display: flex;
	justify-content: center;
  }
    .content2 .up li:not(:last-child) {
	margin-right: 3%;
  }
    .content2 .up li button {
	cursor:pointer;
	position: relative;
	color: #fff;
	background: #1D98CD;
	transition: 0.15s;
  }
    .content2 .up li button::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 10px;
	border: 1px solid #1D98CD;
	background: #fff;
	transition: 0.5s;
	z-index: -1;
	box-sizing: border-box;
  }
    .content2 .up li button:hover {
	background: #16698d;
  }
    .content2 .bottom_active {
	background: #1D98CD;
  }
    .cold_light {
	width: 100%;
	margin: 5% auto;
	position: relative;
	overflow: hidden;
  }
    .cold_light ul {
	width: 400%;
	transition: 1s;
  }
    .cold_light ul li {
	width: 25%;
	float: left;
	position: relative;
	touch-action: pan-y;
  }
    .cold_light ul li img {
	width: 100%;
	pointer-events: none; 
	user-select:none;
	cursor: pointer;
  }
    .cold_light ul li img:nth-of-type(2) {
	display: none;
  }
    .cold_light ul::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .cold_light .cold_light_text {
	font-family: 'sourcehan';
	position: absolute;
	top: 30%;
	right: 4%;
	width: 40%;
	font-weight: 500;
  }
    .cold_light .cold_light_text p {
	text-align: left;
  }
    .cold_light .cold_light_text p:nth-of-type(1) {
	color: #FFF;
	font-size: 32px;
	box-sizing: border-box;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	display: inline;
  }
    .cold_light .cold_light_text p:nth-of-type(2) {
	color: #fff;
	font-size: 26px;
  }
    .cold_light .cold_light_text p:nth-of-type(3) {
	color: #fff;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  }
    .cold_light .cold_light_text p:nth-of-type(4) {
	color: #1d98cd;
	font-size: 20px;
	background: #FFF;
	  display: inline-block;
	  border-radius: 10px;
	  padding: 10px;
	  box-sizing: border-box;
  }
    .cold_light .cold_light_text p:not(:first-child) {
	margin-top: 4%;
  }
    .content3 {
	width: 80%;
	margin: 10% auto;
  }
    .content3 .subhead {
	display: none;
  }
    .content3 .subhead h4 {
	color: #1D98CD;
	position: relative;
  }
    .content3 .content3-neirong {
	width: 100%;
	display: flex;
  }
    .content3 .content3-neirong .left_style {
	flex: 45;
  }
    .content3 .content3-neirong .left_style img {
	width: 100%;
	display: block;
  }
    .content3 .content3-neirong .left_style .left_text {
	margin-left: 12%;
	width: 82%;
	color: #4C4C4C;
	text-indent: 2em;
	font-size: 1.1538vw;
	font-weight: 500;
	line-height: 2vw;
	margin-top: 10%;
	letter-spacing: 3px;
  }
    .content3 .content3-neirong .right_style {
	flex: 55;
  }
    .content3 .content3-neirong .right_style .subhead {
	display: block;
	margin-top: 13%;
	margin-bottom: 13%;
  }
    .content3 .content3-neirong .right_style .subhead h4 {
	color: #1D98CD;
	position: relative;
  }
    .content3 .content3-neirong .right_style img {
	width: 100%;
  }
    .content3 .content3-neirong .right_style hr {
	width: 10%;
  }
    .content4 {
	width: 100%;
	position: relative;
	margin: 7% auto;
  }
    .content4 .subhead {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%);
  }
    .content4 .subhead h4 {
	font-size: 28px;
  }
    .content4 .subhead hr {
	width: 20%;
  }
    .content4 img {
	width: 100%;
  }
    .content4 img:nth-of-type(1) {
	display: inline-block;
  }
    .content4 img:nth-of-type(2) {
	display: none;
  }
    .content4 .all_button button {
	cursor: url('https://www.vickongdentist.com/skin/images/laser.ico'), pointer;
  }
    .content4 .all_button button:nth-of-type(1) {
	background: #fff;
	border: unset;
  }
    .content4 .all_button button:nth-of-type(2) {
	background: linear-gradient(to right, #ddc78b, #debe69);
	border: unset;
  }
    .content4 .all_button button:nth-of-type(2) span {
	position: absolute;
	top: 0%;
	left: -1%;
	width: 0%;
	height: 100%;
	border-radius: 10px;
	background: #fff;
	z-index: -1;
	transition: 0.5s;
  }
    .content4 .all_button button:hover {
	color: #1D98CD;
  }
    .content4 .all_button button:hover span {
	width: 101%;
  }
    .content5_2 {
	width: 100%;
	margin-top: 5%;
  }
    .content5_2 .content5-bottom {
	position: relative;
	width: 70%;
	margin: 80px auto 0;
	min-width: 1300px;
  }
    .content5_2 .content5-bottom .content5-bottom-item {
	display: flex;
	justify-content: space-between;
  }
    .content5_2 .content5-bottom .content5-bottom-item:not(:nth-of-type(1)) {
	margin-top: 30px;
  }
    .content5_2 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text {
	padding-left: 10%;
  }
    .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-img {
	width: 40%;
  }
    .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-img img {
	display: block;
	width: 100%;
  }
  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-img img:nth-of-type(2){
	display: none;
  }
    .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text {
	width: 40%;
	box-sizing: border-box;
	padding-top: 50px;
  }
    .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	font-size: 25px;
	margin: 20px auto;
  }
    .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	font-size: 20px;
  }
    .content5_2 .content5-bottom .content5-circle {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
  }
    .content5_2 .content5-bottom .content5-circle ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
  }
    .content5_2 .content5-bottom .content5-circle ul li {
	background: white;
	border: 1px solid white;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	width: 50px;
	height: 50px;
	padding: 11px;
	box-shadow: 0px 0px 15px #4AAEDF;
	color: #369ED1;
	transition: 0.7s;
	z-index: 999;
  }
    .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	margin-top: 270px;
  }
    .content5_2 .content5-bottom .content5-circle ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	box-shadow: 0px 0px 10px #b7d7e6;
	padding: 35px;
	border-radius: 50%;
  }
    .content5_2 .content5-bottom .content5-circle ul::after {
	position: absolute;
	display: block;
	content: "";
	top: 3%;
	left: 50%;
	transform: translateX(-50%);
	background: #4AAEDF;
	width: 2px;
	height: 94%;
	z-index: 99;
  }
    .content5_2 .content5_bottom2 {
	width: 200px;
	margin: 34px auto 0;
  }
    .content5_2 .content5_bottom2 > img {
	width: 20px;
	margin: 0 auto;
	display: block;
	margin-bottom: 12px;
	margin-top: 20px;
	animation: xia 0.5s linear infinite alternate;
	transition: opacity 0.3s linear;
  }
    .content5_2 .content5_bottom2 span {
	position: relative;
	color: #1D98CD;
	background: #FFF;
	padding: 11px 20px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #1D98CD;
	transition: 0.5s;
	font-size: 20px;
  }
    .content5_2 .content5_bottom2 span:hover{
	  background:#0ea7f2;
	color:#FFF;
  }
    .content5_2 .content5_bottom2 span:hover::after{
	  background:#FFF;
	border: 1px solid #1D98CD;
  }
    .content5_2 .content5_bottom2 span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1D98CD;
	bottom: -10%;
	left: 0%;
	z-index: -1;
	border-radius: 6px;
	transition: 0.5s;
  }
    .dsd_bg {
	width: 100%;
	margin-top: 10%;
	position: relative;
  }
    .dsd_bg img {
	width: 100%;
  }
    .dsd_bg img:nth-of-type(1) {
	display: inline-block;
  }
    .dsd_bg img:nth-of-type(2) {
	display: none;
  }
    .dsd_bg .dsd_text {
	font-family: 'sourcehan';
	width: 38%;
	/* width: 538px; */
	position: absolute;
	top: 10.1%;
    left: 15.2%;
	max-width: 980px;
  }
    .dsd_bg .dsd_text .dsd_text_up {
	font-family: 'sourcehan';
  }
    .dsd_bg .dsd_text .dsd_text_up p:first-child {
		letter-spacing: -5px;
	color: #00abff;
	font-size: 7.6vw;
	font-weight: 600;
	text-shadow: 0px 0.256vw 0.128vw rgba(15, 86, 117, 0.5);
	-webkit-text-stroke: 2px #FFFFFF;
  }
    .dsd_bg .dsd_text .dsd_text_up p:last-child {
	font-size: 1.15vw;
	color: #5b5c5c;
	margin-top: 1.4%;
    margin-left: 1.21%;
	letter-spacing: 1.7px;
	line-height: 1.5em;
  }	
    .dsd_bg .dsd_text .dsd_text_up p span {
		font-size: 2.5vw;
		-webkit-text-stroke: 1px #FFFFFF;
		letter-spacing: 3px;
		text-shadow: 0px 0 0 rgb(241 244 245 / 50%);
		margin-left: 5px;
	}
    .dsd_bg .dsd_text .dsd_text_down {
	   width: 100%;
	   margin-top: 7%;
	   margin-left: 1.5%;
  }
  .dsd_bg .dsd_text .dsd_text_down ul{
	  display: flex;
  }
    .dsd_bg .dsd_text .dsd_text_down ul li {
		border-radius: 20px;
		color: #FFFEFE;
		line-height: 1.8em;
		padding: 1.5% 2%;
		font-size: 0.9vw;
		width: 25.5%;
		margin-right: 4%;
		background-image: linear-gradient(to right, #0199e3 , #2fbafe);
		letter-spacing: 1px;
  }
    .dsd_bg .dsd_text .dsd_text_down ul li:not(:first-child) {
	/* //margin-top: 2vw; */
  }
    .dsd_bg .dsd_text .dsd_text_down::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
  /*牙齒美白案例*/
   .anli_mb .mb6_bottom {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
  }
   .anli_mb .mb6_bottom ul {
	padding-left: 20px;
  }
   .anli_mb .mb6_bottom ul li {
	width: 25%;
	padding-right: 30px;
	box-sizing: border-box;
	float: left;
  }
   .anli_mb .mb6_bottom ul li > span {
	display: none;
  }
   .anli_mb .mb6_bottom ul li .img_text {
	position: relative;
	background: rgba(8, 111, 164, 0.2);
  }
   .anli_mb .mb6_bottom ul li .img_text img {
	width: 100%;
	display: block;
  }
   .anli_mb .mb6_bottom ul li .img_text p {
	position: absolute;
	color: white;
	top: 0%;
	left: 0;
	width: 31px;
	margin: 0;
	padding: 11% 0;
	height: 100%;
	text-align: center;
	background: rgba(67, 67, 67, 0.5);
	box-sizing: border-box;
  }
   .anli_mb .mb6_bottom ul li .img_text:nth-of-type(2) p {
	background: rgba(255, 255, 255, 0.5);
	color: #086FA4;
  }
   .anli_mb .mb6_bottom ul li p {
	margin: 10px 0;
	text-align: center;
	font-size: 22px;
	color: #0B7FB7;
  }
   .anli_mb .mb6_bottom ul::after {
	display: block;
	content: "";
	clear: both;
  }
   .anli_mb .right_bottom3 div {
	width: 153px;
	margin: 25px auto 10px;
	text-align: center;
  }
   .anli_mb .right_bottom3 div img {
	width: 25px;
	animation: xia 0.5s linear infinite alternate;
	transition: opacity 0.3s linear;
  }
   .anli_mb .right_bottom3 p {
	margin-top: 15px;
	text-align: center;
  }
   .anli_mb .right_bottom3 p a {
	position: relative;
	padding: 10px 35px;
	border: 1px solid #0B7FB7;
	font-size: 20px;
	color: #0B7FB7;
	box-shadow: 0px 2px 2px 0px rgba(7, 83, 120, 0.5);
	border-radius: 8px;
	transition: 0.5s;
	z-index: 2;
	overflow: hidden;
  }
   .anli_mb .right_bottom3 p a::after {
	position: absolute;
	content: "";
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	width: 0%;
	background: #0B7FB7;
	transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	border-radius: 8px;
	z-index: -1;
  }
   .anli_mb .right_bottom3 p a:hover {
	color: #fff;
  }
   .anli_mb .right_bottom3 p a:hover::after {
	width: 100%;
  }
  /*美白到此為止*/
    .content6 {
	width: 100%;
	font-family: 'sourcehan';
	margin: 7% auto;
  }
    .content6 .price_wrapper {
	width: 70%;
	margin: 65px auto 0;
  }
    .content6 .price_wrapper .price_img {
	float: left;
	width: 50%;
  }
    .content6 .price_wrapper .price_img img {
	width: 100%;
  }
    .content6 .price_wrapper .price_content {
	float: left;
	width: 45%;
	margin-left: 5%;
  }
    .content6 .price_wrapper .price_content .introduce {
	margin-top: 1%;
	font-size: 1.02vw;
	line-height: 1.5em;
	font-weight: 400;
  }
    .content6 .price_wrapper .price_content table,
    .content6 .price_wrapper .price_content tr,
    .content6 .price_wrapper .price_content th,
    .content6 .price_wrapper .price_content td {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
  }
    .content6 .price_wrapper .price_content table {
	width: 100%;
	margin-top: 3%;
  }
    .content6 .price_wrapper .price_content table tr:first-child {
	font-size: 1.02vw;
	font-weight: bold;
  }
    .content6 .price_wrapper .price_content th,
    .content6 .price_wrapper .price_content td {
	padding: 3.5% 0;
  }
    .content6 .price_wrapper .price_content tr th:first-child,
    .content6 .price_wrapper .price_content tr td:first-child {
	width: 40%;
  }
    .content6 .price_wrapper .price_content tr td:not(:last-child) {
	font-size: 1.09vw;
	font-weight: 400;
  }
    .content6 .price_wrapper .price_content tr td:last-child {
	font-size: 1.15vw;
	color: #E60000;
	font-weight: bold;
  }
    .content6 .price_wrapper::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
  }
    .content7 {
	width: 100%;
	margin: 7% auto 0;
  }
  
    .content7 .doctor {
	width: 70%;
	margin: 5% auto 3%;
  }
    .content7 .doctor .doctor_img {
	position:relative;
	float: left;
	width: 36%;
	transition: 0.5s;
  }
    .content7 .doctor .doctor_img img {
	display:block;
	width: 100%;
  }
    .content7 .doctor .doctor_img .img_mb {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: 0.5s;
  }
    .content7 .doctor .doctor_img .consult {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(9, 140, 232, 0.5);
	color: #FFF;
	text-align: center;
	z-index: 999;
	transition: 0.5s;
  }
    .content7 .doctor .doctor_img .consult p {
	margin: 0;
	margin-top: 22%;
	width: 50%;
	font-size: 20px;
	margin-left: 25%;
	letter-spacing: 2px;
  }
    .content7 .doctor .doctor_img .ripples {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(9, 140, 232, 0.7);
	animation: ripples 2s linear infinite;
	animation-delay: calc(0.8s * var(--i));
	z-index: 9;
  }
    .content7 .doctor .doctor_introduction {
	float: left;
	margin-left: 6%;
	width: 55%;
	letter-spacing: 1px;
	font-weight: 400;
  }
    .content7 .doctor .doctor_introduction .data {

  }
    .content7 .doctor .doctor_introduction .data span:first-child {
	color: #4199C4;
	font-size: 28px;
	font-weight: bold;
  }
    .content7 .doctor .doctor_introduction .data span:nth-child(2) {
	color: #272727;
	font-size: 19px;
	font-weight: 400;
  }
    .content7 .doctor .doctor_introduction .data ul {
	margin-top: 3%;
  }
    .content7 .doctor .doctor_introduction .data ul li {
	color: #4B4B4B;
	font-weight: 400;
	font-size: 20px;
  }
    .content7 .doctor .doctor_introduction .data ul li .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #098ce8;
	vertical-align: middle;
  }
    .content7 .doctor .doctor_introduction .data ul li:nth-child(2) {
	margin: 1% 0 0;
  }
    .content7 .doctor .doctor_introduction .spcially {
	position: relative;
  }
    .content7 .doctor .doctor_introduction .spcially .scxm_text {
	position: relative;
	height: 50px;
  }
    .content7 .doctor .doctor_introduction .spcially .scxm_text::before {
	content: "擅长项目";
	display: block;
	position: absolute;
	top: 28px   ;
	left: 0;
	width: 100%;
	height: 20px;
	color: #333333;
	z-index: 3;
	font-size: 22px;
	font-weight: bold;
  }
    .content7 .doctor .doctor_introduction .spcially .scxm_text::after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #4AAEDF;
	transform: skew(-45deg, 0);
  }
    .content7 .doctor .doctor_introduction .spcially div:nth-child(2) {
	margin-top: 20px;
  }
    .content7 .doctor .doctor_introduction .spcially div:nth-child(2) span {
	display: inline-block;
	font-size: 20px;
	color: #4D4D4D;
	line-height: 1.5em;
  }
    .content7 .doctor .doctor_introduction .spcially button {
	width: 130px;
	height: 40px;
	margin-top: 8%;
	border: 1px solid #4AAEDF;
	border-radius: 5%;
	background: #4aaedf;
	color: #fff;
	outline: none;
	box-shadow: 0 2px 5px #076999;
	transition: 0.5s;
	font-size:18px
  }
    .content7 .doctor .doctor_introduction .spcially button:hover {
	background: #239dc6;
  }
    .content7 .doctor::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
  }
    .content7 .doctor:nth-child(3) .doctor_img {
	float: right;
  }
    .content7 .doctor:nth-child(3) .doctor_introduction {
	float: right;
	margin-left: 1%;
	margin-right: 6%;
  }
    .content7 .doctor:nth-child(3) .doctor_introduction button {
	float: right;
  }
    .content7 .content7_bottom {
	width: 200px;
	margin: 0 auto;
  }
    .content7 .content7_bottom > img {
	width: 20px;
	margin: 0 auto;
	display: block;
	margin-bottom: 12px;
	margin-top: 20px;
	animation: xia 0.5s linear infinite alternate;
	transition: opacity 0.3s linear;
  }
    .content7 .content7_bottom span {
	position: relative;
	color: #1D98CD;
	background: #FFF;
	padding: 11px 20px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #1D98CD;
	transition: 0.5s;
	cursor:pointer;
	font-size:18px;
  }
    .content7 .content7_bottom span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1D98CD;
	bottom: -10%;
	left: 0%;
	z-index: -1;
	border-radius: 6px;
	transition: 0.5s;
  }
    .content7 .content7_bottom span:hover{
	  background:#1D98CD;
	  /*color:#fff;*/
  }
   .content7 .content7_bottom span:hover a {
       color: #fff;
   }
    .content7 .content7_bottom span:hover::after{
	  background:#fff;
	border:1px solid #1D98CD;
  }
    .content8 {
	width: 100%;
	position: relative;
	margin-top: 7%;
  }
    .content8 .content-bg {
	width: 100%;
  }
    .content8 .content-bg img {
	width: 100%;
  }
    .content8 .content-bg img:nth-of-type(1) {
	display: table;
  }
    .content8 .content-bg img:nth-of-type(2) {
	display: none;
  }
    .content8 .subhead {
	width: 30%;
	padding: 6.09vw 0;
	position: absolute;
	left: 5%;
	top: 0;
  }
    .content8 .subhead p {
	font-size: 1.21vw;
	font-weight: 400;
  }
    .content8 .subhead hr {
	width: 10%;
  }
    .content8 .hot_response {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 20%;
  }
    .content8 .hot_response .hot_response-item {
	padding: 5px 1% 20px;
	width: 21%;
	background: #fff;
	border-radius: 10px;
  }
    .content8 .hot_response .hot_response-item .hot_resonse-qa:nth-of-type(2){
		  margin-top:10px;
  }
    .content8 .hot_response .hot_response-item .hot_resonse-qa {
	margin-top: 5%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
    .content8 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(1) {
	float: left;
	border-radius: 50%;
	background-color: #4199C4;
	font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
	text-align: center;
	color: #fff;
	padding: 1%;
  }
    .content8 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2) {
	float: left;
	width: 85%;
	margin-left: 2%;
	font-size: 22px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
  }
   .content8 .hot_response .hot_response-item .hot_resonse-qa:nth-of-type(2) span:nth-child(2){
	  font-size: 20px;
  }
    .content8 .hot_response .hot_response-item .hot_resonse-qa::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
  }
    .content8 .hot_response .hot_response-item:nth-child(2) {
	margin: 0 3%;
  }
    .subhead {
	text-align: center;
	letter-spacing: 1px;
  }
    .subhead h4 {
	font-size: 32px;
	color: #1e98cd;
	font-weight: bold;
  }
    .subhead hr {
	margin: 0 auto;
	margin-top: 10px;
	border: 2px solid #42b0e0;
	width: 3%;
  }
    .subhead p {
	font-size: 15px;
	color: #7f7f7f;
	font-weight: bold;
	margin-top: 10px;
  }
    .all_button {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: -5%;
  }
    .all_button button {
	font-size: 1.15vw;
	font-weight: bold;
	color: #1D98CD;
	background: linear-gradient(to right, #ddc78b, #debe69);
	border-radius: 10px;
	border: 1px solid #1D98CD;
	outline: none;
	padding: 5px 30px;
	transition: 0.5s;
  }
    .all_button button:hover {
	background: #1D98CD;
	color: #fff;
	border: 1px solid #fff;
  }
    .all_button button:hover:first-child {
	background: #fff;
  }
    .all_button button:first-child {
	background: #1D98CD;
	margin-top: 5px;
  }
    .all_button button:last-child {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
  }
    .up_active button {
	background: #fff !important;
	color: #1D98CD !important;
  }
    .up_active button::after {
	content: "";
	background: #1D98CD !important;
  }
  @media screen and (max-width:1440px){
	.dsd_bg .dsd_text .dsd_text_up p:last-child{
		font-size: 1.3vw;
	}
	.dsd_bg .dsd_text .dsd_text_down ul li{
		font-size: 1vw;
	}
  }
  @media screen and (max-width: 1300px) {
	  .content5_2 .content5-bottom {
	  min-width: 908px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text {
	  padding-top: 30px;
	}
	  .content5_2 .content5-bottom .content5-circle {
	  top: 90px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 180px;
	}
  }
  @media screen and (max-width: 1167px) {
	  .cold_light ul li .cold_light_text {
	  top: 22%;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(1) {
	  font-size: 23px;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(2) {
	  font-size: 20px;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(3) {
	  font-size: 16px;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(4) {
	  font-size: 14px;
	}
  }
  @media screen and (min-width: 980px) and (max-width: 1080px) {
	body   .content6 .price_wrapper .price_content .introduce {
	  font-size: 14px;
	}
	body   .content6 .price_wrapper .price_content table tr:first-child {
	  font-size: 14px;
	}
	body   .content6 .price_wrapper .price_content tr td:not(:last-child) {
	  font-size: 14px;
	}
	body   .content6 .price_wrapper .price_content tr td:last-child {
	  font-size: 15px;
	}
  }
  @media screen and (max-width: 980px) {
	  .content6 .price_wrapper {
	  width: 100%;
	}
	  .content6 .price_wrapper .price_content .introduce {
	  font-size: 1.8vw;
	}
	  .content6 .price_wrapper .price_content table tr:first-child {
	  font-size: 1.8vw;
	}
	  .content6 .price_wrapper .price_content tr td:not(:last-child) {
	  font-size: 1.6vw;
	}
	  .content6 .price_wrapper .price_content tr td:last-child {
	  font-size: 1.7vw;
	}
	  .content7 .doctor {
	  width: 96%;
	  margin: 5% auto;
	}
	  .content7 .doctor .doctor_img {
	  float: left;
	  width: 40%;
	  margin: 0 auto;
	}
	  .content7 .doctor .doctor_img img {
	  width: 100%;
	}
	  .content7 .doctor .doctor_img .consult p {
	  font-size: 20px;
	}
	  .content7 .doctor .doctor_introduction {
	  float: right;
	  width: 53%;
	}
	  .content7 .doctor:nth-child(3) .doctor_introduction button {
	  float: right;
	}
	 .content8 .hot_response .hot_response-item{
		width: 27%;
	}
	  .subhead h4 {
	  font-size: 24px;
	}

  }
  @media screen and (max-width: 908px) {
	  .cold_light ul li .cold_light_text{
			top:20%;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(1){
			font-size:20px;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(2){
			font-size:17px;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(3){
			font-size:15px;
	}
	  .content5_2 .content5-bottom {
	  min-width: 733px;
	  width: 90%;
	}
	  .content5_2 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text {
	  padding-left: 5%;
	  padding-top: 10px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text h5 {
	  margin: 10px auto;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  font-size: 20px;
	  margin: 10px auto;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  font-size: 16px;
	}
	  .content5_2 .content5-bottom .content5-circle {
	  top: 60px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li {
	  width: 40px;
	  height: 40px;
	  padding: 7px;
	  font-size: 20px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 436%;
	}
	  .content5_2 .content5-bottom .content5-circle ul li::after {
	  top: -11px;
	  left: -11px;
	  padding: 30px;
	}
	  .content5_2 .content5_bottom2{
	  width: 150px;
	}
	  .content5_2 .content5_bottom2 span{
	  font-size: 18px;
	  padding: 8px 0px;
	}
	  .content7 .content7_bottom{
	  width: 150px;
	}
	  .content7 .content7_bottom span{
	  font-size: 18px;
	  padding: 8px 0px;
	}
  }
  @media screen and (max-width: 840px) {
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 400%;
	}
  }
  @media screen and (max-width: 768px) {
	.partspace{
			margin: 8% auto!important;
	}
	  .bg-head-content {
	  top: 31%;
	  left: 3%;
	  width: 56%;
	}
	.bg-head-content .bg-head-bottom {
	  width: 90%;
	}
	.bg-head-content .bg-head-bottom div img {
	  display: block;
	}
	.bg-head-content .bg-head-bottom div:nth-of-type(1) {
	  width: 20%;
	}
	.bg-head-content .bg-head-bottom div:nth-of-type(1) img:nth-of-type(1) {
	  margin-top: 12%;
	  margin-left: 34%;
	}
	.bg-head-content .bg-head-bottom div:nth-of-type(1) img:nth-of-type(2) {
	  margin-top: -25%;
	  width: 40%;
	  right: -76%;
	}
	.bg-head-content .bg-head-bottom div:nth-of-type(2) {
	  margin-left: 13%;
	  width: 22%;
	}
	.bg-head-content .bg-head-bottom > img {
	  display: block;
	  margin-top: 5%;
	  width: 20%;
	}
	.bg-head-content .sxs {
	  display: block!important;
	  width: 80%;
	}
	.bg-head-content .head-bottom-text img {
	  width: 80%;
	}
	  .content1 .jsp {
	  width: 100%;
	}
	  .content1 .jsp ul {
	  width: 100%;
	  flex-wrap: wrap;
	}
	  .content1 .jsp ul li {
	  width: 25%;
	}
	  .content1 .jsp ul li:not(:last-child) {
	  margin-right: 2%;
	}
	  .content2 .subhead h4 {
	  color: #1D98CD;
	  position: relative;
	}
	  .content2 .up li:not(:last-child) {
	  width: 25%;
	  margin-right: 0;
	}
	  .content2 .up li button::after {
	  width: 102%;
	  left: -1%;
	}
	  .content2 button {
	  font-size: 3vw;
	  padding: 9px 14px;
	}
	  .cold_light ul li .cold_light_text {
	  top: 32%;
	  right: 0%;
	  width: 52%;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(1) {
	  font-size: 26px;
	}
	  .cold_light ul li .cold_light_text p:not(:first-child) {
	  margin-top: 5%;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(2) {
	  font-size: 20px;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(3) {
	  font-size: 16px;
	}
	  .cold_light ul li img:nth-of-type(1) {
	  display: none;
	}
	  .cold_light ul li img:nth-of-type(2) {
	  display: inline-block;
	}
	  .content3 {
	  width: 100%;
	  margin: 10% auto;
	}
	  .content3 .subhead {
	  display: block;
	}
	  .content3 .subhead h4 {
	  color: #1D98CD;
	  position: relative;
	}
	  .content3 .content3-neirong {
	  display: block;
	  margin: 10% auto;
	}
	  .content3 .content3-neirong .left_style {
	  flex: none;
	}
	  .content3 .content3-neirong .left_style .left_text {
	  margin: 7% auto;
	  width: 88%;
	  box-sizing: border-box;
	  font-size: 20px;
	  line-height: 1.5em;
	  letter-spacing: normal;
	}
	  .content3 .content3-neirong .right_style {
	  flex: none;
	}
	  .content3 .content3-neirong .right_style .subhead {
	  display: none;
	}
	  .content4 .subhead h4 {
	  font-size: 18px;
	}
	  .content4 .subhead hr {
	  width: 35px;
	}
	  .content4 img:nth-of-type(1) {
	  display: none;
	}
	  .content4 img:nth-of-type(2) {
	  display: inline-block;
	}
	  .content4 .all_button {
	  position: absolute;
	  margin-top: -12.33vw;
	}
	  .content4 .all_button button {
	  font-size: 2.5vw;
	}
	  .content4 .all_button button:first-child {
	  margin-top: 1.4vw;
	}
	  .content5_2 .content5-bottom {
	  width: 100%;
	  min-width: unset;
	  margin-top: 5%;
	}
	  .content5_2 .content5-bottom .content5-bottom-item {
	  margin-top: 2%;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  margin: 10px auto;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  padding-right: 10px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 380%;
	}
	  .content5_2 .content5_bottom2 span{
			padding:7px 0px;
	  width:121px;
	  font-size:15px;
	  margin-left:10%;
	}
	.content5_2 .content5-bottom .content5-circle ul li{
		padding: 0%;
		font-size: 20px;
    	line-height: 40px;
	}
	  .dsd_bg img:nth-of-type(1) {
	  display: none;
	}
	  .dsd_bg img:nth-of-type(2) {
	  display: inline-block;
	}
	  .dsd_bg .dsd_text {
		width: 96%;
		top: 3%;
		left: 2%;
	}
	  .dsd_bg .dsd_text .dsd_text_up {
	  line-height: unset;
	}
	  .dsd_bg .dsd_text .dsd_text_up p:first-child {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin: unset;
	}
	.dsd_bg .dsd_text .dsd_text_up p span{
		font-size: 1.6rem;
		-webkit-text-stroke: unset;
		letter-spacing: unset;
		text-shadow: unset;
		margin-left: unset;
	}
	  .dsd_bg .dsd_text .dsd_text_up p:last-child {
	  font-size: 0.6rem;
	  line-height: 1.5em;
	  margin: 3% auto 0;
	  text-align: justify;
	}
	  .dsd_bg .dsd_text .dsd_text_down {
	  margin-top: 3%;
	}
	.dsd_bg .dsd_text .dsd_text_down ul{
		display: block;
	}
	  .dsd_bg .dsd_text .dsd_text_down ul li {
		display: inline-block;
		font-size: 0.6rem;
		padding: 1.5% 2%;
		line-height: 1.5em;
		width: unset;
		margin: 0;
	}
	.dsd_bg .dsd_text .dsd_text_down ul li:nth-of-type(2){
		margin: 2% 0;
	}
	 .anli_mb .mb6_bottom ul li {
	  width: 100%;
	}
	 .anli_mb .mb6_bottom ul li:nth-of-type(2),
	 .anli_mb .mb6_bottom ul li:nth-of-type(3){
	  margin: 2% auto;
	}
	 .anli_mb .mb6_bottom ul li > span {
	  display: block;
	  color: #0870A4;
	  margin: 5px 0;
	  font-size: 22px;
	}
	 .anli_mb .mb6_bottom ul li .img_text {
	  width: 50%;
	  float: left;
	}
	 .anli_mb .mb6_bottom ul li p {
	  display: none;
	}
	 .anli_mb .right_bottom3 p a{
	  font-size: 15px;
	}
	  .content6 .price_wrapper {
	  width: 90%;
	  margin: 5vw auto 0;
	}
	  .content6 .price_wrapper .price_img {
	  float: none;
	  width: 100%;
	}
	  .content6 .price_wrapper .price_content {
	  float: none;
	  width: 100%;
	  margin-left: 0;
	}
	  .content6 .price_wrapper .price_content .introduce {
	  font-size: 20px;
	  margin: 5% auto;
	}
	  .content6 .price_wrapper .price_content table {
	  width: 100%;
	  margin: 3% auto;
	}
	  .content6 .price_wrapper .price_content table tr:first-child {
	  font-size: 3.2vw;
	}
	  .content6 .price_wrapper .price_content table tr td:not(:last-child) {
	  font-size: 3vw;
	}
	  .content6 .price_wrapper .price_content table tr td:last-child {
	  font-size: 3.5vw;
	}
	  .content7 .doctor {
	  width: 82%;
	  margin: 5% auto;
	}
	  .content7 .doctor .doctor_img {
	  float: none;
	  width: 100%;
	  margin: 0 auto;
	  max-width: 400px;
	}
	.content7 .doctor:nth-child(3) .doctor_img{
		float: unset;
	}
	  .content7 .doctor .doctor_img img {
	  width: 100%;
	}
	  .content7 .doctor .doctor_introduction {
	  float: none;
	  margin: 0 auto;
	  width: 100%;
	}
	  .content7 .doctor .doctor_introduction .data {
	  text-align: center;
	}
	  .content7 .doctor .doctor_introduction .data ul {
	  text-align: left;
	}
	  .content7 .doctor .doctor_introduction .data span:first-child {
	  font-size: 24px;
	  font-weight: bold;
	}
	  .content7 .doctor .doctor_introduction .spcially {
	  margin-left: 0;
	}
	  .content7 .doctor .doctor_introduction .spcially button {
	  float: none;
	  display: block;
	  margin: 8% auto;
	}
	  .content7 .doctor .doctor_introduction .spcially .scxm_text::after {
	  width: 100%;
	}
	  .content7 .doctor .doctor_img .consult p {
	  font-size: 18px;
	  margin-top: 25%;
	}
	  .content7 .doctor:nth-child(3) .doctor_introduction {
	  margin: 0 auto;
	}
	  .content7 .doctor:nth-child(3) .doctor_introduction button {
	  float: none;
	  display: block;
	  margin: 8% auto;
	}
	  .content7 .doctor:nth-child(3){
			margin-top:15%;
	}
	  .content7 .content7_bottom span{
			padding:7px 0px;
	  width:121px;
	  font-size:15px;
	  margin-left:11%;
	}
	  .content8{
			margin-top: 10%;
	}
	  .content8 .content-bg img:nth-of-type(1) {
	  display: none;
	}
	  .content8 .content-bg img:nth-of-type(2) {
	  display: block;
	}
	 .content8 .subhead{
		width: unset;
		padding: 3% 0;
		top: 1%;
	}
	  .content8 .subhead h4 {
	  font-size: 25px;
	}
	  .content8 .subhead hr {
	  width: 30px;
	  margin-top: 5px;
	}
	  .content8 .subhead p {
	  margin-bottom: 0;
	  font-size: 14px;
	  margin-top: 5px;
	}
	  .content8 .hot_response {
	  flex-direction: column;
	  margin-top: 0;
	  bottom: 3%;
	}
	  .content8 .hot_response .hot_response-item {
	  width: 80%;
	  margin: 0 auto;
	}
	  .content8 .hot_response .hot_response-item:nth-child(2) {
	  margin: 5% auto;
	}
	  .content8 .hot_response .hot_response-item .hot_resonse-qa {
	  margin-top: 2%;
	}
	  .content8 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(1) {
	  font-size: 2vw;
	  width: 3vw;
	  height: 3vw;
	  text-align: center;
	  line-height: 3vw;
	}
	  .content8 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2) {
	  width: 90%;
	  margin-left: 1%;
	  font-size: 20px;
	  line-height: 1.5em;
	  padding-top: 0.5%;
	}
	 .content8 .hot_response .hot_response-item .hot_resonse-qa:nth-of-type(2) span:nth-child(2){
		font-size: 18px;
	}
	  .subhead h4 {
	  font-size: 25px;
	}
	  .subhead hr {
	  width: 40px;
	  border: 1px solid #42b0e0;
	  margin-top: 5px;
	}
	  .subhead p {
	  font-size: 14px;
	  margin-top: 5px;
	  margin-bottom: 20px;
	}
  }
  @media screen and (max-width: 700px) {
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 350%;
	}
  }
  @media screen and (max-width: 620px) {
	  .content5_2 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text {
	  padding-left: 10px;
	  padding-top: 0px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-img {
	  margin-top: 10px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text {
	  padding-top: 7px;
	}
	  .content5_2 .content5-bottom .content5-circle {
	  top: 70px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 310%;
	}
  }
  @media screen and (max-width: 550px) {
	.cold_light ul li .cold_light_text {
	  top: 22%;
	}
  }
  @media screen and (max-width: 530px) {
	body   .dsd_bg .dsd_text .dsd_text_down ul li span {
	  display: -webkit-box;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	}
  }
  @media screen and (max-width: 500px) {
	.dsd_bg .dsd_text .dsd_text_up p:last-child{
		font-size: 0.65rem;
	}
	.dsd_bg .dsd_text .dsd_text_up p:first-child {
		text-shadow: 0px 0.2rem 0.1rem rgb(15 86 117 / 30%);
		-webkit-text-stroke: 1px #FFFFFF;
	}
	.content2 button{
		font-size: 0.8rem;
	}
	 .cold_light ul li .cold_light_text {
    top: 25%;
    right: 1%;
    width: 50%;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(1) {
	  font-size: 1rem;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(2) {
	  font-size: 0.85rem;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(3) {
		  display: block;
	  font-size: 0.85rem;
	}
	  .cold_light ul li .cold_light_text p:nth-of-type(4) {
	  font-size: 0.65rem;
	  padding:4px;
	}
	.content3 .content3-neirong .left_style .left_text{
		font-size: 1.1rem;
	}
	  .content5_2 .content5-bottom .content5-bottom-item:not(:nth-of-type(1)) {
	  margin-top: 30px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text h5 {
	  margin: 10px auto;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  font-size: 17px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  font-size: 15px;
	  overflow: hidden;
	}
	  .content5_2 .content5-bottom .content5-circle {
	  top: 58px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li::after {
	  top: -8px;
	  left: -9px;
	  padding: 23px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 510%;
	}
	  .content6 .price_wrapper .price_content .introduce {
	  font-size: 1.1rem;
	}
	  .content6 .price_wrapper .price_content table tr:first-child{
		font-size: 1.1rem;
	}
	  .content6 .price_wrapper .price_content table tr td:not(:last-child){
		font-size: 0.95rem;
	}
	  .content6 .price_wrapper .price_content table tr td:last-child{
		font-size: 1rem;
	}
	  .content7 .doctor{
		  max-width: unset;
		  width: 93%;
	}
	  .content7 .doctor .doctor_img{
	  width: 70%;
	}
	  .content7 .doctor .doctor_img .consult p {
	  font-size: 16px;
	  margin-top: 28%;
	}
	  .content7 .doctor .doctor_introduction .data span:first-child{
	  font-size: 22px;
	}
	  .content7 .doctor .doctor_introduction .data span:nth-child(2){
	  font-size: 16px;
	}
	  .content7 .doctor .doctor_introduction .data{
	  margin-top: 6.5%;
	}
	  .content7 .doctor .doctor_introduction .data ul li{
	  font-size: 17px;
	}
	  .content7 .doctor .doctor_introduction .spcially div:nth-child(2) span{
		 font-size:16px;
	}
	  .content7 .doctor .doctor_introduction .spcially button{
	  font-size: 16px;
	}
	  .content7 .doctor:nth-child(3) .doctor_img{
	  float: unset;
	}
	  .subhead h4{
	  font-size: 1.3rem;
	}
	 .content7 .doctor .doctor_introduction .spcially .scxm_text{
		  height:35px;
	}
	 .content7 .doctor .doctor_introduction .spcially .scxm_text:before{
	  top:18px;
	  font-size:19px;
	}
	 .content8 .subhead h4{
		font-size: 1.4rem;
	}
	 .content8 .subhead p{
		font-size: 0.9rem;
	}
	 .content8 .hot_response .hot_response-item{
		width: 88%;
	}
	 .content8 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(1){
		font-size: 14px;
		width: 16px;
		height: 16px;
		line-height: 16px;
	}
	 .content8 .hot_response .hot_response-item{
		padding: 2% 3%;
    	box-sizing: border-box;
	}
	 .content8 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2){
		line-height: 23px;
		font-size: 1rem;
	}
	 .content8 .hot_response .hot_response-item .hot_resonse-qa:nth-of-type(2) span:nth-child(2){
		 display: block;
		font-size: 0.9rem;
	}
	.content8 .hot_response .hot_response-item .hot_resonse-qa:nth-of-type(2){
		margin-top: 1%;
	}
	.content8 .hot_response .hot_response-item:nth-child(2){
		margin: 3% auto;
	}
  }
  @media screen and (max-width: 440px) {
	body   .content3 .subhead h4::after {
	  left: 45%;
	}
	.content5_2 .content5-bottom .content5-bottom-item .content5-b-item-img img {
		display: none;
	  }
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-img img:nth-of-type(2){
		display: block;
	  }
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
		margin-top: 600%;
	  }
  }
  @media screen and (max-width: 400px) {
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  font-size: 15px;
	}
	  .content5_2 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  font-size: 13px;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 500%;
	}
	  .content5_2 .content5-bottom .content5-circle ul li:nth-of-type(3),
	  .content5_2 .content5-bottom .content5-circle ul li:nth-of-type(4),
	  .content5_2 .content5-bottom .content5-circle ul li:nth-of-type(5){
	  	margin-top: 450%;
	}
	  .content5_2 .content5-bottom .content5-bottom-item:not(:nth-of-type(1)){
		 margin-top:20px;
	}
  }
  @media screen and (max-width: 353px) {
	body   .content3 .subhead h4::after {
	  left: 44%;
	}
  }
  