/* 产品 校长收银 - main content - 统一样式 start */
.xzsy_main_content .fx_box {
  display: flex;
}
.xzsy_main_content .fx_box_w1 {
  flex: 1;
}
.xzsy_main_content .fx_jusbe_box {
  display: flex;
  justify-content: space-between;
}
.xzsy_main_content .fx_start_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.xzsy_main_content .fx_start_no_wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.xzsy_main_content .fx_center_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.xzsy_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 */

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

/* 校长收银优势 start */
.xzsy_main_content .main_major_area .major_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin: 60px 0 60px 0;
}
.xzsy_main_content .major_serve_list {
  /* padding: 0 100px; */
  width: 600px;
  margin: 0 auto;
}
.xzsy_main_content .major_serve_list ul > li {
  width: 168px;
}
.xzsy_main_content .major_serve_list ul > li .major_serve_whole_content {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
/* seat_div 的展开效果 start */
.xzsy_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;
}
.xzsy_main_content .major_serve_list ul > li .major_serve_whole_content:hover .seat_div {
  width: 32px
}
/* seat_div 的展开效果 end */
.xzsy_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;
  margin-left: 20px;
  box-shadow: 0 15px 30px 0 rgba(25,128,220,0.30);
}
.xzsy_main_content .major_serve_list .serve_svg_box img {
  width: 40px;
  height: 40px;
}
.xzsy_main_content .major_serve_list .serve_desc {
  font-size: 14px;
  color: #666E74;
  text-align: center;
  margin-top: 30px;
}
/* 校长收银优势 end */

/* 8大机构专属收银场景 start */
.xzsy_main_content .main_cashier_type .cashier_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 100px;
}
.xzsy_main_content .main_cashier_type .cashier_box {
  width: 1000px;
  margin: 0 auto;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_middle_box {
  width: 452px;
  height: 433px;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_middle_box img {
  width: 100%;
  height: 100%;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_desc {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_content span {
  font-size: 18px;
  color: #111111;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_left_box, .cashier_right_box {
  padding-top: 115px;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_left_box span {
  display: block;
  width: 127px;
  text-align: right;
  margin-right: 24px;
}
.xzsy_main_content .main_cashier_type .cashier_box .cashier_right_box span {
  display: block;
  margin-left: 24px;
}
/* 8大机构专属收银场景 end */
