.flip-board {
  width: 100%;
  vertical-align: bottom;
}

/* entire container, keeps perspective */
.flip-board-ie {
  perspective: 1000;
  transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-board-ie-hover .back {
  transform: rotateY(0deg);
}

.flip-board-ie-hover .front {
  transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.flip-board {
  position: relative;
}

/* filp board style */
.flip-board {
  perspective: 1000;
  display: inline-block;
  /* margin-right: 10px; */
  height: 100%;
}

.flip-block {
  /* box-shadow: 0 4px 8px 0 rgba(44, 51, 73, .14);
    background: #fff;
    border-radius: 4px; */
  height: 100%;
}

/* flip speed goes here
  .flipper {
      transition: 0.6s;
    transform-style: preserve-3d;
  
    position: relative;
    
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
  } */

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* flip the pane when hovered */
.flipped {
  transform: rotateY(180deg);
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

/* hide back of pane during swap */
.front,
.back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* IE not support */
  backface-visibility: hidden;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.flip-module {
  background: url(../IMG/Function/contentBg.png) no-repeat 100%;
  background-position: 111px 40px;
  background-size: 100% auto;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.flip-module .module-title {
  font-size: 0.24rem;
}

.flip-module .flipper {
  min-height: 3.6rem;
  background: url("../IMG/Function/bgFront2.png") no-repeat scroll bottom right;
  background-size: 50%;
}

.flip-module .flipped {
  background: url("../IMG/Function/bgBack2.png") no-repeat scroll bottom right;
  background-size: cover;
}

.flip-module .flipper > .front,
.flip-module .flipper > .back {
  min-height: 3.6rem;
  display: flex;
  align-items: center;
}

.flip-module .imgWrap {
  padding-top: calc(50px + 0.14rem);
  width: 100%;
  position: absolute;
  height: 100%;
}

.flip-module .imgWrap img {
  height: auto;
  width: 100%;
}

.flip-module .container .imgWrap1 {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  background: url("../IMG/Function/bgFront2.png") no-repeat scroll bottom right;
  background-size: 50%;
}

.flip-module .container .imgWrap2 {
  background: url("../IMG/Function/bgBack2.png") no-repeat scroll bottom right;
  background-size: 100% 100%;
}

.flip-module .contentWrap {
  position: relative;
  cursor: pointer;
  height: 100%;
  padding: 0 0.3rem 0 0.6rem;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}

.flip-module .contentWrap.white {
  color: #333;
}

.flip-module .contentWrap.black {
  color: #fff;
}

.flip-module .title-name {
  display: inline-flex;
  align-items: center;
  font-size: 0.25rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.flip-module .function-name {
  display: inline-flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bolder;
}

.flip-module .tag-name {
  padding: 0;
  display: flex;
  flex-flow: wrap;
}

.flip-module .tag-name span {
  display: inline-block;
  height: 0.3rem;
  border-radius: 0.15rem;
  font-size: 0.14rem;
  padding: 0.04rem 0.18rem;
  margin-bottom: 0.1rem;
  margin-right: 0.24rem;
}

.flip-module .tag-name span:nth-child(1) {
  color: #3489ee;
  background: rgba(52, 137, 238, 0.1);
}

.flip-module .tag-name span:nth-child(2) {
  color: #f2a46e;
  background: rgba(242, 164, 110, 0.1);
}

.flip-module .tag-name span:nth-child(3) {
  color: #70ad47;
  background: rgba(112, 173, 71, 0.1);
}

.flip-module hr {
  width: 1.1rem;
  margin-left: 0;
  /* border-top: 1px solid #333; */
  border: none;
  margin-top: 0.4rem;
  margin-bottom: 0.14rem;
}

.flip-module ul {
  font-size: 0.15rem;
  /*line-height: 0.42rem;*/
  line-height: 1.4em;
  margin-bottom: 0.22rem;
}

.flip-module .carousel {
  margin-top: 0.14rem;
  padding-right: 0.2rem;
}

.flip-module .carousel-inner {
  width: calc(100% + 0.2rem);
  border: 1px solid rgba(204, 204, 204, 0.42);
  border-radius: 0.18rem;
}

.category-item .carousel-inner {
  background: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0px 6px 27px 0px rgba(17, 104, 255, 0.1);
}

.category-item .carousel-inner {
  background: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0px 6px 27px 0px rgba(17, 104, 255, 0.1);
}

.category-item .carousel-inner.new-carousel {
  border-radius: 0 0 0.1rem 0.1rem;
}

.category-item .carousel-inner .bg-worker {
  background: url("../IMG/Function/bg_worker.png") no-repeat scroll bottom right;
}

.category-item .carousel-inner .bg-doctor {
  background: url("../IMG/Function/bg_doctor.png") no-repeat scroll bottom right;
}

.flip-module .carousel-wrap {
  padding: 0.2rem;
}

.flip-module .carousel-indicators {
  position: static;
  width: 100%;
  margin-left: 0;
  display: flex;
  padding-left: 0;
  align-items: center;
  justify-content: space-evenly;
}

.flip-module .carousel-indicators li,
.flip-module .carousel-indicators li.active {
  width: auto;
  text-indent: 0;
  margin: 0;
  height: auto;
  padding: 0.16rem 0;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #333;
  border: none;
  transition: all 0.2s;
  border-radius: 0;
  justify-content: center;
  font-weight: bold;
}

.flip-module .carousel-indicators li p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.flip-module .carousel-indicators li p img {
  margin-right: 0.15rem;
  height: 0.16rem;
}

.flip-module .carousel-indicators li .circle {
  height: 0.18rem;
  width: 0.18rem;
  border-radius: 50%;
  background: #cccccc;
  line-height: 0.18rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.12rem;
  margin-right: 0.15rem;
  flex-shrink: 0;
}

.flip-module .carousel-indicators li .icon-active {
  display: none;
}

.flip-module .carousel-indicators li.active .icon-default {
  display: none;
}

.flip-module .carousel-indicators li.active .icon-active {
  display: inline-block;
}

.flip-module .carousel-indicators li.active {
  color: #3489ee;
  border-bottom: 1px solid #3489ee;
}

.flip-module .carousel-indicators li.active .circle {
  background: #3489ee;
}

.flip-module .carousel-indicators li:first-child {
  margin-left: 0 !important;
  background: transparent;
}

.advTitle1 {
  color: #333;
  font-size: var(--xl-font-size);
  line-height: 0.35rem;
  font-weight: bolder;
  padding: 0;
}

.function-new1 {
  background: #f8fbff;
  margin-top: 0.61rem;
  padding-top: 2rem;
}

.disp-module {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.disp-module.new-disp-module {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background: #f2f8ff;
}

.VEE-robot {
  position: relative;
  justify-content: center;
}

.VEE-robot .robot-top,
.VEE-robot .robot-last {
  position: absolute;
  text-align: center;
}

.VEE-robot .word {
  position: absolute;
  top: 4%;
  right: 26%;
}

.VEE-robot .robot-last {
  width: 82%;
  bottom: 45%;
  display: flex;
  justify-content: space-between;
}

.VEE-con.VEE-con1 {
  width: 127px;
  height: 36px;
  line-height: 36px;
  position: relative;
  top: 24%;
  font-size: 0.18rem;
  display: inline-block;
  font-weight: bold;
  color: #333;
  background: #ffffff;
  border: 1px;
  border-image: linear-gradient(-90deg, #5da7ff, #f3f7ff) 10 10;
  border-radius: 18px;
  text-align: center;
}
.VEE-robot .subsidiary-con {
  position: absolute;
  left: 0;
  bottom: -0.44rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
}

.VEE-robot .robot-top {
  width: 65%;
  top: 23%;
  display: flex;
  justify-content: space-between;
}

.VEE-robot .robot-top .left {
  width: 231px;
  height: 74px;
  position: relative;
  border: 1px solid #ffffff;
  background: linear-gradient(-90deg, #c4e1ff 0%, #e7f7ff 100%);
  border-radius: 36px;
}

.VEE-robot .robot-top .right {
  width: 231px;
  height: 74px;
  position: relative;
  border: 1px solid #ffffff;
  background: linear-gradient(90deg, #9eefea 0%, #f4fdfb 100%);
  border-radius: 36px;
}
.VEE-robot .robot-last .right {
  width: 231px;
  position: relative;
  height: 74px;
  border: 1px solid #ffffff;
  background: linear-gradient(90deg, #ffc38e 0%, #fff9f3 100%);
  border-radius: 36px;
}
.VEE-robot .robot-last .left {
  width: 231px;
  height: 74px;
  position: relative;
  border: 1px solid #ffffff;
  background: linear-gradient(-90deg, #d7b4ff 0%, #faf6ff 100%);
  border-radius: 36px;
}
.VEE-robot .robot-last .left img,
.VEE-robot .robot-top .left img {
  float: right;
}
.VEE-robot .robot-last .right img,
.VEE-robot .robot-top .right img {
  float: left;
}
.disp-module.robor-block {
  background-color: #fafbfd;
  margin-bottom: 0;
  padding-bottom: 0;
}

.disp-module .container .new-container {
  width: 100%;
  padding: 0.8rem 0;
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
  border-radius: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.disp-module .container .new-container.VEE-robot {
  background: #fafbfd;
  padding-bottom: 0;
  margin-bottom: 0;
}

.disp-module .container .new-container.double-new-container {
  background: #f2f8ff;
  padding: 0.2rem 0;
}

.disp-module .container .new-container.DDA-new-container {
  background: #ffff;
  padding: 0.2rem 0;
}

.disp-module .container .new-container .disp-module-img {
  width: 62%;
}

.disp-module .container .new-container .disp-module-img .common-content {
  width: 80%;
}

.disp-module .container .new-container .disp-module-img .common-content2 {
  width: 76%;
  margin-left: 1.11rem;
}

.disp-module .new-container .disp-module-img .common-content .title {
  font-size: var(--lg-font-size);
  font-weight: bold;
  color: #3489ee;
  margin-bottom: 0.06rem;
}
.common-content .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #3489ee;
  margin-bottom: 0.06rem;
}
.common-content .title .high-light-title {
  color: #7049d3;
}
.common-content .subtitle {
  font-size: 0.21rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.21rem;
}
.common-content .high-light {
  color: #3489ee;
  font-weight: bold;
}
.common-content p {
  padding: 0.1rem 0;
}

.disp-module
  .new-container
  .disp-module-img
  .common-content
  .title
  .high-light-title {
  color: #7049d3;
}
.disp-module .new-container .common-content .subtitle {
  font-size: var(--md-font-size);
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.21rem;
}

.new-container .common-content .high-light {
  color: #3489ee;
  font-weight: bold;
}

.disp-module .new-container .common-content p {
  padding: 0.1rem 0;
}
.disp-module .container .new-container .disp-module-img.second-module {
  width: 54%;
}

.disp-module .container .new-container .disp-module-img .img {
  text-align: center;
  position: relative;
}
.disp-module .container .new-container .disp-module-img .img .desc {
  display: inline-block;
  width: 67%;
  position: relative;
  bottom: 6%;
  text-align: left;
  font-size: var(--sm-font-size);
  margin-bottom: 0.1rem;
}
.disp-module .container .new-container .disp-module-img .img p {
  font-size: var(--lg-font-size);
}
.disp-module
  .container
  .new-container
  .disp-module-img
  .img
  div.introduce-feature
  p {
  font-size: var(--sm-font-size);
  margin-bottom: 0.12rem;
}
.disp-module .container .new-container .disp-module-img .img .desc p.p2 {
  height: 4px;
  background: linear-gradient(90deg, #854bd4 0%, #f84efc 100%);
}
.disp-module .container .new-container .disp-module-img .img .desc .high-light {
  /* font-weight: bold; */
  /* font-size: 0.2rem; */
  font-size: var(--md-font-size);
  height: auto;
  display: inline-block;
  margin-bottom: 0.26rem;
  letter-spacing: 2px;
  color: #854bd4;
  margin-top: 0.06rem;
}

.disp-module .module-title {
  font-size: var(--lg-font-size);
}

.disp-module .module-title.robot-title {
  margin-bottom: 0.16rem;
}

.disp-module .module-title.last-VEE-title {
  margin-bottom: 0.2rem;
  position: absolute;
  bottom: 1rem;
}

.disp-module .func-disp {
  width: 100%;
  text-align: center;
  color: #999999;
  margin-top: 15px;
}

.disp-module .func-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: .5rem; */
}

.disp-module .func-nav > div {
  width: 30%;
  padding: 0 0.2rem;
  flex-direction: column;
}

.disp-module .func-nav > div > span:first-child {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  font-weight: bold;
}

.disp-module .func-nav > div > span:first-child > img {
  margin-right: 10px;
}

.disp-module .func-nav > div > span:last-child {
  color: #999999;
}

.sport-module {
  background: url(../../zh-cn/IMG/Function/sportBg.png) no-repeat 100%;
  background-position: center center;
  background-size: 100% 100%;
  padding-top: 0.6rem;
  padding-bottom: 0;
}
.sport-module.sp {
  background: #fff;
}

.sport-module .module-title {
  font-size: 0.24rem;
}

.sport-module .sport-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 0.4rem;
  margin: 0.2rem;
  padding-bottom: 0.1rem;
  flex-wrap: wrap;
}

.sport-module .sport-nav > div {
  width: 30%;
  min-width: 180px;
  flex-shrink: 0;
  background: #fff;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 0.4rem;
  border-radius: 10px;
}

.sport-module .sport-nav > div > span:first-child {
  font-size: 0.18rem;
  padding: 0.2rem 0 0.01rem;
  margin-bottom: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}

.sport-module .sport-nav > div > span:first-child > .img {
  margin: 0.2rem 0 0.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.sport-module .sport-nav > div > span:first-child > .img.img1 {
  background: #3489ee;
}
.sport-module .sport-nav > div > span:first-child > .img.img2 {
  background: #70af45;
}
.sport-module .sport-nav > div > span:first-child > .img.img3 {
  background: #6864b7;
}
.sport-module .sport-nav > div > span:first-child > .img.img4 {
  background: #1faeb1;
}

.sport-module .sport-nav > div > span:last-child {
  color: #666666;
}

.sport-module.bus1 .sport-nav {
  padding-top: 58px;
  height: auto;
  justify-content: space-between;
}

.sport-module.bus2 {
  background: #ffffff;
}

.sport-module.bus2 .sport-nav {
  padding-top: 58px;
}

.sport-module .sport-nav.bus > .contentWrap {
  width: 23%;
  position: relative;
  align-items: center;
  min-height: 280px;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 6px 27px 0px rgba(17, 104, 255, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.4rem;
}

.sport-module .sport-nav.bus > .sp {
  width: 23%;
  position: relative;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 6px 27px 0px rgba(17, 104, 255, 0.1);
  border-radius: 10px;
  display: flex;
  margin-bottom: 0.4rem;
}
.sport-module .sport-nav.bus > .sp.sp2 {
  width: 47%;
}
.sport-module .sport-nav.bus > .sp .no-hover-span.title,
.sport-module .sport-nav.bus > .contentWrap .no-hover-span.title {
  font-size: 0.18rem;
  margin-bottom: 0;
  font-weight: bold;
}
.sport-module .sport-nav.bus > .sp .no-hover-span,
.sport-module .sport-nav.bus > .contentWrap .no-hover-span {
  font-size: 0.15rem;
  font-weight: 500;
}
.sport-module .sport-nav.bus > .sp .special-title,
.sport-module .sport-nav .contentWrap-special .special-title {
  margin: 0.4rem 0;
  display: flex;
}

.sport-module .sport-nav.bus > .sp .special-title img,
.sport-module .sport-nav .contentWrap-special .special-title img {
  margin-right: 0.12rem;
  vertical-align: middle;
  position: relative;
  /* width: 0.2rem; */
  height: 0.2rem;
}
.sport-module .sport-nav div.contentWrap.contentWrap-special:hover,
.sport-module .sport-nav div.sp.contentWrap-special:hover {
  background: #3489ee !important;
  box-shadow: 0px 5px 22px 2px rgba(49, 141, 236, 0.06);
  border-radius: 10px;
}
.sport-module .sport-nav div.sp.contentWrap-special .hover-span,
.sport-module .sport-nav div.contentWrap.contentWrap-special .hover-span {
  display: none;
}
.sport-module
  .sport-nav
  div.contentWrap.contentWrap-special:hover
  span.no-hover-span {
  display: none;
}
.sport-module .sport-nav div.sp.contentWrap-special:hover span.no-hover-span {
  display: none;
}
.sport-module
  .sport-nav
  div.contentWrap.contentWrap-special:hover
  span.hover-span {
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: left;
}
.sport-module .sport-nav div.sp.contentWrap-special:hover span.hover-span {
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: left;
}

.sport-module .sport-nav.bus > .contentWrap .comma {
  align-self: start;
  position: relative;
  top: 0.48rem;
  width: 0.3rem;
}

.sport-module .sport-nav.bus > .contentWrap .NP {
  margin-left: 0.04rem;
  width: 0.54rem;
}

.sport-module .sport-nav.bus > .contentWrap .class-content .title-con {
  font-size: 0.18rem;
  padding: 0.2rem 0.22rem 0.05rem;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.sport-module .sport-nav.bus > .contentWrap .cont-list {
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.12rem;
  min-width: 136px;
}

.sport-module .sport-nav.bus > .contentWrap .cont-list span:nth-child(2n) {
  margin: 0.05rem 0;
}

.sport-module .sport-nav.bus > .contentWrap .cont-list .tick {
  width: 13px;
  height: 11px;
  opacity: 0.6;
  margin-right: 0.03rem;
  color: #4ebef1;
  font-weight: 600;
}

.sport-module .sport-nav.bus > div > p {
  position: absolute;
  top: -38px;
}

.sport-module .sport-nav.bus > div > span:nth-child(2) {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  font-weight: bold;
}

.sport-module .sport-nav.bus > div > div:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sport-module .sport-nav.bus > div > div:nth-child(3) > span {
  width: 40%;
}

.sport-module .sport-nav.bus > div > div:nth-child(3) > span.full {
  width: 100%;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.6em;
}

.adv-module {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.adv-module .module-title {
  text-align: center;
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
}

.adv-module .container .function-inner1-words,
.adv-module .container .LfWrap {
  width: 40%;
}

.adv-module .container .new-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f6f7fc;
  padding: 0.42rem 0;
  border-radius: 10px;
}

.adv-module .container .LfWrap {
  overflow: hidden;
}

.adv-module .item {
  width: 100%;
}

.adv-module .item > .img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 39px;
  position: relative;
}

.adv-module .item > .img > img:first-child {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.adv-module .item-words {
  height: 100%;
}

.adv-module .item-words .module-title {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding: 0 0 0.3rem;
}

.adv-module .item-words .adv-list {
  width: 100%;
  margin-bottom: 0.25rem;
  display: flex;
}

.adv-module .item-words .adv-list .circle {
  height: 0.2rem;
  width: 0.2rem;
  margin-right: 0.15rem;
  flex-shrink: 0;
}

.adv-module .item-words .adv-list .circle img {
  width: 100%;
}

.adv-module .item-words .adv-list .content {
  flex-direction: column;
  display: flex;
}

.adv-module .item-words .adv-list .content > span:first-child {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
}

.adv-module .item-words .adv-list .content > span:last-child {
  font-size: 0.15;
  font-weight: 400;
  color: #333333;
  margin-top: 15px;
}

.company-module {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.company-module .function-inner1-content {
  padding-top: 20px;
}

.company-module .carousel-inner > .item > p {
  position: absolute;
}

.company-module .carousel-inner > .item > div {
  position: relative;
  min-height: 300px;
  display: flex;
  padding: 0 60px;
}

.company-module .carousel-inner > .item > div .LfWrap {
  width: 12%;
  padding-top: 0.18rem;
}

.company-module .carousel-inner > .item > div .LfWrap > img {
  width: 100%;
}

.company-module .carousel-inner > .item > div .RtWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 0.4rem;
}

.function-inner1-title > .RtWrap,
.function-inner1-content > .function-inner1-img.RtWrap {
  box-shadow: none;
}

.company-module .carousel-inner > .item > div .RtWrap > p:nth-child(1) {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #6864b8;
  padding: 0.2rem 0;
}

.company-module .carousel-inner > .item > div .RtWrap > ul {
  color: #145dff;
}

.company-module .carousel-inner > .item > div .RtWrap > ul > li {
  list-style-type: circle;
  margin-bottom: 0.2rem;
}

.company-module .carousel-inner > .item > div .RtWrap > ul > li:last-child {
  color: #a500ff;
}

.company-module .carousel-inner > .item > div .RtWrap > ul > li > span {
  color: #333;
}

.company-module .carousel-inner > .item > div .RtWrap > p:nth-child(3) {
  font-size: 14px;
  height: 0.32rem;
  line-height: 0.32rem;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

.company-module .slideImg {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  /* color:#fff;
    background: #65ABFD;
    border-radius: 50%; */
  top: calc(50% - 0.16rem);
  font-size: 0.24rem;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.text-module {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.text-module .container > div {
  display: flex;
  height: 200px;
}

.text-module .container > div .text-block {
  width: 50%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  line-height: 35px;

  position: relative;
  display: flex;
}

.text-module .container > div .text-block > div.triangleLf {
  height: 0;
  border-top: 1px solid #afb9ca;
  width: 207px;
  position: absolute;
  z-index: 1;
  top: 99px;
  left: -74px;
  transform: rotate(106deg);
  -o-transform: rotate(106deg);
  -moz-transform: rotate(106deg);
  -webkit-transform: rotate(106deg);
}

.text-module .container > div .text-block > div.triangleRt {
  height: 0;
  border-bottom: 1px solid #afb9ca;
  width: 207px;
  position: absolute;
  z-index: 1;
  top: 99px;
  right: -74px;
  transform: rotate(106deg);
  -o-transform: rotate(106deg);
  -moz-transform: rotate(106deg);
  -webkit-transform: rotate(106deg);
}

.text-module .container > div .text-block > img {
  position: absolute;
  height: 30%;
}

.text-module .container > div .text-block > img.imgLf {
  top: 34px;
  left: 34px;
}

.text-module .container > div .text-block > img.imgRt {
  bottom: 34px;
  right: 34px;
}

.text-module .container > div .text-block > div.middle {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid #afb9ca;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.text-module .text-block.LfWrap > div.middle {
  padding-right: 77px !important;
  border-radius: 10px 0 0 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 57px) 100%, 0 100%);
}

.text-module .text-block.LfWrap > img.imgRt {
  right: 74px !important;
}

.text-module .text-block.RtWrap > div.middle {
  padding-left: 77px !important;
  border-radius: 0 10px 10px 0;
  clip-path: polygon(57px 0, 100% 0, 100% 100%, 0 100%);

  color: #3489ee;
}

.text-module .text-block.RtWrap > img.imgLf {
  left: 74px !important;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .function-inner1-img {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .function-inner1-img {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
  .function-inner1-img {
    width: 1024px;
  }
}

@media (min-width: 1320px) {
  .container {
    width: 75%;
  }
  .function-inner1-img {
    width: 1280px;
  }
}

@media (max-width: 1320px) {
  .sport-module .sport-nav.bus > .contentWrap .NP {
    display: none;
  }
}

@media (max-width: 1320px) {
  .function-new1 {
    padding-top: 0;
  }
}

.company-module .container {
  padding: 0 !important;
}
.function-inner1-img {
  padding: 0 !important;
}

.function-inner1-img .slideLf {
  left: -0.16rem;
}
.function-inner1-img .slideRt {
  right: -0.16rem;
}

.carousel-inner > .item1 {
  background: url("../IMG/Function/sliceBg11.png") bottom right no-repeat scroll;
  background-position: cover;
}
.carousel-inner > .item2 {
  background: url("../IMG/Function/sliceBg21.png") bottom right no-repeat scroll;
  background-position: cover;
}
.carousel-inner > .item3 {
  background: url("../IMG/Function/bg_doctor.png") bottom right no-repeat scroll;
  background-position: cover;
}

@media screen and (max-width: 600px) {
  .sport-module .sport-nav.bus > .contentWrap .NP {
    display: block;
  }
  .sport-module .sport-nav.bus > .contentWrap {
    min-width: 283px;
  }
  .adv-module .container .LfWrap {
    display: none;
  }
  .adv-module .container .new-container {
    padding: 0.2rem;
  }

  .function-new .desc {
    display: none;
  }
  .new-bannerServiceBtn.bannerServiceBtn .demo-demonstrate,
  .new-bannerServiceBtn.bannerServiceBtn .consult-us {
    width: 1rem;
    font-size: 0.12rem;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0;
    text-align: center;
  }
  .new-bannerServiceBtn.bannerServiceBtn .demo-demonstrate {
    margin-right: 0;
    margin-bottom: 0.06rem;
  }
}

.disp-module .container .new-container .disp-module-img .img .desc .block {
  display: block;
}
@media screen and (max-width: 660px) {
  .sport-module
    .sport-nav
    div.contentWrap.contentWrap-special
    span.no-hover-span {
    display: none;
  }
  .sport-module .sport-nav div.sp.contentWrap-special span.no-hover-span {
    display: none;
  }
  .sport-module .sport-nav div.contentWrap.contentWrap-special span.hover-span {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: left;
    background-color: #145dff;
  }
  .sport-module .sport-nav div.sp.contentWrap-special span.hover-span {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: left;
    background-color: #145dff;
  }
  .sport-module .sport-nav.bus > .sp.sp2,
  .sport-module .sport-nav.bus > .sp {
    background-color: #145dff;
    padding-top: 0.21rem;
  }
  .sport-module .sport-nav .contentWrap.contentWrap-special {
    background-color: #145dff;
    padding-top: 0.21rem;
    border-radius: 10px;
  }
}

@media screen and (max-width: 660px) {
  .disp-module .container .new-container .disp-module-img .img .desc {
    width: 100% !important;
    text-align: left;
    position: relative;
    top: 0;
    padding-top: 0.36rem;
    left: 0;
  }
  .disp-module .container .new-container .disp-module-img .img {
    text-align: inherit;
  }
}
@media screen and (max-width: 820px) {
  .disp-module .container .new-container .disp-module-img .img .sp-img {
    display: none;
  }
  .disp-module .container .new-container .disp-module-img .img .desc {
    width: 80%;
    text-align: left;
    position: relative;
    top: -20%;
  }

  .disp-module .container .new-container .disp-module-img .img .desc .block {
    display: inline-block;
  }

  .function-new1 {
    padding-top: 0;
  }
  .adv-module .item {
    padding: 0;
  }
  .adv-module .item > .img {
    width: 93%;
    height: auto;
  }
  .adv-module .item > .img > img:first-child {
    position: static;
    margin-left: 12%;
    width: 100%;
  }
  .adv-module .item > .img > img:last-child {
    position: static;
    width: 60%;
    margin-top: -1.1rem;
    margin-left: 3%;
  }
  .adv-module .item-words .adv-list .circle {
    height: 0.26rem;
    width: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.1rem;
    margin-right: 0.1rem;
  }
  .adv-module .container {
    flex-direction: column-reverse;
  }
  .adv-module .container .LfWrap {
    width: 96%;
    justify-content: center;
    overflow: hidden;
  }
  .adv-module .container .RtWrap {
    width: 100%;
  }
  .company-module {
    padding-top: 0;
  }

  .function-inner1-img {
    width: 90%;
    margin: 0 auto;
  }

  .flip-module .carousel-indicators li .circle {
    margin-right: 0.05rem;
  }

  .flip-module .carousel-indicators li p {
    font-size: 0.11rem;
  }

  .company-module .carousel-inner > .item > div {
    padding: 0 10px;
  }

  .company-module .carousel-inner > .item > div .LfWrap {
    width: 21%;
  }

  .company-module .carousel-inner > .item > div .RtWrap {
    padding-left: 0;
    padding-right: 0.15rem;
  }

  .bus .contentWrap img {
    width: 0.7rem;
  }

  .disp-module .func-disp {
    text-align: left;
  }

  .disp-module .func-nav {
    flex-direction: column;
  }

  .disp-module .func-nav > div {
    width: 100%;
  }

  .sport-module.bus1 .sport-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sport-module .sport-nav .contentWrap {
    width: auto;
  }

  .sport-module .sport-nav.bus > .sp.sp2,
  .sport-module .sport-nav.bus > .sp {
    width: 100%;
  }

  .sport-module .sport-nav {
    justify-content: center;
    align-items: center;
  }
  .sport-module .sport-nav .contentWrap {
    width: 300px;
    height: auto;
  }
  .sport-module .sport-nav .sp {
    width: 300px;
    height: auto;
  }

  .sport-module .sport-nav.bus > div {
    width: auto;
    min-height: auto;
    padding-top: 0.47rem;
    margin-bottom: 0.5rem;
  }

  .company-module .carousel-inner > .item > div {
    min-height: 4.2rem;
  }

  .company-module2 {
    padding-top: 0.2rem;
  }

  .company-module2 .carousel-inner > .item > div {
    min-height: 2.6rem;
  }

  .text-module .container > div {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .text-module .container > div .text-block {
    width: 100%;
  }
  .text-module .text-block.LfWrap {
    margin-bottom: 0.5rem;
  }
  .text-module .text-block.LfWrap > div.middle {
    padding: 0.4rem 0.4rem 0.77rem !important;
    border-radius: 0.1rem;
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 83%);
  }

  .text-module .text-block.RtWrap {
    margin-bottom: 0.5rem;
  }
  .text-module .text-block.RtWrap > div.middle {
    padding: 0.77rem 0.4rem 0.4rem !important;
    border-radius: 0.1rem;
    clip-path: polygon(0 3%, 100% 20%, 100% 100%, 0% 100%);
  }
  .text-module .container > div .text-block > div.triangleRt {
    transform: rotate(190deg);
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .text-module .container > div .text-block > div.triangleLf {
    transform: rotate(190deg);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
  }

  .flip-module .flipper,
  .flip-module .flipper > .front,
  .flip-module .flipper > .back {
    min-height: 4.2rem;
  }
}

@media screen and (max-width: 420px) {
  .flip-module {
    padding-bottom: 0.3rem;
  }
  .flip-module .flipper,
  .flip-module .flipper > .front,
  .flip-module .flipper > .back {
    min-height: 5rem;
  }
  .flip-module .contentWrap {
    padding: 0 0.3rem 0 0.3rem;
  }
}

/* 移动设备定制 */
@media screen and (max-width: 820px) {
  .text-module .text-block.LfWrap {
    margin-bottom: 0;
  }
  .text-module .container > div .text-block {
    height: 3.88rem;
  }
  .text-module .container > div .text-block > div.triangleRt {
    bottom: 0.7rem;
    left: -0.04rem;
    width: 101%;
  }
  .text-module .container > div .text-block > div.triangleLf {
    top: 0.68rem;
    left: -0.04rem;
    width: 101%;
  }
  .text-module .text-block.LfWrap > div.middle {
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 66%);
  }
  .text-module .text-block.RtWrap > div.middle {
    clip-path: polygon(0 2%, 100% 33%, 100% 100%, 0% 100%);
  }
  .text-module .text-block.RtWrap {
    margin-top: -0.68rem;
  }
}

@media screen and (max-width: 540px) {
  .text-module .text-block.LfWrap {
    margin-bottom: 0;
  }
  .text-module .container > div .text-block {
    height: 3.88rem;
  }
  .text-module .container > div .text-block > div.triangleRt {
    bottom: 0.7rem;
    left: -0.04rem;
    width: 101%;
  }
  .text-module .container > div .text-block > div.triangleLf {
    top: 0.68rem;
    left: -0.04rem;
    width: 101%;
  }
  .text-module .text-block.LfWrap > div.middle {
    clip-path: polygon(0 0%, 100% 0%, 100% 93%, 0% 71%);
  }
  .text-module .text-block.RtWrap > div.middle {
    clip-path: polygon(0 7%, 100% 29%, 100% 100%, 0% 100%);
  }
  .text-module .text-block.RtWrap {
    margin-top: -0.68rem;
  }
}
@media screen and (max-width: 415px) {
  .text-module .text-block.LfWrap {
    margin-bottom: 0;
  }
  .text-module .container > div .text-block {
    height: 3.88rem;
  }
  .text-module .container > div .text-block > div.triangleRt {
    bottom: 0.39rem;
    left: -0.03rem;
  }
  .text-module .container > div .text-block > div.triangleLf {
    top: 0.39rem;
    left: -0.03rem;
  }
  .text-module .text-block.LfWrap > div.middle {
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 82%);
  }
  .text-module .text-block.RtWrap > div.middle {
    clip-path: polygon(0 2%, 100% 18%, 100% 100%, 0% 100%);
  }
  .text-module .text-block.RtWrap {
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 394px) {
  .text-module .text-block.LfWrap {
    margin-bottom: 0;
  }
  .text-module .container > div .text-block {
    height: 3.88rem;
  }
  .text-module .container > div .text-block > div.triangleRt {
    bottom: 0.35rem;
  }
  .text-module .container > div .text-block > div.triangleLf {
    top: 0.35rem;
  }
  .text-module .text-block.LfWrap > div.middle {
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 83%);
  }
  .text-module .text-block.RtWrap > div.middle {
    clip-path: polygon(0 2%, 100% 17%, 100% 100%, 0% 100%);
  }
  .text-module .text-block.RtWrap {
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 376px) {
  .text-module .text-block.LfWrap {
    margin-bottom: 0;
  }
  .text-module .container > div .text-block {
    height: 3.88rem;
  }
  .text-module .container > div .text-block > div.triangleRt {
    bottom: 0.35rem;
  }
  .text-module .container > div .text-block > div.triangleLf {
    top: 0.35rem;
  }
  .text-module .text-block.LfWrap > div.middle {
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 84%);
  }
  .text-module .text-block.RtWrap > div.middle {
    clip-path: polygon(0 2%, 100% 16%, 100% 100%, 0% 100%);
  }
  .text-module .text-block.RtWrap {
    margin-top: -0.4rem;
  }
}
/*蒙版*/
.modeMask {
  position: absolute;
  width: 100%;
  z-index: 2060;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#maskVideo .modeMask {
  position: fixed;
  z-index: 2060;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modeMask .x {
  display: inline-block;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 0.15rem;
  background: #2974e4;
  z-index: 2061;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.15rem;
  position: relative;
  left: 90%;
  cursor: pointer;
  margin-left: -0.35rem;
}
#maskVideo .modelDiv {
  position: fixed;
  z-index: 2061;
  width: auto;
  max-width: 8.4rem;
  top: 50%;
  left: 50%;
  /* height: 80%; */
  height: auto;
  max-height: 8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*background-color: #fff;*/
  text-align: center;
  overflow: hidden;
  padding-bottom: 0rem;
}

.modeMaskContent {
  padding-top: 0.3rem;
  margin: 0 auto;
  width: 70%;

  /*top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}
.modelDivHead {
  font-size: 0.36rem;
}
.modelDivDescribe {
  font-size: 0.16rem;
  width: 80%;
  margin: 0.2rem auto 0.3rem;
}
.requestDemoBox {
  padding: 0.4rem 0.3rem;
  background: #fff;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
}
.requestDemoBoxTitle {
  font-size: 0.18rem;
  color: #d82e28;
}
.requestDemoBoxForm {
  margin-top: 0.3rem;
  color: #333;
}
.requestDemoFormGroup {
  margin-bottom: 0.2rem;
}
.requestDemoFormGroup > p {
  margin-bottom: 0.08rem;
}
.requestDemoFormGroup .requestDemoFormSelect,
.requestDemoFormGroup .requestDemoFormInput {
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #ddd;
  height: 0.28rem;
  border-radius: 5px;
}
.requestDemoFormGroup .requestDemoFormSelect::-ms-expand {
  display: none;
}
.requestDemoFormGroup .requestDemoFormSelect {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../IMG/common/selectBg.png) no-repeat scroll calc(100% - 5px)
    center #f4f4f4;
  padding-right: 0.2rem;
}
.requestDemoFormBtnGroup {
  text-align: center;
  padding-top: 0.2rem;
}
.requestDemoFormBtn,
.requestDemoFormBtn a {
  background: #d82e28;
  color: #fff !important;
  width: 2rem;
  border: none;
  height: 0.4rem;
  border-radius: 5px;
}
.modelDivfootWords {
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.modelDivfootWords > a,
.modelDivfootWords > a:active,
.modelDivfootWords > a:hover {
  color: #fff;
  text-decoration: underline;
}
