.header {
  height: 474px;
  background-color: #0b0e18;
  background-image: url(../img/EOMS/EOMS.png);
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  height: 100%;
  background: #f7f8fc;
}
.swiper-container .swiper-slide h5 i {
  position: relative;
}
.swiper-container .swiper-slide h5 .left::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background-size: contain;
  background-image: url(../img/EOMS/left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 20px;
}
.swiper-container .swiper-slide h5 .right::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background-size: contain;
  background-image: url(../img/EOMS/right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 20px;
}
.swiper-container .yuan-current-page {
  position: absolute;
  right: 20px;
  top: 0px;
  background: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
.swiper-container .yuan-current-page::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 5px transparent;
  border-left: solid 5px #fff;
  /* 白色小三角形 */
  border-bottom: solid 5px transparent;
}
.icon-container {
  display: flex;
  justify-content: space-between;
}
.icon-container li .icon-top {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 14px 0 rgba(239, 239, 254, 0.85);
  padding-top: 10px;
  cursor: pointer;
  margin: 0 auto;
}
.icon-container li .icon-top img {
  width: 60px;
  height: 60px;
}
.icon-container li.current p {
  color: #3196fa !important;
  position: relative;
}
.icon-container li.current p::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: #3196fa;
  border-radius: 4px;
  width: 36px;
  height: 5px;
}
.svg-container {
  width: 100%;
  height: 600px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.04);
}
.svg-container img {
  width: 100%;
  height: 100%;
}
.arrow-bg {
  width: 100%;
}
.arrow-content {
  display: flex;
}
.arrow-content .arrow-left {
  float: left;
  width: 450px;
}
.arrow-content .arrow-left .item {
  width: 360px;
  margin-bottom: 80px;
  font-size: 24px;
  color: #6c7799;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.3s;
}
.arrow-content .arrow-left .item:last-child {
  margin-bottom: 0;
}
.arrow-content .arrow-left .item.current {
  color: #3f9dfa;
  margin-left: 48px;
}
.arrow-content .arrow-left .item.current::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 20px;
  background-size: contain;
  background-image: url(../img/EOMS/jiantou.svg);
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -30px;
  left: 0;
}
.arrow-content .arrow-left .item.current::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 0;
  background: #3196fa;
  width: 8px;
  height: 100%;
}
.arrow-content .arrow-right {
  position: relative;
  float: left;
  width: 750px;
}
.arrow-content .arrow-right img {
  width: 100%;
  height: 436px;
  margin: 0 auto;
}
.serve-bg {
  width: 100%;
}
.serve-bg .serve-top {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  border-bottom: 3px solid #eee;
}
.serve-bg .serve-top .item {
  width: 305px;
  padding-bottom: 20px;
  cursor: pointer;
}
.serve-bg .serve-top .item.current {
  border-bottom: 3px solid #3196fa;
}
.serve-bg .serve-top .item.current p {
  color: #3196fa !important;
}
.serve-bg .serve-top .item img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.serve-bg .serve-bottom {
  position: relative;
}
.serve-bg .serve-bottom img {
  width: 1036px;
  height: 591px;
  margin: 0 auto;
}
.booth-bg {
  width: 100%;
  background: url(../img/EOMS/booth-bg.png);
}
.booth-bg .booth-top {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.booth-bg .booth-top .item {
  cursor: pointer;
  width: 358px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 27px;
}
.booth-bg .booth-top .item.current p {
  color: #3196fa !important;
}
.booth-bg .booth-top .item img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.booth-bg .booth-bottom {
  position: relative;
}
.booth-bg .booth-bottom img {
  width: 1036px;
  height: 591px;
  margin: 0 auto;
}
#yuan-pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 166px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
