body,
html {
  font-size: 14px;
  line-height: 20px;
  min-width: 1400px;
  background: #FFFFFF;
}
.medical-page * {
  box-sizing: border-box;
}
.medical-page .automotive-banner {
  background: url("../images/medicalIndustry/banner-bg.jpg") no-repeat center;
  overflow: hidden;
  height: 420px;
  background-size: cover;
  position: relative;
}
.medical-page .automotive-banner .page-wrap {
  position: relative;
  height: inherit;
  padding-top: 60px;
  box-sizing: border-box;
}
.medical-page .automotive-banner .banner-des {
  color: #0B0B0B;
  font-size: 16px;
  line-height: 22px;
  max-width: 830px;
  display: flex;
  position: absolute;
  left: 0;
  top: 236px;
}
.medical-page .automotive-banner .banner-des:before {
  display: inline-block;
  content: '';
  background: url("../images/medicalIndustry/des-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
}
.medical-page .automotive-banner .jump-btn {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  background: #F26622;
  border-radius: 4px;
  position: absolute;
  bottom: 66px;
  z-index: 2;
  left: 0;
  text-align: center;
  padding: 0 32px;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.medical-page .automotive-banner .jump-btn:hover:after {
  transform: translateX(5px);
}
.medical-page .automotive-banner .jump-btn:after {
  content: '';
  display: inline-block;
  background: url("../images/medicalIndustry/arrow-icon.png") no-repeat center;
  width: 23px;
  height: 15px;
  background-size: cover;
  margin-left: 19px;
  transition: all 0.3s linear;
}
.medical-page .automotive-section {
  padding: 56px 0;
  overflow: hidden;
}
.medical-page .automotive-section.deep {
  background: #F3F3F3;
}
.medical-page .automotive-section.facility {
  background: url("../images/medicalIndustry/facility-bg.png") no-repeat center;
  height: 812px;
  min-width: 1400px;
  background-size: cover;
}
.medical-page .automotive-section.client {
  padding: 50px 0;
  overflow-x: hidden;
}
.medical-page .automotive-section .automotive-title {
  line-height: 45px;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 14px;
}
.medical-page .automotive-section .title-des {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 36px;
}
.medical-page .automotive-section .sub-el {
  margin-bottom: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}
.medical-page .automotive-section .sub-el .tag {
  color: #01AE01;
  display: inline-block;
  border-bottom: 4px solid #01AE01;
}
.medical-page .view-advantage {
  display: flex;
  gap: 16px;
}
.medical-page .view-advantage .view-el {
  min-width: 338px;
  height: 360px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 42px 34px;
}
.medical-page .view-advantage .view-el:hover {
  box-shadow: 0px 4px 14px 0px rgba(220, 220, 220, 0.6);
  border: 1px solid #01AE01;
}
.medical-page .view-advantage .view-el:hover .view-icon {
  background: rgba(245, 246, 245, 0.5);
}
.medical-page .view-advantage .view-el .view-icon {
  width: 140px;
  height: 140px;
  margin: 0 auto 45px;
  border-radius: 50%;
  background: rgba(245, 246, 245, 0.34);
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical-page .view-advantage .view-el .view-txt .txt-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #333333;
}
.medical-page .view-advantage .view-el .view-txt .txt {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.medical-page .facility-remit .swiper-container {
  height: 554px;
}
.medical-page .facility-remit .swiper-wrapper {
  height: 418px;
}
.medical-page .facility-remit .fac-item {
  width: 1400px;
  background: rgba(141, 141, 141, 0.06);
  border-radius: 8px;
  padding: 16px 16px 16px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.medical-page .facility-remit .fac-item .fac-blt {
  color: #333333;
}
.medical-page .facility-remit .fac-item .fac-title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 32px;
}
.medical-page .facility-remit .fac-item .tab-des {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.medical-page .facility-remit .fac-item .tag {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  padding: 0 16px;
  border-radius: 14px;
  color: #FFFFFF;
  margin-left: 10px;
}
.medical-page .facility-remit .fac-item .tag.green {
  background: #01AE01;
}
.medical-page .facility-remit .fac-item .tag.orange {
  background: #F26622;
}
.medical-page .facility-remit .fac-item .tag.brown {
  background: #B78B3B;
}
.medical-page .facility-remit .fac-item .fac-des {
  margin-bottom: 6px;
}
.medical-page .facility-remit .fac-item .fac-pic {
  width: 660px;
  height: 386px;
  overflow: hidden;
  border-radius: 8px;
}
.medical-page .facility-remit .fac-item .fac-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.medical-page .facility-remit .fac-item .fac-pic:hover img {
  transform: scale(1.1);
}
.medical-page .facility-remit .page-bt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  position: absolute;
  bottom: 0;
  height: 120px;
}
.medical-page .facility-remit .page-item {
  width: 207px;
  height: 94px;
  padding: 22px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  background: transparent;
  justify-content: center;
  align-items: center;
  opacity: 1;
  margin: 0;
  transition: height 0.3s linear;
}
.medical-page .facility-remit .page-item:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: height 0.3s linear;
}
.medical-page .facility-remit .page-item:first-child:after {
  background: url("../images/medicalIndustry/fac-item1.png") no-repeat center;
}
.medical-page .facility-remit .page-item:nth-child(2):after {
  background: url("../images/medicalIndustry/fac-item2.png") no-repeat center;
}
.medical-page .facility-remit .page-item:nth-child(3):after {
  background: url("../images/medicalIndustry/fac-item3.png") no-repeat center;
}
.medical-page .facility-remit .page-item:nth-child(4):after {
  background: url("../images/medicalIndustry/fac-item4.png") no-repeat center;
}
.medical-page .facility-remit .page-item:nth-child(5):after {
  background: url("../images/medicalIndustry/fac-item5.png") no-repeat center;
}
.medical-page .facility-remit .page-item:nth-child(6):after {
  background: url("../images/medicalIndustry/fac-item6.png") no-repeat center;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active {
  height: 120px;
  align-items: flex-end;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active .page-title {
  color: #FFFFFF;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active:first-child:after {
  background: url("../images/medicalIndustry/fac-item-big1.png") no-repeat center;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active:nth-child(2):after {
  background: url("../images/medicalIndustry/fac-item-big2.png") no-repeat center;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active:nth-child(3):after {
  background: url("../images/medicalIndustry/fac-item-big3.png") no-repeat center;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active:nth-child(4):after {
  background: url("../images/medicalIndustry/fac-item-big4.png") no-repeat center;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active:nth-child(5):after {
  background: url("../images/medicalIndustry/fac-item-big5.png") no-repeat center;
}
.medical-page .facility-remit .page-item.swiper-pagination-bullet-active:nth-child(6):after {
  background: url("../images/medicalIndustry/fac-item-big6.png") no-repeat center;
}
.medical-page .facility-remit .page-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.medical-page .facility-remit .btn-icon {
  width: 44px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(153, 153, 153, 0.4);
  background: rgba(51, 51, 51, 0.04);
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 11;
}
.medical-page .facility-remit .btn-icon:hover {
  background: rgba(1, 174, 1, 0.1);
  border: 1px solid rgba(1, 174, 1, 0.5);
}
.medical-page .facility-remit .btn-icon:hover.prev {
  transform: rotate(180deg);
}
.medical-page .facility-remit .btn-icon:hover.next {
  transform: rotate(180deg);
}
.medical-page .facility-remit .btn-icon:hover:after {
  background: url("../images/medicalIndustry/swiper-btn-hover.png") no-repeat center;
}
.medical-page .facility-remit .btn-icon:after {
  background: url("../images/medicalIndustry/swiper-btn.png") no-repeat center;
  width: 10px;
  height: 18px;
  content: '';
  display: block;
}
.medical-page .facility-remit .btn-icon.prev {
  left: 0;
}
.medical-page .facility-remit .btn-icon.next {
  right: 0;
}
.medical-page .facility-remit .btn-icon.next:after {
  transform: rotate(180deg);
}
.medical-page .equipment-box .equipment-nav .navs-wrap {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 3px;
  background: rgba(215, 215, 215, 0.14);
  border: 1px solid #E9E9F0;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.medical-page .equipment-box .equipment-nav .navs-wrap .line-el {
  width: 460px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 17, 0, 0.04);
  border-radius: 8px;
  display: block;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 3px;
  margin: auto;
  z-index: 0;
  transition: all 0.2s;
}
.medical-page .equipment-box .equipment-nav .navs-wrap .tab-el {
  width: 460px;
  height: 52px;
  border-radius: 8px;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medical-page .equipment-box .equipment-nav .navs-wrap .tab-el:hover {
  color: #01AE01;
}
.medical-page .equipment-box .equipment-nav .navs-wrap .tab-el.active {
  color: #01AE01;
  font-size: 18px;
}
.medical-page .equipment-box .val-table {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.medical-page .equipment-box .view-val-remit {
  display: flex;
}
.medical-page .equipment-box .view-val-remit:first-child .title {
  border-top: unset;
}
.medical-page .equipment-box .equipment-params {
  padding: 48px 0 0;
}
.medical-page .equipment-box .equipment-params .title {
  min-width: 294px;
  font-size: 16px;
  border-right: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  padding-left: 86px;
}
.medical-page .equipment-box .equipment-params .title span {
  color: #01AE01;
}
.medical-page .equipment-box .equipment-params .view-params {
  display: flex;
  flex-wrap: wrap;
}
.medical-page .equipment-box .equipment-params .view-params.smt .params-el {
  width: 300px;
}
.medical-page .equipment-box .equipment-params .view-params.smt .params-el:first-child {
  width: 452px;
}
.medical-page .equipment-box .equipment-params .params-el {
  width: 368px;
  height: 140px;
  padding: 20px 30px 20px 80px;
  display: flex;
  align-items: center;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.medical-page .equipment-box .equipment-params .params-el:nth-child(3) {
  border-right: unset;
}
.medical-page .equipment-box .equipment-params .params-el:nth-child(4) {
  border-bottom: unset;
}
.medical-page .equipment-box .equipment-params .params-el:nth-child(5) {
  border-bottom: unset;
}
.medical-page .equipment-box .equipment-params .params-el .params-icon {
  background: #F9F9F9;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 8px;
}
.medical-page .equipment-box .equipment-params .params-el .params-txt {
  color: #333333;
}
.medical-page .equipment-box .equipment-params .params-el .t-name {
  color: #666666;
  margin-bottom: 10px;
}
.medical-page .equipment-box .equipment-params .params-el .t-val {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.medical-page .equipment-box .equipment-params .view-special {
  display: flex;
  gap: 16px 10px;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 45px;
  border-top: 1px solid #EFEFEF;
}
.medical-page .equipment-box .equipment-params .view-special span {
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
  border: 1px solid transparent;
}
.medical-page .equipment-box .equipment-params .view-special span.tag1 {
  border-color: #01AE01;
  color: #01AE01;
}
.medical-page .equipment-box .equipment-params .view-special span.tag2 {
  border-color: #F26622;
  color: #F26622;
}
.medical-page .equipment-box .equipment-params .view-special span.tag3 {
  border-color: #B78B3B;
  color: #B78B3B;
}
.medical-page .equipment-box .equipment-params .special-des {
  background: rgba(243, 243, 243, 0.3);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.medical-page .equipment-box .equipment-params .special-des .s-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.medical-page .equipment-box .equipment-params .facility-view {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.medical-page .equipment-box .equipment-params .facility-view .facility-el {
  border-radius: 8px;
  background: rgba(243, 243, 243, 0.3);
  height: 70px;
  padding: 11px 20px;
  width: 456px;
  font-size: 16px;
  color: #333333;
}
.medical-page .equipment-box .equipment-params .facility-view .facility-el .f-title {
  font-weight: bold;
  color: #333333;
}
.medical-page .equipment-box .equipment-params .facility-view .facility-el .f-des {
  color: #666666;
}
.medical-page .equipment-box .equipment-params .example-product {
  display: flex;
  width: 1290px;
  align-items: center;
  margin: 0 auto;
}
.medical-page .equipment-box .equipment-params .example-product .example-l {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.medical-page .equipment-box .equipment-params .example-product .example-el {
  width: 340px;
  height: 60px;
  line-height: 60px;
  border-radius: 1px;
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.medical-page .equipment-box .equipment-params .example-product .example-el:hover {
  background: linear-gradient(90deg, rgba(1, 174, 1, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.medical-page .equipment-box .equipment-params .example-product .example-el.active {
  font-weight: bold;
  background: linear-gradient(90deg, rgba(1, 174, 1, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.medical-page .equipment-box .equipment-params .example-product .example-r {
  height: 510px;
  display: flex;
}
.medical-page .equipment-box .equipment-params .example-product .view-pic {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 550ms ease-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  isolation: isolate;
}
.medical-page .equipment-box .equipment-params .example-product .view-pic.animate-fade-up-center {
  opacity: 1;
  transform: translateY(0);
}
.medical-page .equipment-box .equipment-params .example-product .info-view {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 550ms ease-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  padding-top: 64px;
}
.medical-page .equipment-box .equipment-params .example-product .info-view.animate-fade-up-center {
  opacity: 1;
  transform: translateY(0);
}
.medical-page .equipment-box .equipment-params .example-product .info-view .info-el {
  width: 472px;
  min-height: 276px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(14, 22, 25, 0.18);
  border-radius: 8px;
  padding: 30px;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .sub-t {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .i-params {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .i-params span {
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 13px;
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid transparent;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .i-params span.tag1 {
  color: #01AE01;
  border-color: #01AE01;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .i-params span.tag2 {
  color: #F26622;
  border-color: #F26622;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .i-params span.tag3 {
  color: #B78B3B;
  border-color: #B78B3B;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .c-cost {
  margin-bottom: 20px;
  line-height: 22px;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .c-cost:nth-last-of-type(1) {
  margin-bottom: 0;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .c-cost .c-title {
  font-size: 14px;
  font-weight: bold;
}
.medical-page .equipment-box .equipment-params .example-product .info-view .c-cost .c-des {
  color: #666666;
}
.medical-page .equipment-box .inventory-box {
  display: flex;
  gap: 20px 16px;
  flex-wrap: wrap;
}
.medical-page .equipment-box .inventory-box .inventory-el {
  width: 456px;
  height: 200px;
  position: relative;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .mask-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .mask-name:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background: #01AE01;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-name {
  font-size: 14px;
  font-weight: bold;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-des {
  margin-bottom: 20px;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-params {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-params span {
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 13px;
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid transparent;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-params span.tag1 {
  color: #01AE01;
  border-color: #01AE01;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-params span.tag2 {
  color: #F26622;
  border-color: #F26622;
}
.medical-page .equipment-box .inventory-box .inventory-el .inventory-mask .t-params span.tag3 {
  color: #B78B3B;
  border-color: #B78B3B;
}
.medical-page .equipment-box .inventory-box .inventory-el:hover .pic1 {
  opacity: 1;
  visibility: visible;
}
.medical-page .equipment-box .inventory-box .inventory-el:hover .pic2 {
  opacity: 0;
  visibility: hidden;
}
.medical-page .equipment-box .inventory-box .inventory-el img {
  position: absolute;
  margin: auto;
  z-index: 1;
}
.medical-page .equipment-box .inventory-box .pic1 {
  opacity: 0;
  visibility: hidden;
}
.medical-page .equipment-box .inventory-box .inventory-mask {
  position: absolute;
  margin: auto;
  z-index: 3;
}
.medical-page .quality-remit {
  display: flex;
  gap: 16px;
}
.medical-page .quality-remit .swiper-container {
  border-radius: 8px;
}
.medical-page .quality-remit .quality-item {
  width: 692px;
  height: 450px;
  padding: 52px 48px 20px;
  color: #FFFFFF;
}
.medical-page .quality-remit .quality-item .quality-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 15px;
}
.medical-page .quality-remit .row-safe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.medical-page .quality-remit .row-safe .safe-item {
  width: 692px;
  height: 217px;
  padding: 18px 50px 18px 32px;
  border-radius: 8px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.medical-page .quality-remit .row-safe .safe-item:nth-child(2) dd {
  padding-left: unset;
}
.medical-page .quality-remit .row-safe .safe-item:nth-child(2) dd:before {
  background: unset;
}
.medical-page .quality-remit .row-safe .safe-item dt {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  margin-bottom: 16px;
}
.medical-page .quality-remit .row-safe .safe-item dd {
  color: #666666;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.medical-page .quality-remit .row-safe .safe-item dd:last-of-type {
  margin-bottom: unset;
}
.medical-page .quality-remit .row-safe .safe-item dd:before {
  background: url("../images/medicalIndustry/row-bg.png") no-repeat center;
  width: 387px;
  height: 22px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.medical-page .quality-remit .swiper-pagination-bullet {
  width: 114px;
  height: 3px;
  background: rgba(243, 243, 243, 0.6);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.medical-page .quality-remit .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
@keyframes widthTime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.medical-page .quality-remit .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  height: 100%;
  display: block;
  border-radius: 2px;
  background: #01AE01;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  animation: widthTime 5s linear forwards;
}
.medical-page .client-view {
  display: flex;
  flex-direction: column;
}
.medical-page .client-view .view-client-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.medical-page .client-view .view-client-row:first-child {
  margin-bottom: 20px;
}
.medical-page .client-view .client-el {
  background: #F3F3F3;
  box-shadow: 0px 11px 18px 0px rgba(243, 243, 243, 0.14);
  border-radius: 8px;
  padding: 20px;
  width: 440px;
  flex-shrink: 0;
}
.medical-page .client-view .client-el .client-des {
  margin-bottom: 20px;
}
.medical-page .client-view .client-el .avatar-row {
  display: flex;
  align-items: center;
}
.medical-page .client-view .client-el .avatar-row .avatar-icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.medical-page .client-view .client-el .avatar-row .avatar-info .a-name {
  font-weight: bold;
  color: #333333;
}
.medical-page .client-view .client-el .avatar-row .avatar-info .a-des {
  font-size: 13px;
  color: #999999;
}
.medical-page .automotive-apply {
  text-align: center;
  overflow: hidden;
  background: url("../images/medicalIndustry/apply-bg.jpg") no-repeat center;
  height: 300px;
  color: #333333;
}
.medical-page .automotive-apply .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
  margin-top: 70px;
}
.medical-page .automotive-apply .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.medical-page .automotive-apply .apply-btn {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 46px;
  color: #FFFFFF;
  background: #F26622;
}
.medical-page .automotive-apply .apply-btn:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.medical-page .automotive-apply .apply-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/medicalIndustry/msg-icon.png") no-repeat center;
  width: 18px;
  height: 16px;
  background-size: cover;
  margin-right: 6px;
  vertical-align: middle;
}
/*# sourceMappingURL=medicalIndustry.css.map */