html,
body,
#app {
  margin: 0;
  padding: 0;

}

html {
  box-sizing: border-box;
}

div:focus,
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;

  text-decoration: none;
}

/* 清除所有元素的默认外边距和内边距 */
* {
  margin: 0;
  padding: 0;
}

/* 清除链接的默认样式 */
a {
  text-decoration: none;
  color: inherit;
}

/* 清除列表的默认样式 */
ul,
ol {
  list-style: none;
}

/* 清除表单元素的默认样式 */
input,
button,
textarea,
select {
  appearance: none;
  border: none;
  background: none;
  /* 其他样式重置 */
}

.line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cont_comm {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}

.cont_comm h3 {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: 500;
}

.cont_comm .h3_span {
  display: inline-block;
  color: #333333;
  margin-top: 16px;
}


body * {
  box-sizing: border-box;

}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
  background-color: transparent;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.popup {
  position: fixed;
  top: 52px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-color: #f0f9eb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  padding: 12px 12px;
  min-width: 192px;
  border-radius: 4px;
  border: 1px solid #d1edc4;
  text-align: center;
  color: #1AB370;
}


.udesk {
  position: fixed;
  right: 10px;
  top: 270px;
  z-index: 999;
}

.hover_cont {
  position: absolute;
  top: 0;
  left: -280px;
}

.conversation_cont1 {
  width: 271px;
  height: 100px;
  background: url(/imgs/nav/box.png) 100% no-repeat;
  background-size: 100% 100%;
  padding: 16px 32px;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: -16px;
  display: none;
  align-items: center;
  flex-wrap: wrap;

}

.conversation_cont1 p {
  width: 100%;
}

.conversation_cont2 {
  width: 271px;
  height: 128px;
  background: url(/imgs/nav/box2.png) 100% no-repeat;
  background-size: 100% 100%;
  padding: 16px 32px;
  font-size: 12px;
  color: #3d3d3d;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 168px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  display: none;

}

.conversation_cont2_text {
  width: 126px;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}

.conversation_cont2 img {
  width: 72px;
  height: 72px;
}

/*  */
.conversation_cont3 {

  width: 271px;
  height: 100px;
  background: url(/imgs/nav/box.png) 100% no-repeat;
  background-size: 100% 100%;
  padding: 16px 32px;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 250px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: none;

}

.conversation_cont3 img {
  width: 48px;
  height: 48px;
}

.conversation_cont3 p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 20px;
}

.conversation_cont3 .green {
  font-size: 12px;
  font-weight: 400;
  color: #1AB370;
  line-height: 17px;
}

.conversation_cont2_text {
  width: 133px;
}

/*  */
.conversation_cont4 {

  width: 271px;
  height: 128px;
  background: url(/imgs/nav/box2.png) 100% no-repeat;
  background-size: 100% 100%;
  padding: 16px 32px;
  font-size: 12px;
  color: #3d3d3d;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 310px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  display: none;

}

.conversation_cont4_text {
  width: 126px;
  width: 126px;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}

.conversation_cont4 img {
  width: 72px;
  height: 72px;
}

/*  */
.udesk_cont {
  width: 64px;
  height: 314px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  font-size: 12px;
  color: #999999;
}

.udesk_cont .icon_img_active {
  display: none;
}

.udesk_btn {
  width: 80px;
  height: 80px;
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
  
  
}
.udesk_btn::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #FFA24A;
  border-radius: 50%;
  -webkit-animation: breathe 1s linear infinite;
  animation: breathe 1s linear infinite;
}
@-webkit-keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.udesk_btn_text {
  width: 64px;
  height: 24px;
  background: #FFA24A;
  border-radius: 12px;
  position: absolute;
  font-size: 12px;
  color: #fff;
  bottom: 0;
  left: 8px;
  text-align: center;
  line-height: 24px;

}

.udesk_btn img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: breathe-img 1s linear infinite;
  animation: breathe-img 1s linear infinite;
}

.udesk_bottom_btn {
  width: 64px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  cursor: pointer;
  display: none;
}
@-webkit-keyframes breathe-img {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes breathe-img {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.udesk_bottom_btn .btn_text {
  width: 64px;
  height: 96px;
  border-radius: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.udesk_bottom_btn .btn_text img {
  width: 64px;
  height: 96px;
}
.udesk_cont ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0;

}

.udesk_cont li {
  width: 48px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease-out;

}

.udesk_cont .list_text {
  margin-top: 12px;
}

.udesk_cont .img_border {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.img_border img {
  width: 24px;
  height: 24px;
}

.udesk_text {
  position: absolute;
  top: -20px;
  left: -255px;
  display: none;
}

.udesk .active {
  display: block;
}

.udesk_text_email {
  top: 42px;
  display: none;
}

.udesk_text_email .email_cont {
  padding-left: 38px;
  margin-bottom: 8px;
}

.udesk_text_email .bubble {
  padding: 20px 0 12px 0;
}

.udesk .icon_cont {
  width: 100px;
  height: 230px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}

.udesk .icon_cont .icon_hover {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5B626B;
  cursor: pointer;
}

.udesk .icon_cont .active {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #129C00;
  cursor: pointer;
}

.udesk .icon_cont .icon_hover img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

.udesk .icon_cont .icon_hover .icon_hover_active {
  display: none;
}

.udesk .icon_cont .active img {
  display: none;
}

.udesk .icon_cont .active .icon_hover_active {
  display: block;
}

.udesk_icon,
.udesk_icon img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.bubble-container {
  position: relative;
  display: inline-block;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #CBEBC6;
  border-radius: 8px;

}

.bubble {
  position: relative;
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  width: 250px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-top: 20px;
}

.bubble p {
  padding: 0 20px;
}

.bubble i {
  margin-right: 10px;
  opacity: 0.3;
}

.bubble .text {
  margin: 8px 0;
}

.bubble .icon_phonenum {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #129C00;
  line-height: 22px;
  background-color: #E7F5E5;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  margin-top: 16px;
}

.bubble::after {
  content: '';
  position: absolute;
  background: none;
  top: 35px;
  right: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent transparent #CBEBC6;
}

.bubble::before {
  content: '';
  position: absolute;
  top: 36px;
  right: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

.udesk-client-btn {
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}


#player_warp {
  position: fixed;
  right: 84px;
  bottom: 49px;
  height: 180px;
  width: 320px;
  z-index: 9999;
  background-color: #999;
  display: none;
  border-radius: 4px;
  overflow: hidden;
}

#player_warp video {
  height: 180px;
  width: 320px;
}

.hover_item {
  transition: box-shadow .5s linear, -webkit-box-shadow .5s linear;
}

.hover_item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}


.none-cont {
  height: 340px;
  width: 100%;
  margin: 0 auto;
}

.required::before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
.icon_play{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(/imgs/icon_play.png) 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -40px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  
}

/*  */
.bottom_card {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 580px;
}
.case_cont{
  background: #F6F8F7;
}
.title_link{
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}
.case_cont .bottom_card_cont{
  background: #fff;
  justify-content: center
}


.bottom_card_title {
  width: 100%;
  height: 50px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 36px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 50px;
  margin: 80px 0 0 0;
}
.bottom_card_cont {
  background-color: rgba(247, 248, 249, 0.5);
  border-radius: 4px;
  position: relative;
  width: 1184px;
  height: 270px;
  margin: 66px auto 114px auto;
}
.bottom_card_right {
  width: 544px;
  height: 270px;
  margin: 0px 0 0 592px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.bottom_card .text_300 {
  width: 560px;
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bottom_card .text_301 {
  width: 544px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 20px;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bottom_card .image-wrapper_bg {
  height: 306px;
  background: #F4F7F6;
  background-size: 100% 100%;
  width: 544px;
  position: absolute;
  left: -32px;
  top: 0px;
  z-index: 1;
}



.bottom_card .text-wrapper_105 {
  background-color: rgba(26, 179, 112, 1);
  border-radius: 254px;
  height: 36px;
  width: 110px;
  margin: 24px 0 0 0px;
  cursor: pointer;
}
.image-wrapper_cont {
  height: 306px;
  background: url(/imgs/mix/SketchPnga0cd23ef95ccaac01d561b574ffffc6942ce99fb75759ff3db8cd05c851a62f5.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 544px;
  position: absolute;
  left: -16px;
  top: -18px;
  z-index: 9;
}

.image-wrapper_cont .image_60 {
  width: 544px;
  height: 306px;
}
.bottom_card .text_302 {
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 36px;
  margin-left: 0;
}
.bottom_card .text_50 {
  width: 138px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(26, 179, 112, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 16px 0 0 3px;
  cursor: pointer;
}
.el-menu--horizontal>.el-menu-item {
  font-size: 18px;
}
.el-menu--horizontal>.el-sub-menu .el-sub-menu__title{
  font-size: 18px;
}
#qrcodeimg{
  display: none;
}




/* 全场景全渠道一站式，药企数字转型首选 */
.pmartech_information {
  background-color: #1AB370;
  color: #fff;
  height: 560px;
  box-sizing: border-box;
  padding-top: 80px;
}

.pmartech_information .title h3 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}

.pmartech_information_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 70px;
}

.pmartech_information_item {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  width: 300px;
  height: 188px;
  text-align: center;
}

.pmartech_information_item span {
  font-size: 80px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 112px;
}

.pmartech_information_item i {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 112px;
}

.pmartech_information_swiper {
  height: 190px;
  background-color: #F6F8F7;
  position: relative;
}

.information_swiper_cont{
  position: absolute;
  top: -128px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  height: 256px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information_swiper {

  width: 1100px;
  height: 256px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.information_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_swiper .swiper-slide img {
  width: 220px;
  height: 160px;
}

.information_swiper .swiper-button-prev {
  width: 32px;
  height: 48px;
  background: #F5F5F5;
  border-radius: 0px 100px 100px 0px;
  left: 0;
}

.information_swiper .swiper-button-next {
  width: 32px;
  height: 48px;
  background: #F5F5F5;
  border-radius: 100px 0px 0px 100px;
  right: 0;
}
.information_swiper .swiper-button-next:after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/imgs/pmartech_demand/图标／通用／通用_方向／左箭头_16备份@2x.png);
  background-size: 16px 16px;
  
} 
.information_swiper .swiper-button-prev:after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/imgs/pmartech_demand/图标／通用／通用_方向／左箭头_16@2x.png);
  background-size: 16px 16px;
  
} 
.pmartech_more .share_list_cont{
  width: 100%;
  display: flex;
  justify-content: space-between;
}<!--0.00020217895507812-->