* {
  padding: 0;
  margin: 0;
}
ul,li{list-style: none;}
body {
  position: relative;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
.special_bigbanner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 80px;
}
.special_content_box {
  max-width: 1100px;
  width: calc(11000vw / 192);
  margin: 3% auto 0;
  padding-bottom: 2%;
text-align: center;
}
.special_content_box h1 {
  text-align: center;
  font-size: calc(600vw / 192);
  color: #333131;
  letter-spacing: 3px;
  line-height: 1.4;
}
.special_content_box h1 span {
  font-size: calc(720vw / 192);
  color: #f42b33;
}
.special_problem_box {
  margin-bottom: 10%;
}
.special_problem {
  margin: 5% 0 12%;
  display: flex;
  justify-content: space-evenly;
}
.special_problem .special_problem_item {
  width: 30%;
  text-align: center;
  position: relative;
}
.special_problem .special_problem_item img {
  width: 86%;
}
.special_problem_text {
  position: absolute;
  left: 0;
  bottom: -14%;
  width: 100%;
  height: 44%;
  background-color: #fd5c63;
  color: #fff;
  font-weight: bold;
  font-size: calc(240vw / 192);
  display: flex;
  align-items: center;
  line-height: 1.8;
  justify-content: center;
}
.special_problem_text::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(-120vw / 192);
  z-index: 1;
  border-right: calc(250vw / 192) #f42b33 solid;
  border-top: transparent calc(120vw / 192) solid;
}
.special_problem_text::before {
  content: '';
  position: absolute;
  right: 0;
  top: calc(-120vw / 192);
  z-index: 1;
  border-left: calc(250vw / 192) #f42b33 solid;
  border-top: transparent calc(120vw / 192) solid;
}
.special_explain {
  margin: 8% 0;
  display: flex;
  justify-content: space-between;
}
.special_explain  img {
  width: 46%;
  box-shadow: 0px 0px 35px 0px 
		rgba(244, 43, 51, 0.15);
	border-radius: 20px;  
}
.special_explain .special_explain_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.special_explain .special_explain_text p {
  font-size: calc(240vw / 192);
  letter-spacing: 2px;
  line-height: 1.6;
	color: #666666;
  text-align: left;
 }
 .special_type_box {
  margin: 8% 0;
 }
 .special_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3% 0;
 }
 .special_type_item {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
 }
 .special_type_item img {
  width: 80%;
  margin-bottom: 3%;
 }
 .special_type_item span {
    display: inline-block;
    color: #fff;
    background-color: #fd5c63;
    box-shadow: 0px 4px 8px 0px 
      rgba(72, 94, 127, 0.2);
    font-size: calc(200vw / 192);
    border-radius: 16px;
    font-weight: bold;
    padding: 5px calc(250vw / 192);
 }
.special_advantage_box {
  margin-top: 2%;
}
.special_advantage {
  margin-top: 6%;
}
 .special_advantage_item {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
 }
 .special_advantage_item img {
  width: 30%;
  box-shadow: 0px 0px 35px 0px 
		rgba(244, 43, 51, 0.15);
 }
 .special_advantage_item .special_advantage_info {
  width: 67%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .special_advantage_item .special_advantage_info h3 {
  color: #f42b33;
  font-size: calc(300vw / 192);
  margin-bottom: 3%;
 }
 .special_advantage_item .special_advantage_info p {
  color: #666666;
  font-size: calc(200vw / 192);
  line-height: 1.6;
  display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3; 
	overflow:hidden; 
	text-overflow:ellipsis; 
 }
 .special_step_box {
  margin-top: 8%;
 }
 .special_step {
  position: relative;
  margin: 10% 0 5%;
  padding-top: 5%;
  display: flex;
 }
 .special_step_line {
  position: absolute;
  width:87%;
  top: 5%;
  left: 6.5%;
  z-index: -1;
 }
 .special_step_item {
  width: 11%;
  margin-right: 6.5%;
 }
 .special_step .special_step_item:nth-of-type(1) {
  margin-top: -3%;
  margin-right: 5%;
 }
 .special_step .special_step_item:nth-of-type(2) {
  margin-top: 1%;
  margin-right: 7%;
 }
 .special_step .special_step_item:nth-of-type(3) {
  margin-top: -5%;
  margin-right: 7%;
 }
 .special_step .special_step_item:nth-of-type(4) {
  margin-top: -2%;
 }
 .special_step .special_step_item:nth-of-type(5) {
  margin-top: -8%;
 }
 .special_step .special_step_item:nth-of-type(6) {
  margin-top: -3%;
 }
 .special_step_item:last-child {
  margin-right: 0;
 }
 .special_step_item img {
  width: 100%;
 }
 .special_step_item h4 {
  color: #f42b33;
  font-size: calc(240vw / 192);
 }
 .special_step_item p {
  margin-top: 5%;
  color: #666;
  text-align: left;
  font-size: calc(140vw / 192);
  width: 110%;
  line-height: 1.6;
 }
 .special_team_box {
  margin: 8% 0;
 }
 .special_team img {
  width: 100%;
 }
 .special_team_title {
    display: flex;
    align-items: center;
    position: relative;
    margin: 6% 0 2%;
 }
 .special_team_title:first-child {
  margin-top: 2%;
 }
 .special_team_title  span {
  margin-top: 6px;
  flex: 1;
  height: 2px;
  position: relative;
  background-image: linear-gradient(90deg, 
  #f53f46 0%,
  #fddfe0 100%);
 }
 .special_team_title  span:first-child {
  background-image: linear-gradient(90deg, 
  #fddfe0 0%,
  #f53f46 100%);
 }
 .special_team_title  span:first-child::before {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f42b33;
 }
 .special_team_title  span:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f42b33;
 }
 .special_team_title h1 {
  margin: 0 calc(150vw / 192);
  color: #f42b33;
  font-size: calc(480vw / 192);
 }
 .special_team_title .stroke {
  position: absolute;
  top: calc(40vw / 192);
  color: #fff;
  z-index: -1;
  -webkit-text-stroke: 1px #f42b33;
 }  
 .special_team_text {
  font-size: calc(220vw / 192);
  line-height: 2.2;
  color: #0d0909;
  text-align: left;
  font-weight: bold;
 }
 .special_team_text span {
  font-size: calc(240vw / 192);
  color: #f42b33;
 }
 .flexsb {
  display: flex;
  justify-content: space-between;
  margin: 2% 0;
 }
 .flexsb img {
  width: 48%;
  box-shadow: 0px 4px 8px 0px 
		rgba(72, 94, 127, 0.2);
 }
 .tram_swiper {
  position: relative;
 }
 .tram_swiper .swiper {
  padding: 10px 20px 10px 0;
  text-align: left;
 }
 .tram_swiper .swiper-slide {
  box-shadow: 0px 4px 8px 0px 
    rgba(72, 94, 127, 0.2);
  border-radius: 10px;
  border: solid 1px #fd5c63;
  justify-content: space-between;
 }
 .tram_swiper .swiper-slide img {
  width: 42%;
 }
 .tram_swiper .swiper-slide .doctor_info {
  padding: calc(150vw / 192) 0;
	height: calc(2550vw / 192);
	max-height: 255px;
  width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
 }
 .tram_swiper .swiper-slide .doctor_info .doctor_name {
  color: #fd5c63;
  font-size: calc(260vw / 192); 
  font-weight: bold;
}
.tram_swiper .swiper-slide .doctor_info .doctor_position {
  color: #fd5c63;
  font-size: calc(180vw / 192); 
  margin: calc(100vw / 192) 0;
  font-weight: bold;
  line-height: 1.6;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
 .tram_swiper .swiper-slide .doctor_info .doctor_skill {
  color: #666;
  font-size: calc(160vw / 192);
  font-weight: bold;
  line-height: 1.6;
  display:-webkit-box; 
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:3; 
  overflow:hidden; 
  text-overflow:ellipsis; 
  width: 95%;
 }
 .tram_swiper .swiper-slide .doctor_info .doctor_btn {
  width: 95%;
  box-shadow: 1px 3px 0px 0px 
		rgba(252, 191, 23, 0.44);
	border-radius: 24px;
	border: solid 1px #ffa11e;
  display: flex;
}
.doctor_btn_left, .doctor_btn_right {
  flex: 1;
  font-size: calc(220vw / 192);
  font-weight: bold;
  text-align: center;
  padding: calc(90vw / 192) 0 calc(100vw / 192);
  color: #ffa41e;
}
.doctor_btn_left {
  border-top-left-radius:  20px;
  border-bottom-left-radius:  20px;
  background-image: linear-gradient(90deg, #fcbf17 0%, #feaf1b 50%, #ff9e1f 98%, #fbbe16 100%), 
	  linear-gradient(#fffefe, #fffefe);
	background-blend-mode: normal, normal;
  color: #fffefe;
}
.tram_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -10%;
}
.tram_swiper .swiper-pagination-bullet-active {
  background-color: #fd5c63;
}
.special_honor_box {
  overflow: hidden;
}
.special_honor_box .honor_swiper {
	margin-top: 3%;
  position: relative;
  background-color: #f0f1f3;
}
.special_honor_box .honor_swiper img {
  width: 100%;
}
.special_honor_box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1%;
}
.special_honor_box .swiper-pagination-bullet-active {
  background-color: #fd5c63;
}
 .special_btn {
  display: inline-block;
  padding: calc(150vw / 192) calc(400vw / 192);
  color: #fea721;
  font-size: calc(360vw / 192);
  box-shadow: 2px 5px 0px 0px 
		rgba(252, 191, 23, 0.44);
	border-radius: calc(550vw / 192);
  font-weight: bold;
	border: solid calc(60vw / 192) #fea71d;
}
.special_moreBtn {
  display: inline-block;
  color: #fff;
  overflow: hidden;
  font-size: calc(360vw / 192);
	border-radius: calc(550vw / 192);
  font-weight: bold;
	border: solid calc(60vw / 192) #fea71d;
  color: #fdb719;
  box-shadow: 3px 8px 10px 1px 
  rgba(253, 92, 99, 0.39);
  background-image: linear-gradient(90deg, 
  #fcbf17 0%, 
  #feaf1b 50%, 
  #ff9e1f 98%, 
  #ffa11e 100%), 
linear-gradient(
  #f42b33, 
  #f42b33);
}
.special_moreBtn span,.special_moreBtn .special_more  {
  padding: calc(150vw / 192) calc(350vw / 192);
}
.special_moreBtn span {
  background-color: #fff;
  padding-right: calc(250vw / 192);
  border-top-left-radius: calc(300vw / 192);
  border-bottom-left-radius: calc(300vw / 192);
}
.special_moreBtn .special_more {
  padding-left: calc(250vw / 192);
  color: #fff;
}
.flex {
  display: flex;
}
.special_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  z-index: -1;
  background-color: #fd5c63;
}
.special_content_box .swiper {
  width: 100%;
  height: 100%;
}
.special_content_box .swiper-slide {
  font-size: 18px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width:1000px) {
	.tram_swiper .swiper-slide .doctor_info .doctor_skill {
		-webkit-line-clamp: 2;
	}
  .tram_swiper .swiper-slide .doctor_info .doctor_position {
    margin: 0;
  }
}