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(/h5/dist/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(/h5/dist/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(/h5/dist/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(/h5/dist/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: 64px;
  height: 64px;
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
} */

.udesk_btn_text {
  width: 64px;
  height: 24px;
  background: #FFA24A;
  border-radius: 12px;
  position: absolute;
  font-size: 12px;
  color: #fff;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 24px;

}

.udesk_btn img {
  width: 64px;
  height: 64px;
}

.udesk_bottom_btn {
  width: 64px;
  height: 128px;
  background: url(/h5/dist/imgs/nav/编组9@2x.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  cursor: pointer;
}

.udesk_bottom_btn .btn_text {
  width: 32px;
  height: 96px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
}

.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, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}


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



.common_tabs_box {
  width: 100vw;
  height: calc(72 * var(--my-variable));
    /* 出现横向滚动条 */
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: calc(52 * var(--my-variable));
}

/* .common_tabs_box .common_tabs_box::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
} */

.common_tabs_box .common_tabs {
  display: flex;
}

.common_tabs_box .common_tabs > div {
  margin-left: calc(48 * var(--my-variable));
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #999;
  line-height: calc(40 * var(--my-variable));
  font-size: calc(28 * var(--my-variable));
}

.common_tabs_box .common_tabs div:last-child {
  width: 1px;
}

.common_tabs_box .common_tabs > div.active {
  position: relative;
  font-weight: 500;
  height: calc(80 * var(--my-variable));
  color: #333;
}

.common_tabs_box .common_tabs > .active::after {
  position: absolute;
  content: '';
  bottom: calc(20 * var(--my-variable));
  left: 30%;
  width: 40%;
  height: calc(8 * var(--my-variable));
  background: #1AB370;
  border-radius: calc(4 * var(--my-variable));
  -webkit-border-radius: calc(4 * var(--my-variable));
  -moz-border-radius: calc(4 * var(--my-variable));
  -ms-border-radius: calc(4 * var(--my-variable));
  -o-border-radius: calc(4 * var(--my-variable));
}

.h5_video_box {
  height: 11.55rem;
  width: 18.75rem;
  padding: 1.2rem 1.2rem 1.5rem;
  background: #fff;
}

.h5_video_box .video_box,video{
  height: 9.2rem; 
  width: 16.35rem;
  border-radius: 0.23rem;
  -webkit-border-radius: 0.23rem;
  -moz-border-radius: 0.23rem;
  -ms-border-radius: 0.23rem;
  -o-border-radius: 0.23rem;
}

.recommend {
  width: 100%;
  padding: 2rem 1.2rem;
}

.recommend_headline {
  width: 16.35rem;
  text-align: center;
  font-size: 0.9rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 1.25rem;
}

.recommend_sub_headline {
  width: 16.35rem;
  font-size: 0.7rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #1AB370;
  line-height: 1rem;
  text-align: center;
}

.baipishu  .recommend_headline {
  margin-bottom: 1.2rem;
} 

.recommend_cover_box {
  width: 16rem;
  height: 9rem;
  position: relative;
}
.recommend_cover_box img {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.recommend_cover_box::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  background: rgba(244, 247, 246, 1);
}
.recommend_title {
  margin-top: 1.2rem;
  width: 16.35rem;
  font-size: 0.7rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 1rem;   
  overflow : hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.recommend_subtitle {
  margin-top: 0.6rem;
  width: 16.35rem;
  font-size: 0.6rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 1rem;
  overflow : hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.custom_button {
  height: 1.2rem;
  background: #1AB370;
  border-radius: 0.6rem;
  padding: 0.25rem 0.4rem;
  font-size: 0.5rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.7rem;
  border: 0;
}

.recommend .custom_button {
  margin-top: 1.2rem;
}

.baipishu {
  background: #fff;
}

.customer_case {
  background: #f9f9f9;
}

.customer_case .recommend_sub_headline {
  margin: 0.4rem 0 1.2rem;
}

.customer_case .recommend_title {
  -webkit-line-clamp: 2;
}

.customer_case .recommend_subtitle {
  -webkit-line-clamp: 6;
}

.customer_case .custom_button_box {
  width: 100%;
  text-align: right;
}

#shade_div {
  z-index: 2147483641;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  
  display: flex;
  justify-content: center;
  align-items: center;

  position: fixed;
  top: 0;
  flex-direction: column;
}
#shade_div img {
  width: 75vw;
  height: 75vw;
}

#shade_div div {
  margin: 1rem;
  font-size: 1rem;
  color: #fff;
}<!--0.00033307075500488-->