* {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  vertical-align: middle;
}
.mask img {
  width: 60%;
}
body {
  position: relative;
  width: 100% !important;
  max-width: 1920px !important;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
ul,li{list-style: none;}
.fillingBg {
  width: 100%;
}
.flex {
  display: flex;
}
.fillingBg:nth-child(2n) {
  background-color: #fefaf8;
}
.fillingBg .filling_box {
  position: relative;
  width: 11.4583rem;
  margin: 0 auto;
  padding: .5208rem 0;
}
.fillingBg .filling_box h1 {
	font-family: SourceHanSansCN-Bold;
	font-size: .625rem;
	font-weight: 700;
	color: #040404;
  text-align: center;
}
.fillingBg .filling_box h1 span {
  font-family: SourceHanSansCN-Bold;
	font-size: .75rem;
	color: #f5474d;
}
.fillingBg .special_moreBtn {
  display: inline-block;
  color: #fff;
  overflow: hidden;
  font-size: .375rem;
  border-radius: .5729rem;
  font-weight: bold;
  border: solid .0625rem #fea71d;
  color: #fdb719;
  background-image: linear-gradient(90deg, #fcbf17 0%, #fcbf17 70%, #ff9e1f 98%, #ffa11e 100%), linear-gradient(#f42b33, #f42b33);
  box-shadow: 2px calc(50vw / 192) 0px 0px rgba(252, 191, 23, 0.44);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: .2083rem;
}
.fillingBg .special_moreBtn span {
  font-family: SourceHanSansCN-Heavy;
  background-color: #fff;
  font-size: .375rem;
  color: #fea721;
  padding-right: .2604rem;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}
.fillingBg .special_moreBtn .special_more {
  border-left: solid .0625rem #fea71d;
  font-family: SourceHanSansCN-Heavy;
  padding-left: .2604rem;
  color: #fff;
}
.fillingBg .special_moreBtn span, .fillingBg .special_more {
  padding: .1563rem .3646rem;
}


.fillingBg .filling_box .type_list {
  display: flex;
  justify-content: space-between;
  margin: 1.7708rem 0 .7292rem;
}
.fillingBg .filling_box .type_list .type_item {
  box-sizing: border-box;
  width: 21%;
  position: relative;
  background-color: #fefaf8;
  height: 1.7708rem;
  padding-top: 1.0417rem;
  font-family: SourceHanSansCN-Bold;
	font-size: .2708rem;
	font-weight: 700;
	color: #f4353d;
  text-align: center;
}
.fillingBg .filling_box .type_list .type_item img {
  position: absolute;
  top: -1.0938rem;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
.fillingBg .filling_box .type_list .type_img {
  width: 21%;
}
.fillingBg .filling_box .type_list .type_info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fillingBg .filling_box .type_list .type_info p {
  font-family: SourceHanSansCN-Regular;
	font-size: .25rem;
  line-height: 2;
	color: #666666;
  text-indent: 2em;
  letter-spacing: 1px;
}
.fillingBg .filling_box .type_list .type_info>a {
  width: 85%;
}
.fillingBg .filling_box .implant {
  margin: .5208rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fillingBg .filling_box .implant>img {
  width: 42%;
}
.fillingBg .filling_box .implant .implant_info {
  width: 54%;
  font-family: SourceHanSansCN-Regular;
	font-size: .25rem;
	line-height: 2;
	color: #666666;
  text-indent: 2em;
  letter-spacing: 2px;

}
.fillingBg .filling_box .advantage {
  box-sizing: border-box;
  position: relative;
	font-family: SourceHanSansCN-Regular;
  padding: 0 .3125rem 0 24%;
	font-size: .25rem;
	line-height: 1.8;
	color: #333333;
  background-color: #fefaf8;
	border: solid 1px #f5474d;
  min-height: 1.3021rem;
  display: flex;
  align-items: center;
  margin-top: .4167rem;
}
.fillingBg .filling_box .advantage>p {
  position: absolute;
  left: 0;
  top: 0;
  height: .9375rem;
  width: 22%;
  background-color: #f5474d;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 0px 0px .2083rem 0px;
  font-family: SourceHanSansCN-Bold;
	font-size: .3125rem;
	color: #ffffff;
}
.fillingBg .filling_box .step {
  margin-top: .5208rem;
}
.fillingBg .filling_box .step_item {
  position: absolute;
  top: 47%;
  left: 7.5%;
  font-family: AlibabaPuHuiTiM;
	font-size: .1875rem;
  font-weight: bold;
	color: #333333;
}
.fillingBg .filling_box .step_item:nth-of-type(2) {
  left: 31%;
}
.fillingBg .filling_box .step_item:nth-of-type(3) {
  left: 56%;
}
.fillingBg .filling_box .step_item:nth-of-type(4) {
  left: 80.5%;
}
.fillingBg .filling_box .step_item:nth-of-type(5) {
  top: 76%;
  left: 69%;
}
.fillingBg .filling_box .step_item:nth-of-type(6) {
  top: 76%;
  left: 44.5%;
}
.fillingBg .filling_box .step_item:nth-of-type(7) {
  top: 76%;
  left: 19%;
}
.fillingBg .filling_box .mySwiper {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
}
.fillingBg .filling_box .mySwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: .1563rem;
  box-sizing: border-box;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item {
  width: 48%;
  display: flex;
  background-color: #fffefe;
	box-shadow: 0px 4px 8px 0px 
		rgba(72, 94, 127, 0.2);
	border-radius: 10px;
	border: solid 1px #fd5c63;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_img {
  width: 40%;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 10px;

}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info {
  width: 60%;
  padding: .1563rem;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info .doctor_name {
  font-family: AlibabaPuHuiTi-Bold;
	font-size: .3125rem;
	font-weight: bold;
	color: #fd5c63;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info .doctor_name p {
  font-size: .1667rem;
  font-weight: normal;
  margin: .1042rem 0 .1563rem;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info .doctor_skill {
  font-family: AlibabaPuHuiTi-Medium;
	font-size: .1458rem;
	line-height: 1.4;
	color: #666666;
  margin-bottom: .1563rem;
  min-height: .625rem;
  display:-webkit-box; 		
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:3; 	
  overflow:hidden; 		
  text-overflow:ellipsis; 
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info .doctor_btn {
  /* background-color: #fffefe; */
	box-shadow: 1px 3px 0px 0px 
		rgba(252, 191, 23, 0.44);
	border-radius: 24px;
	border: solid 1px #ffa11e;
  display: flex;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info .doctor_btn>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-family: SourceHanSansCN-Heavy;
	font-size: .1875rem;
	font-weight: bold;
  color: #ffa41e;
  padding: 5px;
}
.fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info .doctor_btn .doctor_btn_left {
	color: #fffefe;

  background-image: linear-gradient(90deg, 
  #fcbf17 0%, 
  #feaf1b 50%, 
  #ff9e1f 98%, 
  #fbbe16 100%), 
linear-gradient(
  #fffefe, 
  #fffefe);
	border-radius: 24px 0 0 24px;

}
.fillingBg .filling_box .tips {
  position: absolute;
  width: 57%;
  left: 3%;
  top: 22%;
}
.fillingBg .filling_box .tips h3 {
  font-family: SourceHanSansCN-Bold;
	font-size: .3125rem;
	font-weight: bold;
	color: #f5474d;
  margin: .2083rem 0;
}
.fillingBg .filling_box .tips p {
  font-family: SourceHanSansCN-Regular;
	font-size: .25rem;
	color: #333333;
  line-height: 1.6;
}
.fillingBg .filling_box .questions,
.fillingBg .filling_box .answers {
  display: flex;
}
.fillingBg .filling_box .questions {
  margin: .5208rem 0 .2604rem;
}
.fillingBg .filling_box .answers {
}
.fillingBg .filling_box .questions .user_img,
.fillingBg .filling_box .answers .user_img {
  text-align: center;
  font-family: SourceHanSansCN-Medium;
	font-size: .1667rem;
	color: #333333;
  white-space: nowrap;
}
.fillingBg .filling_box .questions .user_img img,
.fillingBg .filling_box .answers .user_img img {
  width: 95%;
  margin-bottom: 5px;
}
.fillingBg .filling_box .answers .user_img  {
  color: #fd5c63;
  margin-left: .1563rem;
}
.fillingBg .filling_box .questions_info {
  display: flex;
  /* align-items: center; */
  flex: 1;
  padding-left: .1563rem;
}
.fillingBg .filling_box .questions_info span {
  height: 70%;
  display: flex;
  align-items: center;
  /* padding: .2083rem; */
  padding:0 .2083rem 0 .4167rem;
  background: url(http://www.ckj100.com/images/zhuanti/nmszby/border2.png) center no-repeat;
  background-size: 100% 97%;
  font-size: .25rem;
}
 
.fillingBg .filling_box .answers span {
  padding: .2083rem  .4167rem .2083rem .3125rem;
  line-height: 2;
  background: url(http://www.ckj100.com/images/zhuanti/nmszby/border.png) center no-repeat;
  background-size: 100% 97%;
  font-family: SourceHanSansCN-Regular;
	font-size: .1875rem;
	color: #666666;
}


.fillingBg .filling_box .problems {
  margin-top: 4%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fillingBg .filling_box .problems .problems_item {
  position: relative;
  margin-bottom: 2%;
  box-sizing: border-box;
  width: 31%;
  background-color: #ffffff;
	border: solid 1px #fd5c63;
  padding: .1563rem 0 .1563rem .5208rem;
  font-family: SourceHanSansCN-Bold;
  font-size: .2292rem;
  color: #666;
	border-radius: 0px .3125rem .3125rem 0px;

}
.fillingBg .filling_box .problems .problems_item::after {
  content: '?';
  position: absolute;
  top: -10%;
  left: -1px;
  font-family: SourceHanSansCN-Bold;
  font-size: .4167rem;
  font-weight: bold;
  color: #ffffff;
  width: .4688rem;
  height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fd5c63;
	border-radius: 0px .2292rem .2292rem 0px;
}
.fillingBg .filling_box .problems .problems_item p {
  width: 95%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: bold;
}


@media screen and (min-width: 1920px) {
  html {
    font-size: 96px !important;
  }
}
@media screen and (max-width:1400px) {

  .fillingBg .filling_box .mySwiper .swiper-slide .slide_item .doctor_info {
    padding: .1042rem;
  }
}
