.top_banner {
	top: 146px;
	position: relative;
	
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	height: 443px;
	background: url('../../pic/bgbanner/royallee-page-bg.png') no-repeat center top;
	background-size: 100% auto; /* 宽度100%，高度自动 */
}

.top_banner .top_bg{width: 80%;}
.top_banner .top_bg .title{font-family: Poppins;
font-size: 60px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: #FFFFFF;}
.top_banner .top_bg .breadcrumb{margin-top: 0px;width: 100%;}
.top_banner .top_bg .breadcrumb li{color: #FFFFFF}
.top_banner .top_bg .breadcrumb li a{color: #FFFFFF}
.top_banner .top_bg .breadcrumb li .current{font-family: Poppins;
font-weight: 700;
font-size: 16px;color: #FFFFFF}
 /* 分隔符样式 */
.top_banner .top_bg .breadcrumb li:not(:last-child)::after {
            content: "/";
            margin: 0 8px;
            color: #FFFFFF;
        }
        .top h1{width: 100%;font-family: Poppins;
font-size: 42px;
font-weight: bold;
line-height: normal;
text-align: center;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: #373737;}       
        .top h2{width: 100%;font-family: Poppins;
font-size: 36px;
font-weight: bold;
line-height: normal;
text-align: center;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: #373737;}
        .top h3{font-family: Poppins;
font-size: 28px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #373737;}
.top h4{font-family: Poppins;
font-size: 24px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #222222;}
        .top h5{width: 100%;font-family: Poppins;
font-size: 20px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #515151;}
 .top h6{width: 100%;font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #515151;}
.txt{font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #515151;}
.view{display: flex;}
        .view .icon{width: 113px;} 
        .view .txt{flex: 1;font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: normal;
letter-spacing: 0em;

color: #373737;}
        .view .txt .font-green{font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: rgba(2, 100, 90, 0.9686)}

.technique_content {
	margin-top: 180px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* display: inline-block; */
}

.techniques_list {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: inline-block;
}

.techniques_list li {
	display: inline-block;
	width: calc(25% - 25px);
	height: 480px;
	margin-right: 20px;
	text-align: center;
	padding-top: 20px;
}

.techniques_list li:hover {
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px rgba(58, 58, 58, 0.27)
}

.techniques_list li:hover .btn-yellow {
	display: block;
}

.techniques_list li img {
	width: 200px;
	height: 200px;
}

.techniques_list li .technology-title {
	/* height: 42px; */
	opacity: 1;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #373737;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
}

.techniques_list li .technology-txt {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	margin-top: 30px;
	color: #6F6F6F;
	font-variation-settings: "opsz" auto;
	padding-left: 20px;
	padding-right: 20px;
}

.techniques_btn {
	width: 100%;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.techniques_btn .choose_btn {
	width: 239px;
}

.techniques_list li .btn-yellow {
	display: none;
	margin-top: 20px;
	height: 20px;
	opacity: 1;
	font-family: Poppins;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0em;
	text-decoration: underline;
	font-style: italic;
	font-variation-settings: "opsz" auto;
	color: #C57D17;
}

.technique_view {
	width: 80%;
	margin-bottom: 20px;
}

.technique_content_info {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.section_content {
	position: relative;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 50px;
}

#bginfo {
	width: 100%;
	height: 680px;
}

#bginfo #info1 {
	position: absolute;
	width: 40%;
	height: 680px;
	left: 0px;
	background: rgba(2, 100, 90, 0.9686);
}

#bginfo #info1 span {
	position: absolute;
	left: 189px;
	top: 72px;
	width: 246px;
	height: 216px;
	opacity: 1;
	font-family: Poppins;
	font-size: 48px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #FFFFFF;
}

#bginfo #info2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 60%;
	height: 680px;
	right: 0px;
	background: rgba(2, 100, 90, 0.07);
}

#info2 .info2-item {
	position: absolute;
	display: inline-block;
	padding-top:16px;
	padding-bottom:16px;
	left: -50px;
	width: 968px;
	opacity: 1;
	margin-bottom: 36px;
	z-index: 99;
	background: #FFFFFF;
}

#info2 #info2-item1{
	top: 60px; 
	height:145px;
}
#info2 #info2-item2{
	top: 260px;
	height:145px;
}
#info2 #info2-item3{
	top: 455px;
	height:170px;
}

#info2 #info_num {
	width: 100px;
	height:120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	font-family: Poppins;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #0A695F;
}



#info2  .item-content {
	float-left: 100px;
	width: calc(968px - 100px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info2 .item-content .title {
	position: absolute;
	left: 105px;
	top: 16px;
	width: 100%;
	height: 36px;
	opacity: 1;
	font-family: Poppins;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: rgba(2, 100, 90, 0.9686);
}

#info2  .item-content .desc {
	position: absolute;
	float: right;
	padding-left:5px;
	top: 60px;
	width: 814px;
	height: 60px;
	opacity: 1;
	font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #373737;
	left: 100px;
}



#info2 #item1 {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: -50px;
	width: 968px;
	height: 133px;
	opacity: 1;
	margin-bottom: 36px;
	z-index: 99;
	background: #FFFFFF;
}

#info2 #item2, #info2 #item3, #info2 #item4 {
	position: absolute;
	display: inline-block;
	top: 150px;
	left: 0px;
	width: 968px;
	height: 133px;
	opacity: 1;
	margin-bottom: 36px;
	z-index: 99;
	background: #FFFFFF;
}

#info2 #item1 #info_img {
	width: 100px;
	height: 133px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info2 #item1 .item-content {
	float-left: 100px;
	width: calc(968px - 100px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info2 #item1 .item-content .title {
	position: absolute;
	left: 105px;
	top: 16px;
	width: 100%;
	height: 36px;
	opacity: 1;
	font-family: Poppins;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: rgba(2, 100, 90, 0.9686);
}

#info2 #item1 .item-content .desc {
	position: absolute;
	float: right;
	top: 60px;
	width: 780px;
	height: 57.78px;
	opacity: 1;
	font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #373737;
	left: 110px;
}

#technique_view_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.technique_banner_box {
	width: 80%;
}

.technique_title {
	opacity: 1;
	font-family: Poppins;
	font-size: 42px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	text-align: center;
	font-variation-settings: "opsz" auto;
	color: #2C2C2C;
}

#technique-banner {
	position: relative;
	float: left;
	height: 245px;
	margin-top: 20px;
	margin-bottom: 200px;
	overflow: hidden;
}



.swiper-slide .swiper_title {
	opacity: 1;
	width: 80%;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	color: #2C2C2C;
}

.technique-swiper-button-prev, .technique-swiper-button-next {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 85px;
	height: 85px;
	opacity: 0.3;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0D6157;
	z-index: 99;
	overflow: visible;
}

.technique-swiper-button-prev {
	left: 0;
}

.technique-swiper-button-next {
	right: 0;
}

.technique-swiper-button-prev:hover, .technique-swiper-button-next:hover
	{
	background: #02645A;
	opacity: 1;
}

#section_detail{
	position: relative;
	width:100%;
	top: 220px;
	bottom:30px;
	display: flex;
		flex-direction: column;
	justify-content: center;
	align-items: center;
}

#section_detail .telemedicine_detail{
	width:80%;
	
}
.telemedicine_detail .telemedicine_list{
	position: relative;
	font-family: Poppins;
	letter-spacing: 0em;

font-variation-settings: "opsz" auto;
	padding:0px;
}
.telemedicine_detail ul{padding:0px;}
.telemedicine_detail .telemedicine_list .telemedicine_item{
	width:48%;
	display: inline-block;
	margin-bottom:18px;
	vertical-align: top;
}

.telemedicine_detail ul #telemedicine_itemid_1{
	display: inline-block;
	text-align: center;
	margin-right:18px;
	height:600px;
}
.telemedicine_detail ul #telemedicine_itemid_1 img{
	/* width: 100%; */
	/* height:auto; */
}
.telemedicine_detail ul #telemedicine_itemid_2{
	display: inline-block;
	padding:50px 30px;
	height:600px;
}
.telemedicine_detail ul #telemedicine_itemid_3{
	margin-right:18px;
	background: #EDF4F3;
	height: 360px;
	padding:50px 50px 0 30px;
}
.telemedicine_detail ul #telemedicine_itemid_3 img, .telemedicine_detail ul #telemedicine_itemid_4 img,.telemedicine_detail ul #telemedicine_itemid_5 img, 
.telemedicine_detail ul #telemedicine_itemid_6 img{
	width:88px;
	height:88px;
	background: #FFFFFF;
	  border-radius: 50%; /* 设置边框半径为50%，形成圆形 */
  object-fit: cover; /* 确保图片内容填充整个容器，超出的部分会被裁剪 */
}

.telemedicine_detail ul .tips_content{
	width:calc(100% - 120px);
	float:right;
}
.telemedicine_detail ul #telemedicine_itemid_4{
	background: #02645A;
	height: 360px;
	padding:50px 50px 0 30px;
}
.telemedicine_detail ul #telemedicine_itemid_5{
	margin-right:18px;
	background: #02645A;
	height: 360px;
	padding:50px 60px 0 30px;
}
.telemedicine_detail ul #telemedicine_itemid_6{
	background: #EDF4F3;
	height: 360px;
	padding:50px 160px 0 30px;
}
.telemedicine_detail ul #telemedicine_itemid_7{
	padding:30px;
	margin-right:18px;
	height: 700px;
}
.telemedicine_detail ul #telemedicine_itemid_8{
	padding:40px 0 0 0;
	text-align: center;
	height: 700px;
}

.telemedicine_detail ul  li .tips_title{
	opacity: 1;
padding-bottom:30px;
font-size: 42px;
font-weight: 600;
line-height: normal;
height:126px;
color: #2C2C2C;
}

.telemedicine_detail ul  li .tips_txt{
	opacity: 1;
margin-top:30px;
font-size: 16px;
font-weight: 500;
line-height: normal;
color: #2C2C2C;
}
.telemedicine_detail ul .telemedicine_pic{
	float:left;
	width:88px;
	height:360px;
		
}
.telemedicine_detail ul  li .tips_title_norma{
	opacity: 1;
font-size: 24px;
font-weight: bold;
line-height: normal;

	margin-bottom:25px;
}
.telemedicine_detail ul  li .tips_title_green{

color: #02645A;
}
.telemedicine_detail ul  li .tips_title_white, .telemedicine_detail ul  li .tips_txt_white{
	color: #FFFFFF;
}
.telemedicine_detail ul  li .tips_txt_grey{
	opacity: 1;

font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;

color: #373737;
}

.btn{padding: 25px 56px; font-family: Poppins;border-radius: 6px;
font-size: 16px;
font-weight: bold;
line-height: 16px;
text-align: center;
letter-spacing: 0em;color: #373737;}
.green-btn{color: #FFFFFF;background: rgba(13, 97, 87, 0.9686);}

.consultation-sec{margin-top: 144px;	position: relative;width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;padding: 60px 0;} 
        .consultation-sec .content{width: 80%;display: flex;}
 .consultation-sec .content .left, .consultation-sec .content .right{flex: 1;min-width: 200px; } 
      
        .consultation-sec .content .left{
	padding-right: 30px;
        } 
         .consultation-sec .content .left .top{width: 100%;}
         .consultation-sec .content .left .top h2{text-align: left;} 
        .consultation-sec .content .left  .txt{margin-top: 40px; width: 100%; text-align: left;}
        .consultation-sec .content .left .btn-txt{margin-top: 200px;width: 100%;}
        .consultation-sec .content .right .swiper-container, .consultation-sec .content .right .swiper-container .swiper-wrapper, 
        .consultation-sec .content .right .swiper-container .swiper-slide{width: 100%;}
        .consultation-sec .content .right .swiper-container .swiper-slide img{width: 100%;}
.telemedicine-mdt-prev, .telemedicine-mdt-next {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 85px;
	height: 85px;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	z-index: 99;
	overflow: visible;
}

.telemedicine-mdt-prev {
	background: #FFFFFF;
	left: 0;
}

.telemedicine-mdt-next {
	background: #0D6157;
	right: 0;
}

        .what-sec, .patient-sec, .time-sec{width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;padding: 60px 0;}
        .what-sec .top, .patient-sec .top, .time-sec .top{width: 80%;display: flex;}
        .what-sec .top .left, .what-sec .top .right{width: 50%;flex: 1;}
         .what-sec .top .right .txt{padding-left: 100px;}
        
.section_services{
	padding: 60px 0;
	width: 100%;
	display: flex;
	min-height: 769px;
	height:auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		background: url('../../../pic/detail/services_hotel.png') no-repeat center center;
	background-size: 100% auto;
}
.section_services .services_content{
	width:80%;
	height:auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section_services .services_content .services_name{
	margin-top:-120px;
	font-family: Poppins;

font-weight: bold;
line-height: normal;
text-transform: capitalize;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: rgba(2, 100, 90, 0.9686);
}
.section_services .services_content .services_subname{
	
	font-family: Poppins;
font-size: 42px;
font-weight: bold;
line-height: normal;
text-transform: capitalize;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #333333;
}
.section_services .services_content  .services_list{
	 position: relative;
	width: 100%;
margin-top: 30px;
	display: flex;
	height: auto;
}
.section_services .services_content  .services_list .services_item{
	flex:1;
	
}
.section_services .services_content li:nth-child(2) {
  position: relative;
  padding-top: 80px; /* 调整这个值使得低于同行的li元素 */
}
.section_services .services_content li:nth-child(3) {
  position: relative;
  top: 45px; /* 调整这个值使得低于同行的li元素 */
}
.section_services .services_content  .services_list .services_item .services_grid{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section_services .services_content  .services_list .services_item .services_grid .services_grid_img{
	width: 141px;
height: 141px;
opacity: 1;

background: #FFFFFF;

box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section_services .services_content  .services_list .services_item .services_grid .services_grid_img img{
	width:141px;
	height:141px;
	margin:auto;
}
.section_services .services_content  .services_list .services_item .services_grid .services_grid_name{
	margin-top:45px;
	font-family: Poppins;
font-size: 24px;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #333333;
}
.section_services .services_content  .services_list .services_item .services_grid .services_grid_desc{
	margin-top:20px;
	font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
text-align: center;
letter-spacing: 0em;
color: #333333;
}
.section_services .services_content  .services_list li:nth-child(2) .services_grid .services_grid_desc, .section_services .services_content  .services_list li:nth-child(3) .services_grid .services_grid_desc{margin-top: 44px;}

.remote-sec{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	background: url('../../pic/detail/mdt/mdt_bg.png') no-repeat center center;
	background-size: 100% auto;
}
.remote-sec .top{width: 80%;}
.remote-sec .content{width: 80%;margin-top: 10px;display: flex;/* flex-direction: column; */
	justify-content: center;
	/* align-items: center; */}
.remote-sec .content .left, .remote-sec .content .right{flex: 1;}
.remote-sec .content .left{padding-right: 30px;}
.remote-sec .content .left .list{width: 100%;}
.remote-sec .content .item{margin-top: 30px;}
.remote-sec .content .item .view .icon{width: 97px;
height: 97px;
display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
border-radius: 50%;
background: #02645A;}
.remote-sec .content .item .view .txt{padding-left: 20px;}
.remote-sec .content .right .list li:not(:first-child){margin-top: 50px;}

.patient-sec .top{justify-content: center;align-items: center;}
.patient-sec .top .left, .patient-sec .top .right, .time-sec .top .left, .time-sec .top .right{flex: 1;}
.patient-sec .top .left h2, .time-sec .top .left h2{width: 100%;text-align: left;}
.patient-sec .top .left .txt, .time-sec .top .left .txt{margin-top: 15px;}
.patient-sec .top .right .list{display: flex;}
.patient-sec .top .right .list li{flex: 1;}

.time-sec .top{justify-content: center;}
.time-sec .top .right .txt{width: 100%;height: 100%;text-align: right;font-weight: 400;/* display: flex; */
  /* justify-content: flex-end;  */ /* 水平居右 */
  /* align-items: flex-end; */      /* 垂直居下 */
font-size: 18px;
color: #333333}
.time-sec .top .right .txt .font-green{font-weight: 800;
font-size: 72px;
font-variation-settings: "opsz" auto;color: #02645A}

.faq-sec{padding: 60px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
.faq-sec .content{width: 80%;}
.faq-sec .content{display: flex;}
.faq-sec .content .left{width: 30%;padding-right: 30px;}
.faq-sec .content .left .top h2{text-align: left;}
.faq-sec .content .left .top .font-green{color: #02645A;}
.faq-sec .content .right{flex: 1;}
.article_list{
	
	/* position:relative; */
	width: 100%;
	padding: 10px 10px 0 30px;
	margin-bottom:30px;
}

.article_list .article_item{
	border-bottom: 1px solid #ccc;
}

.article_list .article_item .article_toptitle{
	height: 42px;
opacity: 1;
margin-top:50px;
	margin-bottom:50px;
font-family: Poppins;
font-size: 28px;
font-weight: 600;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #2C2C2C;
}

.article_list .article_item .article_title{
	padding-top:15px;
	padding-bottom:15px;
	font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #9B9B9B;}
	
	.article_list .article_item .article_title i{float:right;color: #9B9B9B;margin-top:5px;}

.article_list .article_item .article_content{
	background: #F7F7F7;

border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #D8D8D8;
	font-family: Poppins;
font-size: 18px;
font-weight: normal;
line-height: 30px;
letter-spacing: 0em;
padding:10px 30px 20px;
font-variation-settings: "opsz" auto;
color: #2C2C2C;
}

.article_list .article_item .article_content p{
	font-family: Poppins;
font-size: 18px;
font-weight: normal;
line-height: 30px;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #2C2C2C;
}
.article_list li{
	font-family: Poppins;
font-size: 18px;
font-weight: normal;
line-height: 40px;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #2C2C2C;
}
.article_list li .name01{
	margin-top:60px;
}
.article_list li .last{
	margin-top:60px;
}

@media only screen and (max-width:768px) {
.top_bg{
		height:auto;
	}
	.top_bg .title{
		
		height:auto;
		padding-left:10px;
	}
	.top h2, .top_bg .title,.top_banner .top_bg .title{font-size: 20px;}
.top h3{font-size: 18px;}
.top h4{font-size: 16px;}
.top_banner{top: 120px;height: auto;}
 .top_banner .top_bg{width: 100%;}
  .top_banner .top_bg .top_title{font-size: 20px;padding: 10px;}
	.top_banner .top_bg  .breadcrumb{padding: 0;padding-left: 10px;}
	.technique_top_banner{
		height:auto;
		top:130px;
	}
	.technique_top_bg{
		height:auto;
	}
	.technique_top_bg .technique_title{
	font-size:30px;
		height:90px;
	}
	.technique_top_bg .technique_tips {
		height:30px;
     }
     
#section_detail .telemedicine_detail {
  width:100%;
}
     
.telemedicine_detail .telemedicine_list .telemedicine_item {
  width: 100%;
  display: block;
  margin-bottom: 5px;
	height:auto;
	padding:10px;
}
.telemedicine_detail .telemedicine_list #telemedicine_itemid_1,.telemedicine_detail .telemedicine_list #telemedicine_itemid_8,
.telemedicine_detail .telemedicine_list #telemedicine_itemid_1 img, .telemedicine_detail .telemedicine_list #telemedicine_itemid_8 img{
	width:100%;
	height:auto;
	padding:10px;
}
 .telemedicine_detail ul #telemedicine_itemid_2,.telemedicine_detail ul #telemedicine_itemid_4, .telemedicine_detail ul #telemedicine_itemid_7{
 	width:100%;
	height:auto;
 	padding:10px;
}
.telemedicine_detail ul  li .tips_title{
	width:100%;
padding-bottom:10px;
font-size: 30px;

height:90px;

}

.telemedicine_detail ul  li .tips_txt{
	height:auto;
	width:100%;
}
.telemedicine_detail ul #telemedicine_itemid_3, .telemedicine_detail ul #telemedicine_itemid_5 {
  margin-right: 0px;
  height: 300px;
  padding: 10px;
	
}
.telemedicine_detail ul #telemedicine_itemid_4,.telemedicine_detail ul #telemedicine_itemid_6{margin-right: 0px;height: 250px;padding: 10px;}
.telemedicine_detail ul .tips_content{width:calc(100% - 45px);height:auto;}
.telemedicine_detail ul #telemedicine_itemid_3 img, .telemedicine_detail ul #telemedicine_itemid_4 img, .telemedicine_detail ul #telemedicine_itemid_5 img, .telemedicine_detail ul #telemedicine_itemid_6 img {
  width: 40px;
  height: 40px;
}

.telemedicine_detail ul li .tips_title_white, .telemedicine_detail ul li .tips_txt_white {
	width:100%;
}
.telemedicine_detail ul li .tips_title_white, .telemedicine_detail ul li .tips_title_green{
	height: 60px;
}
.telemedicine_detail ul li .tips_txt_white {height:auto;}
.section_content{margin-top:240px;height:auto;}

#bginfo{height:820px;display:block;padding:10px;}
#bginfo #info1{width:100%;height:70px;}
#bginfo #info1 span{width:100%;height:70px;font-size:30px;top:10px;left:10px;}
#bginfo #info2{width:88%;margin-top:70px;padding:10px;height:auto;}
#info2 .info2-item{
	width:120%;
	height:220px;
}
#info2 #info_num{width:80px;}
#info2 .item-content{width:80%;height:auto;}

#info2 .item-content .title {width:80%;left:80px;height:auto;}

#info2 .item-content .desc{width:78%;left:80px;margin-top:20px;margin-right:15px;height:auto;padding-right:10px;}
#info2 #info2-item1{top:20px;}
#info2 #info2-item1 .item-content .desc{margin-top:20px;height:150px;}
#info2 #info2-item2 {
  top: 240px;}
#info2 #info2-item3 {
  top: 480px;}
.section_services{margin-top:140px;height:auto;background:none;}
.section_services .services_content .services_subname{font-size:18px;}
.section_services .services_content .services_list{margin-top:20px;}
.section_services .services_content .services_list .services_item{width:100%;margin-right:0;margin-bottom:10px;}
.section_services .services_content li:nth-child(2) {
  top: 0px; /* 调整这个值使得低于同行的li元素 */
}
.section_services .services_content li:nth-child(3) {
  top: 0px; /* 调整这个值使得低于同行的li元素 */
}

.btn{padding: 7px 8px;}

.consultation-sec,.what-sec, .patient-sec, .time-sec, .remote-sec{padding: 20px 0;}
.consultation-sec .content, .what-sec .top, .patient-sec .top, .time-sec .top, .section_services .services_content, .remote-sec .content, .remote-sec .content{width: 95%; display: block;}
.consultation-sec .content .left, .remote-sec .content .left{width: 100%;padding-right: 0;}
.consultation-sec .content .left .txt{margin-top: 10px;}
.consultation-sec .content .left .btn-txt{margin-top: 30px;}
 .consultation-sec .content .right, .what-sec .top .left, .what-sec .top .right{width: 100%;margin-top: 10px;}
.what-sec .top .right .txt{padding-left: 0;}

.section_services{margin-top: 0px;padding: 20px 0;background: #F7F7F7;}
.section_services .services_content .services_list{display: block;}
.section_services .services_content li:nth-child(2){padding-top: 20px;}
.section_services .services_content li:nth-child(3){top: 20px;}

.remote-sec{background: none;}

.faq-sec {
    padding: 20px 0;}
.faq-sec .content{width: 95%;}
.faq-sec .content{display: block;}
.faq-sec .content .left, .faq-sec .content .right{width: 100%;padding-right: 0;}
.article_list{padding: 0}
	
	

}
