ul {
  margin: 0%;
  padding: 0%;
  list-style: none;
}
a {
  text-decoration: none;
  color: unset;
}
body,
html,
h5,
h6,
p {
  margin: 0%;
  padding: 0%;
  font-family: 'Microsoft YaHei';
}
@keyframes skip {
  0% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ripples {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
#totop {
  width: 51px;
  height: 57px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 50%;
  background: #fff url(../images/totop.jpg) no-repeat center;
  border: 1px solid #e2e2e2;
  opacity: 0.85;
  z-index: 999;
  display: none;
}
#totop:hover {
  transition: 1s;
  box-shadow: 0px 0px 10px 5px #eee;
}
#tobottom {
  width: 51px;
  height: 57px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 58%;
  background: #fff url(../images/tobottom.jpg) no-repeat center;
  border: 1px solid #e2e2e2;
  opacity: 0.85;
  z-index: 999;
  display: none;
}
#tobottom:hover {
  transition: 1s;
  box-shadow: 0px 0px 10px 5px #eee;
}
.header_bg {
  position: relative;
  overflow: hidden;
}
.header_bg img {
  display: block;
  width: 100%;
}
.header_bg img:nth-of-type(2) {
  display: none;
}
.header_bg .bg-head-content {
  position: absolute;
  top: 27%;
  left: 7%;
  width: 45%;
}
.header_bg .bg-head-content .top-text {
  width: 100%;
  text-align: center;
}
.header_bg .bg-head-content .top-text img {
  display: inline-block;
  width: 9%;
}
.header_bg .bg-head-content .top-text img:not(:nth-of-type(1)) {
  margin-left: 1%;
}
.header_bg .bg-head-content .sxs {
  width: 68%;
  margin: 5% auto;
}
.header_bg .bg-head-content .bg-head-bottom {
  width: 50%;
  margin: 8% auto 3%;
  padding-left: 10%;
}
.header_bg .bg-head-content .bg-head-bottom div {
  display: inline-block;
}
.header_bg .bg-head-content .bg-head-bottom div img {
  width: 100%;
}
.header_bg .bg-head-content .bg-head-bottom div img:nth-of-type(2) {
  display: block;
}
.header_bg .bg-head-content .bg-head-bottom div:nth-of-type(1) {
  position: relative;
  width: 18%;
  float: left;
}
.header_bg .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%;
}
.header_bg .bg-head-content .bg-head-bottom div:nth-of-type(2) {
  position: relative;
  overflow: hidden;
  width: 40%;
  z-index: 2;
}
.header_bg .bg-head-content .bg-head-bottom > img {
  float: right;
  width: 18%;
  margin-right: 23%;
  margin-top: 14%;
  z-index: 3;
}
.header_bg .bg-head-content .head-bottom-text {
  width: 35%;
  text-align: center;
  margin: 0 auto;
}
.header_bg .bg-head-content .head-bottom-text img {
  display: block;
  width: 100%;
}
.header_bg .bg-head-content .button2 {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.25vw;
  color: #098CE8;
}
.header_bg .bg-head-content .button2 span {
  position: relative;
  display: inline-block;
  top: 0px;
  left: -10%;
  width: 120%;
  padding: 3% 0;
  border: 1px solid #098CE8;
  background: #FFF;
  transition: 0.3s;
  font-family: '宋体';
  font-weight: bold;
}
.header_bg .bg-head-content .button2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -5%;
  display: block;
  width: 120%;
  height: 100%;
  z-index: -1;
  background: rgba(113, 196, 255, 0.5);
  transition: 0.3s;
}
.header_bg .bg-head-content .button2:hover span {
  transform: translate(3px, 3px);
}
.header_bg .bg-head-content .button2:hover::after {
  background: #71c4ff;
}
.part1 {
  margin-top: 5%;
}
.part1 .discoloration {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin: 80px auto 0;
}
.part1 .discoloration li {
  width: 16%;
  overflow: hidden;
  padding: 3% 0.5% 2%;
  box-shadow: 0px 0px 5px 5px #daeaf4;
  text-align: center;
}
.part1 .discoloration li img {
  display: block;
  width: 80%;
  margin: 0 auto 13%;
  transition: 0.5s;
}
.part1 .discoloration li span {
  font-size: 21px;
}
.part1 .discoloration li:hover img {
  transform: scale(1.1);
}
.part2 {
  position: relative;
  margin-top: 5%;
  width: 100%;
  overflow: hidden;
}
.part2 img {
  width: 100%;
}
.part2 .part2_banner img {
  display: block;
}
.part2 .part2_banner img:nth-of-type(2) {
  display: none;
}
.part2 .part2_text img {
  position: absolute;
}
.part2 .part2_text img:nth-of-type(1) {
  top: 22%;
  left: 11%;
  width: 6%;
}
.part2 .part2_text img:nth-of-type(2) {
  top: 24%;
  left: 19%;
  width: 7%;
}
.part2 .part2_text img:nth-of-type(3) {
  top: 25%;
  left: 27%;
  width: 7%;
}
.part2 .part2_text img:nth-of-type(4) {
  top: 24%;
  left: 36%;
  width: 7%;
}
.part2 .part2_text img:nth-of-type(5) {
  top: 48%;
  left: 10%;
  width: 9.5%;
}
.part2 .part2_text img:nth-of-type(6) {
  top: 45%;
  left: 20%;
  width: 10%;
}
.part2 .part2_text img:nth-of-type(7) {
  top: 48%;
  left: 32%;
  width: 8.5%;
}
.part2 .part2_text img:nth-of-type(8) {
  top: 48%;
  left: 41%;
  width: 2%;
}
.part3 {
  width: 1400px;
  margin: 5% auto;
  overflow: hidden;
}
.part3 .headline .horizontalLine img {
  width: 455px;
}
.part3 .mode {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 5% auto 0;
}
.part3 .mode li {
  position: relative;
  width: 20%;
  text-align: center;
  border: 1px solid #098CE8;
  border-radius: 10px;
  color: #098CE8;
  font-size: 26px;
  padding: 0.8% 0;
  transition: 0.5s;
  overflow:hidden;
}
.part3 .mode li .mode_mb {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  background-color: #098CE8;
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
  transition: 0.8s;
}
.part3 .mode li:nth-of-type(1) {
  color: #FFF;
}
.part3 .mode li:nth-of-type(1) .mode_mb {
  opacity: 1;
  transform: scale(1.1);
}
.part3 .mode_detail {
  width: 400%;
  margin: 4% auto 0;
  transition: 1s;
  margin-left: 0%;
}
.part3 .mode_detail li {
  width: 25%;
  float: left;
  touch-action: pan-y;
}
.part3 .mode_detail li .detail_left {
  width: 50%;
  position: relative;
  float: left;
}
.part3 .mode_detail li .detail_left img {
  width: 100%;
  pointer-events: none;
  user-select: none;
  cursor: pointer;
}
.part3 .mode_detail li .detail_left p {
  position: absolute;
  top: 10%;
  right: 0%;
  font-size: 30px;
  color: #098CE8;
  background: #FFFFFF;
  opacity: 0.6;
  padding: 4% 3%;
  user-select: none;
}
.part3 .mode_detail li .detail_right {
  width: 50%;
  position: relative;
  float: left;
}
.part3 .mode_detail li .detail_right img {
  width: 100%;
  pointer-events: none;
  user-select: none;
  cursor: pointer;
}
.part3 .mode_detail li .detail_right .detail_text {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 80%;
}
.part3 .mode_detail li .detail_right .detail_text p {
  color: #FFF;
}
.part3 .mode_detail li .detail_right .detail_text p:nth-of-type(1) {
  font-size: 34px;
  font-weight: bold;
}
.part3 .mode_detail li .detail_right .detail_text p:nth-of-type(2) {
  font-size: 28px;
  margin-top: 5%;
}
.part3 .mode_detail li::after {
  content: "";
  display: block;
  clear: both;
}
.part3 .mode_detail::after {
  content: "";
  display: block;
  clear: both;
}
.part4 {
  width: 1400px;
  margin: 5% auto;
}
.part4 .headline .horizontalLine img {
  width: 555px;
}
.part4 .veneer {
  width: 100%;
  margin-top:5%;
}
.part4 .veneer .veneer_img {
  width: 30%;
  float: left;
}
.part4 .veneer .veneer_img img {
  display: block;
  width: 100%;
}
.part4 .veneer .veneer_text {
  width: 70%;
  float: left;
  font-size: 26px;
  padding: 3%;
  color: #1a1a1a;
  box-sizing: border-box;
}
.part4 .veneer .veneer_text p {
  text-indent: 2em;
  line-height: 1.5em;
}
.part4 .veneer .veneer_text p span {
  color: #098CE8;
}
.part4 .veneer::after {
  content: "";
  display: block;
  clear: both;
}
.part4 .veneer_img2 {
  float: left;
  margin-left: 30%;
}
.part4 .veneer_img2 img {
  width: 100%;
}
.part4 .veneer_img3 {
  float: left;
  margin-top: 10%;
}
.part4 .veneer_img3 img {
  width: 100%;
}
.part4::after {
  content: "";
  display: block;
  clear: both;
}
.part5 {
  background: #eaf3f9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.part5 .headline .line {
  width: 70px;
  height: 4px;
  background: #098CE8;
  margin: 1% auto;
}
.part5 .part5_colormap {
  position: relative;
  width: 1250px;
  margin: 3% auto;
}
.part5 .part5_colormap img {
  display: block;
  width: 100%;
}
.part5 .part5_colormap .colormap_mb {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  background-color: #eaf3f9;
}
.part5 .part5_colormap P {
  position: absolute;
  color: #1a1a1a;
  font-size: 16px;
}
.part5 .part5_colormap P:nth-of-type(1) {
  top: 47%;
  left: -3%;
}
.part5 .part5_colormap P:nth-of-type(2) {
  top: 66%;
  left: 9%;
}
.part5 .part5_colormap P:nth-of-type(3) {
  top: 65%;
  left: 39%;
}
.part5 .part5_colormap P:nth-of-type(4) {
  top: 73%;
  left: 55%;
}
.part5 .part5_colormap P:nth-of-type(5) {
  bottom: 11%;
  right: 24.5%;
}
.part5 .part5_colormap P:nth-of-type(6) {
  bottom: 2%;
  right: 11.5%;
}
.part5 a {
  position: relative;
  display: block;
  width: 260px;
  margin: 0 auto;
  font-size: 26px;
  color: #098CE8;
  border: 1px solid #098CE8;
  background: linear-gradient(to right, #e8e8e4, #ece2af, #e7c45a);
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
}
.part5 a .button_bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background: #FFF;
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s;
}
.part5 a:hover .button_bg {
  width: 100%;
}
.part6 {
  margin: 5% auto;
  overflow: hidden;
}
.part6 .headline .horizontalLine img {
  width: 370px;
}
.part6 ul {
  width: 1250px;
  margin: 5% auto 2%;
}
.part6 ul li {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.part6 ul li .content_left {
  width: 40%;
}
.part6 ul li .content_left img {
  display: block;
  width: 100%;
}
.part6 ul li .content_left img:nth-of-type(2) {
  display: none;
}
.part6 ul li .content_middle {
  position: relative;
  width: 15%;
  text-align: center;
}
.part6 ul li .content_middle img {
  width: 30%;
}
.part6 ul li .content_middle span {
  position: absolute;
  top: 26%;
  left: 40%;
  font-size: 42px;
  color: #FFF;
}
.part6 ul li .content_right {
  width: 40%;
}
.part6 ul li .content_right h6 {
  font-size: 26px;
  color: #1A1A1A;
}
.part6 ul li .content_right p {
  font-size: 22px;
  color: #333333;
  margin-top: 3%;
}
.part6 ul li:not(:nth-of-type(1)) {
  margin-top: 3%;
}
.part7 {
  position: relative;
  overflow: hidden;
}
.part7 img {
  display: block;
  width: 100%;
}
.part7 img:nth-of-type(2) {
  display: none;
}
.part7 .part7_content {
  position: absolute;
  top: 15%;
  left: 13%;
  width: 41%;
}
.part7 .part7_content h6 {
  display: inline-block;
  font-size: 48px;
  color: #098CE8;
  padding: 8px 0;
  text-shadow: 0px 8px 4px rgba(15, 86, 117, 0.5);
  -webkit-text-stroke: 1px #F5F5F5;
  text-stroke: 1px #F5F5F5;
  background: linear-gradient(-90deg, rgba(202, 229, 239, 0), #FFFFFF, rgba(202, 229, 239, 0));
}
.part7 .part7_content p {
  font-size: 26px;
  color: #05426C;
  margin-top: 5%;
  padding-left: 2%;
}
.part7 .part7_content ul {
  margin-top: 7%;
  padding-left: 2%;
}
.part7 .part7_content ul li span:nth-of-type(1) {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  background: #FFF;
}
.part7 .part7_content ul li span:nth-of-type(1) img {
  display: block;
  width: 100%;
}
.part7 .part7_content ul li span:nth-of-type(2) {
  font-size: 24px;
  color: #05406A;
  border-radius: 20px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 3%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.52) 26%, rgba(255, 255, 255, 0) 100%);
}
.part7 .part7_content ul li:nth-of-type(2) {
  margin: 5% auto;
}
.part8 {
  margin: 5% auto;
}
.part8 .headline .horizontalLine img {
  width: 500px;
}
.part8 ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1400px;
  margin: 3% auto 0;
}
.part8 ul li {
  width: 30%;
}
.part8 ul li .caption {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.part8 ul li .caption img {
  width: 50px;
}
.part8 ul li .caption span {
  font-size: 26px;
  color: #098CE8;
  margin-left: 2%;
}
.part8 ul li .advantage_img {
  margin-top: 3%;
  width: 100%;
  overflow: hidden;
}
.part8 ul li .advantage_img img {
  display:block;
  width: 100%;
  transition: 0.5s;
}
.part8 ul li:hover .advantage_img img {
  transform: scale(1.2);
}
.part8 ul li .advantage_text {
  margin-top:3%;
  font-size: 22px;
  color: #1A1A1A;
  line-height: 1.5em;
  text-indent: 2em;
}
.part8 ul li:nth-of-type(n+4) {
  margin-top: 3%;
}
.part9 {
  margin: 5% auto;
}
.part9 .headline .horizontalLine img {
  width: 320px;
}
.part9 .part9_content {
  position: relative;
  width: 1400px;
  margin: 5% auto;
}
.part9 .part9_content img {
  display: block;
  width: 100%;
}
.part9 .part9_content img:nth-of-type(2) {
  display: none;
}
.part9 .part9_content .price {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 55%;
}
.part9 .part9_content .price p {
  font-size: 24px;
  color: #191919;
  text-indent: 2em;
}
.part9 .part9_content .price p span {
  font-size: 28px;
  color: #098CE8;
}
.part9 .part9_content .price table {
  text-align: center;
  border-top: 2px solid #ababab;
  border-bottom: 2px solid #ababab;
  border-left: 1px solid #313131;
  border-right: 1px solid #313131;
  border-collapse: collapse;
  width: 80%;
  margin: 5% auto 0;
}
.part9 .part9_content .price table th {
  font-size: 26px;
  padding: 2% 0;
}
.part9 .part9_content .price table tr {
  font-size: 22px;
  color: #1a1a1a;
}
.part9 .part9_content .price table tr td {
  padding: 2% 5%;
}
.part9 .part9_content .price table tr td:nth-of-type(2) {
  padding: 2% 0;
}
.part9 .part9_content .price table tr td:nth-of-type(3) {
  padding: 2% 0;
  font-size: 24px;
  color: #E60000;
}
.part10 {
  overflow: hidden;
}
.part10 .headline .horizontalLine img {
  width: 370px;
}
.part10 .doctor {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 1250px;
  margin: 5% auto 0;
}
.part10 .doctor .doctor_img {
  position: relative;
  width: 37%;
  transition: 0.5s;
}
.part10 .doctor .doctor_img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.part10 .doctor .doctor_img .img_mb {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.5s;
}
.part10 .doctor .doctor_img .consult {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: rgba(9, 140, 232, 0.5);
  color: #FFF;
  text-align: center;
  z-index: 999;
  transition: 0.5s;
}
.part10 .doctor .doctor_img .consult p {
  margin: 0;
  margin-top: 25%;
  width: 50%;
  font-size: 25px;
  margin-left: 25%;
  letter-spacing: 2px;
}
.part10 .doctor .doctor_img .ripples {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  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;
}
.part10 .doctor .doctor_introduction {
  width: 50%;
  padding-top: 3%;
}
.part10 .doctor .doctor_introduction .name {
  margin-bottom: 2%;
}
.part10 .doctor .doctor_introduction .name span:nth-of-type(1) {
  font-size: 30px;
  color: #009AF4;
}
.part10 .doctor .doctor_introduction .name span:nth-of-type(2) {
  font-size: 22px;
  color: #272727;
  margin-left: 2%;
}
.part10 .doctor .doctor_introduction .intro p {
  margin-bottom: 2%;
  position: relative;
  font-size: 22px;
  color: #333;
  padding-left: 3%;
}
.part10 .doctor .doctor_introduction .intro p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009AF4;
}
.part10 .doctor .good p {
  color: #333;
}
.part10 .doctor .good p:nth-of-type(1) {
  font-size: 22px;
  margin-bottom: 10px;
  margin: 3% auto;
  font-weight: bold;
}
.part10 .doctor .good p:nth-of-type(2),
.part10 .doctor .good p:nth-of-type(3) {
  font-size: 22px;
  margin: 0%;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.part10 .doctor:nth-of-type(2) .doctor_img {
  box-shadow: -10px 10px 0px 0px #098ce8;
}
.part10 .doctor:nth-of-type(3) .doctor_img {
  box-shadow: 10px 10px 0px 0px #098ce8;
}
.part10 .button {
  margin-top: 5%;
}
.part11 {
  position: relative;
  margin-top: 5%;
  margin-bottom: 10%;
}
.part11 .Q_A {
  position: absolute;
  top: 5%;
  left: 8%;
  display: inline-block;
  text-align: center;
}
.part11 .Q_A h5 {
  font-size: 35px;
  color: #FFFFFF;
  margin: 0%;
  font-weight: 400;
}
.part11 .Q_A hr {
  height: 4px;
  width: 50%;
  background: #FFF;
  border: unset;
  margin: 10px auto;
  border-radius: 10px;
}
.part11 .Q_A p {
  font-size: 28px;
  color: #808080;
}
.part11 img {
  width: 100%;
}
.part11 img:nth-of-type(2) {
  display: none;
}
.part11 ul {
  width: 1400px;
  position: absolute;
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.part11 ul li {
  position: relative;
  padding: 4% 1% 2%;
  width: 27%;
  background: #FFF;
  box-shadow: 0 0 3px 2px #ececec;
}
.part11 ul li .orderNum {
  position: absolute;
  top: -15%;
  left: 38%;
  font-size: 60px;
  color: #098CE8;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #098CE8;
  background: #FFFFFF;
  text-align: center;
}
.part11 ul li .question {
  display: flex;
}
.part11 ul li .question span:nth-of-type(1) {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #098ce8;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.part11 ul li .question span:nth-of-type(2) {
  font-size: 22px;
  color: #323232;
  margin-left: 10px;
  letter-spacing: 2px;
}
.part11 ul li .answer {
  display: flex;
  margin-top: 5%;
}
.part11 ul li .answer span:nth-of-type(1) {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #098ce8;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.part11 ul li .answer span:nth-of-type(2) {
  display: inline-block;
  width: 95%;
  font-size: 20px;
  color: #323232;
  margin-left: 10px;
  letter-spacing: 1px;
}
.part12 h5 {
  margin: 0%;
  font-size: 48px;
  color: #008FE2;
  text-align: center;
  padding: 10px 0;
  font-family: 'siyuan';
  background: #b0d6eb;
}
.part12 .part12_img {
  display: flex;
  flex-wrap: wrap;
}
.part12 .part12_img li {
  width: 33.3%;
  overflow: hidden;
}
.part12 .part12_img li:hover img {
  transform: scale(1.3);
}
.part12 .part12_img li img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.part12 .part12_img li img:nth-of-type(2) {
  display: none;
}
.part12 .part12_img::after {
  content: "";
  display: block;
  clear: both;
}
.headline {
  text-align: center;
}
.headline h5 {
  font-size: 36px;
  color: #098CE8;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.headline .horizontalLine img {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 22px;
}
.headline .subtitle {
  font-size: 20px;
  color: #7F7F7F;
  text-transform: uppercase;
  margin-top: -10px;
}
.button img {
  display: block;
  width: 35px;
  margin: 0 auto;
  animation: skip 0.5s linear infinite alternate;
}
.button a {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 24px;
  color: #098CE8;
}
.button a::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(113, 196, 255, 0.5);
  transition: 0.3s;
}
.button a span {
  position: relative;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 260px;
  padding: 15px 0;
  border: 1px solid #098CE8;
  background: #FFF;
  transition: 0.3s;
}
.button a:hover span {
  top: 4px;
  left: 4px;
}
.button a:hover::after {
  background: #71c4ff;
}
@media screen and (max-width: 1500px) {
  .part7 .part7_content {
    top: 5%;
    left: 8%;
    width: 50%;
  }
  .part7 .part7_content h6 {
    font-size: 3.3vw;
  }
  .part7 .part7_content p {
    font-size: 1.7vw;
  }
  .part7 .part7_content ul li span:nth-of-type(2) {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1400px) {
  .part3 {
    width: 1000px;
  }
  .part3 .mode li {
    font-size: 22px;
  }
  .part3 .mode_detail li .detail_left p {
    font-size: 22px;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(1) {
    font-size: 28px;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(2) {
    font-size: 24px;
  }
  .part4 {
    width: 1000px;
  }
  .part4 .veneer .veneer_img {
    width: 35%;
  }
  .part4 .veneer .veneer_text {
    width: 65%;
    padding: 2% 3%;
    font-size: 21px;
  }
  .part4 .veneer_img2 {
    margin-left: 35%;
    width: 35%;
  }
  .part4 .veneer_img3 {
    width: 30%;
  }
  .part8 ul {
    width: 1000px;
  }
  .part8 ul li .caption img {
    width: 40px;
  }
  .part8 ul li .caption span {
    font-size: 25px;
  }
  .part8 ul li .advantage_text {
    font-size: 20px;
  }
  .part9 .part9_content {
    width: 1000px;
  }
  .part9 .part9_content .price p {
    font-size: 22px;
  }
  .part9 .part9_content .price p span {
    font-size: 24px;
  }
  .part9 .part9_content .price table {
    margin: 2% auto 0;
  }
  .part9 .part9_content .price table th {
    font-size: 21px;
  }
  .part9 .part9_content .price table tr {
    font-size: 18px;
  }
  .part9 .part9_content .price table tr td:nth-of-type(3) {
    font-size: 20px;
  }
  .part11 .Q_A h5 {
    font-size: 30px;
  }
  .part11 .Q_A p {
    font-size: 23px;
  }
  .part11 ul {
    width: 1000px;
  }
  .part11 ul li .orderNum {
    left: 35%;
    font-size: 4vw;
    width: 6vw;
    height: 6vw;
  }
  .part11 ul li .question span:nth-of-type(2) {
    font-size: 1.6vw;
  }
  .part11 ul li .answer span:nth-of-type(2) {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1250px) {
  .part1 .discoloration {
    width: 88%;
  }
  .part1 .discoloration li span {
    font-size: 18px;
  }
  .part5 .part5_colormap {
    width: 980px;
  }
  .part5 .part5_colormap p {
    font-size: 14px;
  }
  .part5 .part5_colormap p:nth-of-type(1) {
    top: 49%;
    left: -2%;
  }
  .part5 .part5_colormap p:nth-of-type(2) {
    top: 64%;
    left: 8%;
  }
  .part5 .part5_colormap p:nth-of-type(3) {
    top: 64%;
    left: 38%;
  }
  .part5 .part5_colormap p:nth-of-type(4) {
    top: 73%;
    left: 54%;
  }
  .part5 a {
    font-size: 22px;
    width: 195px;
  }
  .part6 ul {
    width: 980px;
  }
  .part6 ul li .content_middle span {
    font-size: 35px;
  }
  .part6 ul li .content_right h6 {
    font-size: 22px;
  }
  .part6 ul li .content_right p {
    font-size: 20px;
  }
  .part7 .part7_content ul {
    margin-top: 5%;
  }
  .part10 .doctor {
    width: 980px;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 27px;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 20px;
  }
  .part10 .doctor .doctor_introduction .intro p {
    font-size: 20px;
  }
  .part10 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part10 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 19px;
  }
  .button {
    margin-top: 5%;
  }
  .button img {
    width: 25px;
  }
  .button a {
    font-size: 20px;
  }
  .button a span {
    width: 200px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .header_bg .bg-head-content .button2 {
    font-size: 12px;
  }
  .part3 {
    width: 768px;
  }
  .part3 .mode li {
    font-size: 20px;
  }
  .part3 .mode_detail li .detail_left p {
    font-size: 18px;
  }
  .part3 .mode_detail li .detail_right .detail_text {
    width: 86%;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(1) {
    font-size: 24px;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(2) {
    font-size: 20px;
  }
  .part4 {
    width: 768px;
  }
  .part4 .veneer .veneer_img {
    width: 45%;
  }
  .part4 .veneer .veneer_text {
    width: 55%;
    font-size: 19px;
  }
  .part4 .veneer_img2 {
    margin-left: 30%;
    width: 40%;
  }
  .part8 ul {
    width: 768px;
  }
  .part8 ul li .caption img {
    width: 35px;
  }
  .part8 ul li .caption span {
    font-size: 20px;
  }
  .part8 ul li .advantage_img {
    margin-top: 7%;
  }
  .part8 ul li .advantage_text {
    font-size: 17px;
  }
  .part9 .part9_content {
    width: 100%;
  }
  .part9 .part9_content img:nth-of-type(1) {
    display: none;
  }
  .part9 .part9_content img:nth-of-type(2) {
    display: block;
  }
  .part9 .part9_content .price {
    width: 90%;
    top: 15%;
  }
  .part9 .part9_content .price p {
    font-size: 20px;
  }
  .part9 .part9_content .price p span {
    font-size: 22px;
  }
  .part9 .part9_content .price table {
    width: 90%;
    margin: 5% auto 0;
  }
  .part9 .part9_content .price table th {
    font-size: 21px;
  }
  .part9 .part9_content .price table th:nth-of-type(1),
  .part9 .part9_content .price table th:nth-of-type(3) {
    width: 40%;
  }
  .part9 .part9_content .price table tr {
    font-size: 20px;
  }
  .part9 .part9_content .price table tr td:nth-of-type(3) {
    font-size: 22px;
  }
  .part11 {
    margin-bottom: 25%;
  }
  .part11 img:nth-of-type(1) {
    display: none;
  }
  .part11 img:nth-of-type(2) {
    display: block;
  }
  .part11 ul {
    top: 50%;
    width: 96%;
    flex-wrap: wrap;
  }
  .part11 ul li {
    padding: 5% 5% 0%;
    width: 80%;
    box-sizing: border-box;
  }
  .part11 ul li .orderNum {
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    width: 60px;
    height: 60px;
  }
  .part11 ul li .question span:nth-of-type(2) {
    font-size: 20px;
  }
  .part11 ul li .answer {
    margin-top: 2%;
  }
  .part11 ul li .answer span:nth-of-type(2) {
    font-size: 18px;
  }
  .part11 ul li:nth-of-type(2),
  .part11 ul li:nth-of-type(3) {
    margin-top: 5%;
  }
  .headline h5 {
    font-size: 28px;
  }
  .headline .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .part5 .part5_colormap {
    width: 768px;
  }
  .part5 .part5_colormap img {
    margin-top: 6%;
  }
  .part5 .part5_colormap p:nth-of-type(2) {
    left: 5%;
  }
  .part5 .part5_colormap p:nth-of-type(3) {
    left: 36%;
  }
  .part5 .part5_colormap p:nth-of-type(4) {
    top: 72%;
    left: 52%;
  }
  .part5 .part5_colormap p:nth-of-type(5) {
    bottom: 10%;
  }
  .part5 .part5_colormap p:nth-of-type(6) {
    bottom: 1%;
  }
  .part5 a {
    font-size: 20px;
    width: 160px;
    margin-top: 8%;
  }
  .part6 ul {
    width: 768px;
  }
  .part6 ul li .content_middle span {
    font-size: 28px;
  }
  .part6 ul li .content_right h6 {
    font-size: 20px;
  }
  .part6 ul li .content_right p {
    font-size: 18px;
  }
  .part7 .part7_content {
    width: 65%;
    top: 7%;
    left: 5%;
  }
  .part7 .part7_content ul {
    margin-top: 4%;
  }
  .part7 .part7_content ul li:nth-of-type(2) {
    margin: 4% auto;
  }
  .part7 .part7_content ul li span:nth-of-type(1) {
    width: 15px;
    height: 15px;
  }
  .part7 .part7_content p {
    margin-top: 3%;
  }
  .part10 .doctor {
    width: 768px;
  }
  .part10 .doctor .doctor_img {
    margin-top: 4%;
  }
  .part10 .doctor .doctor_img .consult {
    width: 42%;
    height: 42%;
  }
  .part10 .doctor .doctor_img .consult p {
    font-size: 20px;
  }
  .part10 .doctor .doctor_img .ripples {
    width: 42%;
    height: 42%;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 25px;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 18px;
  }
  .part10 .doctor .doctor_introduction .intro p {
    font-size: 17px;
  }
  .part10 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part10 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header_bg img:nth-of-type(1) {
    display: none;
  }
  .header_bg img:nth-of-type(2) {
    display: block;
  }
  .header_bg .bg-head-content {
    top: 23%;
    left: 3%;
    width: 62%;
  }
  .header_bg .bg-head-content .bg-head-bottom {
    width: 90%;
  }
  .header_bg .bg-head-content .bg-head-bottom div img {
    display: block;
  }
  .header_bg .bg-head-content .bg-head-bottom div:nth-of-type(1) {
    width: 20%;
  }
  .header_bg .bg-head-content .bg-head-bottom div:nth-of-type(1) img:nth-of-type(1) {
    margin-top: 12%;
    margin-left: 34%;
  }
  .header_bg .bg-head-content .bg-head-bottom div:nth-of-type(1) img:nth-of-type(2) {
    margin-top: -25%;
    width: 40%;
    right: -76%;
  }
  .header_bg .bg-head-content .bg-head-bottom div:nth-of-type(2) {
    margin-left: 13%;
    width: 22%;
  }
  .header_bg .bg-head-content .bg-head-bottom > img {
    display: block;
    margin-top: 5%;
    width: 20%;
  }
  .header_bg .bg-head-content .sxs {
    display: block!important;
    width: 80%;
  }
  .header_bg .bg-head-content .head-bottom-text img {
    width: 80%;
  }
  .header_bg .bg-head-content .button2 {
    font-size: 0.6rem;
  }
  .part1 .discoloration {
    flex-wrap: wrap;
    width: 94%;
    margin: 7% auto 0;
  }
  .part1 .discoloration li {
    width: 28%;
  }
  .part1 .discoloration li img {
    margin: 2% auto 3%;
  }
  .part1 .discoloration li:nth-of-type(n+4) {
    margin-top: 5%;
  }
  .part2 .part2_banner img:nth-of-type(1) {
    display: none;
  }
  .part2 .part2_banner img:nth-of-type(2) {
    display: block;
  }
  .part2 .part2_text img:nth-of-type(1) {
    top: 9%;
    left: 3%;
    width: 14%;
  }
  .part2 .part2_text img:nth-of-type(2) {
    top: 11%;
    left: 24%;
    width: 16%;
  }
  .part2 .part2_text img:nth-of-type(3) {
    top: 35%;
    left: 4%;
    width: 14%;
  }
  .part2 .part2_text img:nth-of-type(4) {
    top: 34%;
    left: 25%;
    width: 14%;
  }
  .part2 .part2_text img:nth-of-type(5) {
    top: 55%;
    left: 3%;
    width: 18%;
  }
  .part2 .part2_text img:nth-of-type(6) {
    top: 53%;
    left: 23%;
    width: 18%;
  }
  .part2 .part2_text img:nth-of-type(7) {
    top: 54.5%;
    left: 44%;
    width: 16.5%;
  }
  .part2 .part2_text img:nth-of-type(8) {
    top: 54%;
    left: 59.5%;
    width: 4%;
  }
  .part3 {
    width: 98%;
  }
  .part3 .headline .horizontalLine img {
    width: 338px;
  }
  .part3 .mode li {
    font-size: 24px;
    padding: 1% 0;
  }
  .part3 .mode_detail li .detail_left {
    width: 100%;
  }
  .part3 .mode_detail li .detail_left img {
    display: block;
  }
  .part3 .mode_detail li .detail_left p {
    font-size: 24px;
  }
  .part3 .mode_detail li .detail_right {
    width: 100%;
  }
  .part3 .mode_detail li .detail_right .detail_text {
    width: 85%;
    top: 20%;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(1) {
    font-size: 30px;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(2) {
    font-size: 26px;
  }
  .part4 {
    width: 98%;
  }
  .part4 .headline .horizontalLine img {
    width: 445px;
  }
  .part4 .veneer .veneer_img {
    display: none;
  }
  .part4 .veneer .veneer_text {
    width: 100%;
    font-size: 24px;
  }
  .part4 .veneer_img2 {
    margin-left: 5%;
    width: 45%;
  }
  .part4 .veneer_img3 {
    margin-top: 0;
    width: 45%;
  }
  .part5 .part5_colormap {
    width: 90%;
  }
  .part5 .part5_colormap p {
    font-size: 0.45rem;
  }
  .part5 .part5_colormap p:nth-of-type(1) {
    width: 7%;
    top: 40%;
  }
  .part5 .part5_colormap p:nth-of-type(2) {
    top: 71%;
    left: 12%;
  }
  .part5 .part5_colormap p:nth-of-type(3) {
    top: 63%;
    left: 35%;
  }
  .part5 .part5_colormap p:nth-of-type(4) {
    top: 71%;
    left: 50%;
  }
  .part5 .part5_colormap p:nth-of-type(6) {
    bottom: -9%;
    right: 4.5%;
  }
  .part5 a {
    font-size: 18px;
    width: 150px;
    padding: 5px 0;
  }
  .part6 .headline .horizontalLine img {
    width: 310px;
  }
  .part6 ul {
    width: 100%;
  }
  .part6 ul li .content_middle span {
    font-size: 24px;
  }
  .part6 ul li .content_right p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .part7 img:nth-of-type(1) {
    display: none;
  }
  .part7 img:nth-of-type(2) {
    display: block;
  }
  .part7 .part7_content {
    width: 95%;
    left: 4%;
  }
  .part7 .part7_content h6 {
    font-size: 1.5rem;
  }
  .part7 .part7_content p {
    margin-top: 6%;
    font-size: 0.9rem;
  }
  .part7 .part7_content ul {
    margin-top: 5%;
  }
  .part7 .part7_content ul li span:nth-of-type(1) {
    width: 25px;
    height: 25px;
  }
  .part7 .part7_content ul li span:nth-of-type(2) {
    font-size: 0.8rem;
  }
  .part8 .headline .horizontalLine img {
    width: 380px;
  }
  .part8 ul {
    width: 98%;
  }
  .part8 ul li {
    width: 46%;
  }
  .part8 ul li:nth-of-type(n+3) {
    margin-top: 5%;
  }
  .part8 ul li .caption img {
    width: 45px;
  }
  .part8 ul li .caption span {
    font-size: 24px;
  }
  .part8 ul li .advantage_text {
    font-size: 18px;
  }
  .part9 .headline .horizontalLine img {
    width: 275px;
  }
  .part9 .part9_content .price {
    width: 96%;
    left: 2%;
  }
  .part9 .part9_content .price p {
    font-size: 0.75rem;
  }
  .part9 .part9_content .price p span {
    font-size: 0.8rem;
  }
  .part9 .part9_content .price table {
    width: 100%;
  }
  .part9 .part9_content .price table th {
    font-size: 0.75rem;
    padding: 1% 0%;
  }
  .part9 .part9_content .price table tr {
    font-size: 0.7rem;
  }
  .part9 .part9_content .price table tr td {
    padding: 1% 0%;
  }
  .part9 .part9_content .price table tr td:nth-of-type(3) {
    font-size: 0.75rem;
  }
  .part10 .headline .horizontalLine img {
    width: 330px;
  }
  .part10 .doctor {
    width: 100%;
    flex-wrap: wrap;
  }
  .part10 .doctor .doctor_img {
    width: 64%;
  }
  .part10 .doctor .doctor_img .consult {
    width: 26%;
    height: 26%;
  }
  .part10 .doctor .doctor_img .consult p {
    font-size: 0.7rem;
  }
  .part10 .doctor .doctor_img .ripples {
    width: 26%;
    height: 26%;
  }
  .part10 .doctor .doctor_introduction {
    width: 90%;
  }
  .part10 .doctor .doctor_introduction .name {
    text-align: center;
    margin-bottom: 3%;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 34px;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 24px;
  }
  .part10 .doctor .doctor_introduction .intro p {
    font-size: 21px;
  }
  .part10 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part10 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 21px;
  }
  .part10 .doctor:nth-of-type(2) .doctor_img {
    order: 1;
  }
  .part10 .doctor:nth-of-type(2) .doctor_introduction {
    order: 2;
  }
  .part10 .doctor:nth-of-type(3) .doctor_img {
    order: 1;
  }
  .part10 .doctor:nth-of-type(3) .doctor_introduction {
    order: 2;
  }
  .part11 {
    margin-bottom: 52%;
  }
  .part11 ul {
    top: 53%;
  }
  .part11 ul li {
    padding: 5.5% 5% 2%;
  }
  .part11 ul li .orderNum {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
  .part11 ul li .question span:nth-of-type(1) {
    width: 1rem;
    height: 1rem;
    font-size: 0.7rem;
  }
  .part11 ul li .question span:nth-of-type(2) {
    font-size: 0.7rem;
  }
  .part11 ul li .answer {
    margin-top: 3%;
  }
  .part11 ul li .answer span:nth-of-type(1) {
    width: 1rem;
    height: 1rem;
    font-size: 0.7rem;
  }
  .part11 ul li .answer span:nth-of-type(2) {
    font-size: 0.6rem;
  }
  .part11 ul li:nth-of-type(2),
  .part11 ul li:nth-of-type(3) {
    margin-top: 6%;
  }
  .part12 h5 {
    font-size: 37px;
  }
  .part12 .part12_img li {
    width: 50%;
  }
  .headline .horizontalLine img {
    width: 180px;
  }
  .button a {
    margin: 10px auto;
    margin-left: 50%;
    font-size: 18px;
  }
  .button a span {
    width: 165px;
  }
}
@media screen and (max-width: 550px) {
  .part8 ul li {
    width: 88%;
  }
  .part8 ul li:nth-of-type(n+2) {
    margin-top: 5%;
  }
  .part8 ul li .caption img {
    width: 2.5rem;
  }
  .part8 ul li .caption span {
    font-size: 1.2rem;
  }
  .part8 ul li .advantage_img {
    margin-top: 5%;
  }
  .part8 ul li .advantage_text {
    font-size: 1.1rem;
  }
  .part12 .part12_img li img:nth-of-type(1) {
    display: none;
  }
  .part12 .part12_img li img:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .header_bg .bg-head-content .button2 {
    margin: 15px auto;
    margin-left: 47%;
  }
  .header_bg .bg-head-content .button2::after {
    top: 5px;
    left: -3px;
  }
  .header_bg .bg-head-content .button2 span {
    font-family: '宋体';
    font-weight: bold;
  }
  .header_bg .bg-head-content .head-bottom-text {
    width: 50%;
  }
  .part1 .headline .horizontalLine img {
    width: 9rem;
  }
  .part1 .discoloration li img {
    margin: 2% auto 0%;
  }
  .part1 .discoloration li span {
    font-size: 0.85rem;
  }
  .part3 .headline .horizontalLine img {
    width: 15rem;
  }
  .part3 .mode li {
    width: 22%;
    font-size: 1.05rem;
    padding: 2% 0;
  }
  .part3 .mode_detail li .detail_left p {
    font-size: 1.1rem;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .part3 .mode_detail li .detail_right .detail_text p:nth-of-type(2) {
    font-size: 1rem;
  }
  .part4 .headline .horizontalLine img {
    width: 21rem;
  }
  .part4 .veneer{
  	 margin-top:2%;
  }
  .part4 .veneer .veneer_text {
    font-size: 1.1rem;
  }
  .part5 a {
    font-size: 14px;
    width: 120px;
  }
  .part6 .headline .horizontalLine img {
    width: 13rem;
  }
  .part6 ul li .content_left img:nth-of-type(1) {
    display: none;
  }
  .part6 ul li .content_left img:nth-of-type(2) {
    display: block;
  }
  .part6 ul li .content_middle {
    width: 20%;
  }
  .part6 ul li .content_middle span {
    top: 47%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 20px;
  }
  .part6 ul li .content_right h6 {
    font-size: 1rem;
  }
  .part6 ul li .content_right p {
    font-size: 0.8rem;
  }
  .part6 ul li:not(:nth-of-type(1)) {
    margin-top: 5%;
  }
  .part7 .part7_content h6 {
    text-shadow: 0px 4px 4px rgba(15, 86, 117, 0.5);
  }
  .part7 .part7_content ul li span:nth-of-type(1) {
    width: 15px;
    height: 15px;
  }
  .part8 .headline .horizontalLine img {
    width: 17rem;
  }
  .part9 .headline .horizontalLine img {
    width: 12rem;
  }
  .part9 .part9_content .price p {
    font-size: 0.85rem;
  }
  .part9 .part9_content .price p span {
    font-size: 0.9rem;
  }
  .part9 .part9_content .price table {
    margin: 3% auto 0;
  }
  .part9 .part9_content .price table th {
    font-size: 0.9rem;
  }
  .part9 .part9_content .price table tr {
    font-size: 0.8rem;
  }
  .part9 .part9_content .price table tr td:nth-of-type(3) {
    font-size: 0.85rem;
  }
  .part10 .headline .horizontalLine img {
    width: 14rem;
  }
  .part10 .doctor .doctor_img .consult {
    width: 35%;
    height: 35%;
  }
  .part10 .doctor .doctor_img .consult p {
    font-size: 1rem;
  }
  .part10 .doctor .doctor_img .ripples {
    width: 35%;
    height: 35%;
  }
  .part10 .doctor .doctor_introduction {
    width: 92%;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 1.5rem;
  }
  .part10 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 1rem;
  }
  .part10 .doctor .doctor_introduction .intro p {
    font-size: 0.9rem;
    padding-left: 4%;
  }
  .part10 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part10 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 0.9rem;
  }
  .part10 .doctor .good p:nth-of-type(1) {
    font-size: 1.05rem;
  }
  .part11 {
    margin-bottom: 90%;
  }
  .part11 .Q_A h5 {
    font-size: 1.5rem;
  }
  .part11 .Q_A hr {
    height: 2px;
    margin: 5px auto;
  }
  .part11 .Q_A p {
    font-size: 1.2rem;
  }
  .part11 ul li {
    width: 90%;
    padding: 7% 5% 4%;
  }
  .part11 ul li .orderNum {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
    top: -18%;
  }
  .part11 ul li .question span:nth-of-type(1) {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.8rem;
  }
  .part11 ul li .question span:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .part11 ul li .answer {
    margin-top: 3%;
  }
  .part11 ul li .answer span:nth-of-type(1) {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.8rem;
  }
  .part11 ul li .answer span:nth-of-type(2) {
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .part11 ul li:nth-of-type(2),
  .part11 ul li:nth-of-type(3) {
    margin-top: 10%;
  }
  .part12 h5 {
    font-size: 1.5rem;
  }
  .headline h5 {
    font-size: 1.3rem;
    margin-bottom: 1px;
  }
  .headline .subtitle {
    font-size: 0.7rem;
  }
  .button img {
    width: 18px;
  }
  .button a {
    font-size: 0.95rem;
  }
  .button a span {
    width: 135px;
    padding: 5px 0;
  }
  .button a::after {
    top: 6px;
    left: 6px;
  }
}
