/* 产品 电服宝 - main content - 统一样式 start */
.dfb_main_content .fx_box {
  display: flex;
}
.dfb_main_content .fx_box_w1 {
  flex: 1;
}
.dfb_main_content .fx_jusbe_box {
  display: flex;
  justify-content: space-between;
}
.dfb_main_content .fx_start_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.dfb_main_content .fx_start_no_wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.dfb_main_content .fx_center_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dfb_main_content .mr_10 {
  margin-right: 10px;
}
/* 产品 电服宝 - main content - 统一样式 end */

/* 展示图区域 start */
.main_show_img {
  height: 320px;
  min-width: 1200px;
  position: relative;
}
.main_show_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 展示图区域 end */

.dfb_main_content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 100px;
}

/* 功能介绍 start */
.dfb_main_content .main_major_area .major_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin: 60px 0 60px 0;
}
.dfb_main_content .major_serve_list ul > li .major_serve_whole_content {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
/* seat_div 的展开效果 start */
.dfb_main_content .major_serve_list ul > li .major_serve_whole_content .seat_div {
  width: 0;
  height: 4px;
  border-radius: 4px;
  background: #1980DC;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  transition: width 600ms;
  -webkit-transition: width 600ms;
  -moz-transition: width 600ms;
  -o-transition: width 600ms;
}
.dfb_main_content .major_serve_list ul > li .major_serve_whole_content:hover .seat_div {
  width: 32px
}
/* seat_div 的展开效果 end */
.dfb_main_content .major_serve_list .serve_svg_box {
  width: 120px;
  height: 120px;
  background: #1980DC;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 30px 0 rgba(25,128,220,0.30);
}
.dfb_main_content .major_serve_list .serve_svg_box img {
  width: 40px;
  height: 40px;
}
.dfb_main_content .major_serve_list .serve_desc {
  font-size: 14px;
  color: #666E74;
  text-align: center;
  margin-top: 30px;
}
/* 功能介绍 end */

/* 电服宝优势 start */
.dfb_main_content .main_fun_list .fun_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  padding: 100px 0 60px 0;
}
.dfb_main_content .fun_list ul > li .major_serve_whole_content {
  width: 280px;
  height: 214px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  padding: 30px 20px 0 20px;
}
.dfb_main_content .fun_list .serve_svg_box {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: #1980DC;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(25,128,220,0.30);
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dfb_main_content .fun_list .serve_desc {
  font-size: 14px;
  color: #666E74;
}
/* 电服宝优势 end */
