@charset "UTF-8";
@font-face {
  font-family: "Financier Display";
  src: url("/ebc-static/fonts/fontFamilies/FinancierDisplay/FinancierDisplay-Medium.ttf")
    format("opentype");
}
.session1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 70px;
  min-height: 450px;
  background-image: url(/ebc-static/image/MiFi/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 120px;
}
.session1 .title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
}
.session1 .sub-title {
  margin: 10px auto 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%;
  text-transform: uppercase;
  max-width: 700px;
}


.session1 .cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.session1 .cards .card {
  display: flex;
  padding: 16px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(17px);
  color: var(--Color, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
.session1 .card .icon {
  width: 32px;
  height: 32px;
}

.session1 .btns {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.session1 .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  gap: 4px;
  border-radius: 4px;
  background: #fff;
  color: #af8147;
  font-size: 16px;
  font-weight: 350;
  line-height: 150%;
  transition: color 0.3s, background-color 0.3s;
}
.session1 .btn:hover {
  color: #fff;
  background: #af8147;
}

.session1 .tips {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.session1 .tip-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 350;
  line-height: 150%;
  opacity: 0.6;
}
.session1 .tip-link {
  cursor: pointer;
  color: #239cff;
  text-align: center;
  font-size: 14px;
  font-weight: 350;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
}
.session1 .tip-link:hover {
  color: #239cff;
}

.session1 .bg-block {
  width: 480px;
}


.session2,
.session3,
.session4,
.session5 {
  position: relative;
  padding: 80px 64px;
  max-width: 1440px;
  margin: 0 auto;
}

.session2 .title,
.session3 .title,
.session4 .title,
.session5 .title {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
}
.en .session2 .title,
.en .session3 .title,
.en .session4 .title,
.en .session5 .title{
  font-size: 56px;
  font-weight: 700;
}
.en .session1 .title{
  font-weight: 700;
}
.en .session1 .sub-title{
  font-size: 20px;
  font-weight: 400;
}
.en .session2 .content .item .item-info,.en .list-item-info-info{
  font-weight: 400;
}
.en .session5 .content{
  min-height: 520px;
}

.session2 .content {
  margin-top: 80px;
  position: relative;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.session2 .content .item {
  width: calc(33% - 21px);
  flex-grow: 1;
}

.session2 .content .item .item-img {
  /* height: 300px; */
  width: 100%;
  background-position: center;
}
.section2_1 {
  background: url(/ebc-static/image/MiFi/section2_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  
}
.section2_2 {
  background: url(/ebc-static/image/MiFi/section2_2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.section2_3 {
  background: url(/ebc-static/image/MiFi/section2_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.session2 .content .item .item-title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 24px;
}

.session2 .content .item .item-info {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  margin-top: 8px;
}

.session3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.session3 .title {
  text-align: left;
}

.session3 .content {
  flex-grow: 1;
}

.session3 .sub-title {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%; /* 27px */
  margin-top: 24px;
}

.session3 .bg-block {
  flex-shrink: 0;
  width: 600px;
  /* min-height: 450px; */
  /* background: url(/ebc-static/image/MiFi/section3_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
}


.session3 .bg-block-gif{
  height: 84%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1% 1% ;
  width: 100%;
  z-index: -1;
}

.session3 .content .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
}

.info-item {
  width: calc(50% - 12px);
}

.info-item-value {
  color: #3d0101;
  font-family: "Financier Display";
  font-size: 56px;
  font-weight: 700;
  line-height: 120%; /* 67.2px */
}

.info-item-label {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%; /* 27px */
}

.session4 .content {
  margin-top: 80px;
}
.list-item {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: flex-start;
}
.list-item + .list-item {
  margin-top: 64px;
}
.list-item-img {
  width: 340px;
}
.list-item-info {
  flex-grow: 1;
}
.list-item-info-title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.list-item-info-info {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%; /* 27px */
}
.session5 .content {
  position: relative;
  margin: 80px -28px 0;
  min-height: 460px;
  /* background-color: #239cff; */
}

.swiper {
  width: 100%;
  height: 100%;
}
.my-prev {
  width: 56px !important;
  height: 56px !important;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fff;
  left: -0 !important;
  top: calc(50% - 38px) !important;
  color: #666 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 30px !important;
}
.my-next {
  width: 56px !important;
  height: 56px !important;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fff;
  right: -0 !important;
  top: calc(50% - 38px) !important;
  color: #666 !important;
}
.my-bullet-active {
  background: #666 !important;
  opacity: 1 !important;
}
.evaluate-box {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 32px;
  padding: 0 28px;
  padding-bottom: 40px;
}
.evaluate-item {
  width: calc(33% - 21px);
  min-height: 360px;
  border: 1px solid #000;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-grow: 1;
}
.evaluate-score {
  display: flex;
  gap: 4px;
}
.evaluate-score > img {
  width: 20px;
}

.evaluate-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  flex-grow: 1;
}
.evaluate-user {
  display: flex;
  gap: 16px;
  align-items: center;
}
.evaluate-avatar {
  width: 56px;
  height: 56px;
}
.evaluate-name {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.evaluate-job {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.pc{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 1300px){
  .session1 .bg-block{
    width: 380px;
  }
  .session3{
    gap: 60px;
  }
  .session3 .bg-block{
    width: 480px;
    min-height: auto;
  }
  
}
@media(max-width:1100px){
  .session3{
    gap: 40px;
  }
  .session3 .bg-block{
    width: 400px;
    min-height: auto;
  }
}
@media (max-width: 995px) {
  .en .session1 .title{
    font-size: 36px;
  }
  .en .session1 .sub-title{
    font-size: 16px;
  }
  .en .session2 .title, .en .session3 .title, .en .session4 .title, .en .session5 .title{
    font-size: 38px;
  }
  .en .session3 .sub-title{
    font-size: 16px;
  }
  .en .evaluate-text{
    font-size: 16px;
  }
  .session2 .title,
  .session3 .title,
  .session4 .title,
  .session5 .title {
    font-size: 42px;
  }
  .session1 {
    padding: 100px 30px 74px;
    /* margin-top: 20px; */
    background-image: url(/ebc-static/image/MiFi/bg_m.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .session1 .info {
    flex-grow: 1;
  }

  .session1 .cards {
    margin-top: 64px;
    flex-direction: column;
  }
  .session1 .btns {
    margin-top: 40px;
    flex-direction: column;
  }
  .session1 .bg-block{
    margin: 20px auto 0;
  }
  .session2,.session3,.session4 ,.session5{
    padding: 100px 30px 0;
  }
  .session2 .content {
    flex-direction: column;
    margin-top: 70px;
    gap: 80px;
  }
  .session2 .content .item {
    width: 100%;
  }
  /* .session2 .content .item .item-img{
    width: 100%;
    height: 240px;
  } */
  .session2 .content .item .item-title{
    margin-top: 30px;
  }
  .session3 {
    flex-direction: column;
    gap: 45px;
  }
  .session3 .title{
    text-align: center;
  }
  .session3 .sub-title{
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
  }
  .session3 .bg-block {
    width: 100%;
  }
  .session3 .content .info{
    
    row-gap:42px;
  }
  .info-item-value{
    font-size: 36px;
  }
  .info-item-label{
    font-size: 14px;
  }

  .list-item{
    flex-direction: column;
    gap: 30px;
  }
  .list-item-img{
    width: 100%;
  }
  .list-item-info-info{
    font-size: 16px;
  }
  .list-item + .list-item{
    margin-top: 80px;
  }
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  .evaluate-item{
    width: 100%;
    padding: 32px 34px;
  }
}

.ebcxmifi {
  font-family: "Microsoft YaHei" !important;
  background-color: #fff;
  /* background-image: linear-gradient(180deg, #3d0101, #331a1a); */
}

.ebcxmifi .fp-watermark {
  display: none !important;
}

.ebcxmifi-head {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #3d0101;
}

.ebcxmifi-head__box {
  display: flex;
  align-items: center;
  height: 8.625rem;
}

.ebcxmifi-head__box__logo {
  width: 485.8px;
  height: 66.5px;
  position: relative;
}

.ebcxmifi-head__box__logo .logo-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.ebcxmifi-head__box__logo .logo-btn a {
  height: 100%;
}

.ebcxmifi-head__box__logo .wap {
  display: none;
}

.ebcxmifi-head__box__logo img {
  width: 100%;
}

.ebcxmifi-head__box__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ebcxmifi-head__box__btn .right-btn {
  font-size: 18px;
  color: #fefefe;
  text-decoration: underline;
  margin-left: 50px;
  line-height: 41px;
}

.ebcxmifi-head__box__btn .left-btn {
  display: block;
  border-radius: 8px;
  background-color: #5c0000;
  width: 114px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #fefefe;
}

.ebcxmifi-foot {
  padding: 50px 0;
  z-index: 10000;
  bottom: 60px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
}

.ebcxmifi-next {
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  right: 60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-animation: myfirst 2s infinite;
  animation: myfirst 2s infinite;
}

@-webkit-keyframes myfirst {
  0% {
    transform: translate(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0.8;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes myfirst {
  0% {
    transform: translate(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0.8;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

.ebcxmifi .fullpage .section {
  padding-top: 138px;
  height: 100% !important;
}

.ebcxmifi .fullpage .section:nth-child(2) {
  background: url(../image/box2-bg.42d1ee7.png) no-repeat 100% 0;
}

.ebcxmifi .fullpage-box1 {
  padding: 50px 0;
  color: #fff;
}

.ebcxmifi .fullpage-box1__h1 {
  justify-content: center;
  color: #fefefe;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 3px;
  align-items: center;
}

.ebcxmifi .fullpage-box1__h1 img {
  margin: 0 20px;
  width: 32px;
}

.ebcxmifi .fullpage-box1__h2 {
  color: #b7986e;
  font-weight: 700;
  justify-content: center;
  padding: 20px 0;
  font-size: 36px;
  letter-spacing: 3px;
}

.ebcxmifi .fullpage-box1__h3 {
  justify-content: center;
  color: #fefefe;
  font-size: 26px;
}

.ebcxmifi .fullpage-box1__h4 {
  justify-content: center;
  color: #b7986e;
  font-size: 26px;
  font-size: 22px;
  margin: 16px 0;
  align-items: center;
}

.ebcxmifi .fullpage-box1__h4 img {
  margin: 0 30px;
}

.ebcxmifi .fullpage-box1__line {
  width: 33px;
  height: 3px;
  margin: 20px auto;
  background-color: #5a5a5a;
}

.ebcxmifi .fullpage-box1__ul {
  padding: 60px 150px;
}

.ebcxmifi .fullpage-box1__ul .li-box {
  align-items: center;
  justify-content: center;
}

.ebcxmifi .fullpage-box1__ul .li-box:nth-child(2) {
  padding: 0 40px;
}

.ebcxmifi .fullpage-box1__ul .li-box__img {
  width: 300px;
  height: 300px;
}

.ebcxmifi .fullpage-box1__ul .li-box__img img {
  max-width: 100%;
}

.ebcxmifi .fullpage-box1__ul .li-box__name {
  height: 56px;
  padding: 0 20px;
  text-align: center;
  line-height: 56px;
  background-color: #5c0000;
  color: #fefefe;
  font-size: 30px;
  border-radius: 5px;
  margin-top: 20px;
  white-space: nowrap;
}

.ebcxmifi .fullpage-box2__left {
  margin-top: 60px;
  background-color: rgba(92, 0, 0, 0.2);
  padding: 45px 72px 55px 61px;
}

.ebcxmifi .fullpage-box2__left__h3 {
  color: #fefefe;
  font-size: 24px;
  font-weight: 700;
}

.ebcxmifi .fullpage-box2__left__info {
  padding: 40px 0;
  text-align: left;
  color: #b7986e;
  line-height: 1.5;
  font-size: 24px;
}

.ebcxmifi .fullpage-box2__left__btn .btn-box {
  background-color: #5c0000;
  font-size: 19px;
  color: #fefefe;
  height: 40px;
  display: block;
  width: 256px;
  text-align: center;
  line-height: 40px;
}

.ebcxmifi .fullpage-box2__right {
  align-items: flex-end;
}

.ebcxmifi .fullpage-box2__right__pag {
  background-color: rgba(92, 0, 0, 0.4);
  width: 400px;
  height: 217px;
  margin-bottom: 25px;
  display: flex;
  padding-left: 60px;
  flex-direction: column;
  justify-content: center;
}

.ebcxmifi .fullpage-box2__right__pag:nth-child(2) {
  margin-right: -70px;
}

.ebcxmifi .fullpage-box2__right__pag .pag-num {
  font-size: 69px;
  color: #fff;
  font-family: Bahnschrift;
  position: relative;
}

.ebcxmifi .fullpage-box2__right__pag .pag-num:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #b7986e;
  z-index: -1;
}

.ebcxmifi .fullpage-box2__right__pag .pag-tit {
  color: #efefef;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px;
}

.ebcxmifi .fullpage-box3__left {
  padding-top: 160px;
}

.ebcxmifi .fullpage-box3__left__h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #fefefe;
}

.ebcxmifi .fullpage-box3__left__h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #b7986e;
  padding: 20px 0;
}

.ebcxmifi .fullpage-box3__left__btn {
  margin-bottom: 80px;
}

.ebcxmifi .fullpage-box3__left__btn .btn-box {
  background-color: #5c0000;
  width: 256px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  color: #fefefe;
  line-height: 40px;
  display: block;
}

.ebcxmifi .fullpage-box3__left__pag {
  align-items: center;
  color: #7e7e7e;
  font-size: 22px;
  margin-bottom: 14px;
}

.ebcxmifi .fullpage-box3__left__pag img {
  margin-right: 10px;
}

.ebcxmifi .fullpage-box4__left {
  padding-top: 160px;
}

.ebcxmifi .fullpage-box4__left__h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #fefefe;
}

.ebcxmifi .fullpage-box4__left__h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #b7986e;
  padding: 20px 0;
}

.ebcxmifi .fullpage-box4__left__btn {
  margin-bottom: 80px;
}

.ebcxmifi .fullpage-box4__left__btn .btn-box {
  background-color: #5c0000;
  width: 256px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  color: #fefefe;
  line-height: 40px;
  display: block;
}

.ebcxmifi .fullpage-box4__left__pag {
  align-items: center;
  color: #7e7e7e;
  font-size: 22px;
  line-height: 1.5;
}

.ebcxmifi .fullpage-box4__right {
  text-align: right;
}

.ebcxmifi .fullpage-box4__right img {
  max-width: 80%;
}

.ebcxmifi .fullpage-box5__left {
  padding-top: 160px;
}

.ebcxmifi .fullpage-box5__left__h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #fefefe;
}

.ebcxmifi .fullpage-box5__left__h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #b7986e;
  padding: 20px 0;
}

.ebcxmifi .fullpage-box5__left__btn {
  margin-bottom: 80px;
}

.ebcxmifi .fullpage-box5__left__btn .btn-box {
  background-color: #5c0000;
  width: 256px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  color: #fefefe;
  line-height: 40px;
  display: block;
}

.ebcxmifi .fullpage-box5__left__pag {
  align-items: center;
  color: #7e7e7e;
  font-size: 22px;
  line-height: 1.5;
}

.ebcxmifi .fullpage-box5__right {
  padding-top: 60px;
}

.ebcxmifi .fullpage-box6__left {
  padding-top: 160px;
}

.ebcxmifi .fullpage-box6__left__h1 {
  font-size: 36px;
  color: #b7986e;
}

.ebcxmifi .fullpage-box6__left__h2 {
  font-size: 36px;
  font-weight: 700;
  color: #efefef;
  padding: 20px 0 40px;
}

.ebcxmifi .fullpage-box6__left__info {
  max-width: 480px;
  font-size: 18px;
  color: #7e7e7e;
  line-height: 1.67;
}

.ebcxmifi .fullpage-box6__left__btn {
  margin-top: 80px;
}

.ebcxmifi .fullpage-box6__left__btn .btn-box {
  background-color: #5c0000;
  width: 256px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  color: #fefefe;
  line-height: 40px;
  display: block;
}

.ebcxmifi .fullpage-box6__left__pag {
  align-items: center;
  color: #7e7e7e;
  font-size: 22px;
  line-height: 1.5;
}

.ebcxmifi .fullpage-box6__right {
  padding-top: 60px;
}

@media (max-width: 500px) {
  .ebcxmifi-head {
    background-color: #3d0101;
    padding: 20px 0;
  }

  .ebcxmifi-head__box {
    display: flex;
    align-items: center;
    height: inherit;
  }

  .ebcxmifi-head__box__logo {
    width: inherit;
    height: inherit;
    padding-right: 10px;
  }

  .ebcxmifi-head__box__logo .pc {
    display: none;
  }

  .ebcxmifi-head__box__logo .wap {
    display: block;
  }

  .ebcxmifi-head__box__logo img {
    width: 100%;
  }

  .ebcxmifi-head__box__btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .ebcxmifi-head__box__btn .right-btn {
    font-size: 12px;
    color: #fefefe;
    text-decoration: underline;
    margin-left: 10px;
    white-space: nowrap;
  }

  .ebcxmifi-head__box__btn .left-btn {
    display: block;
    border-radius: 3px;
    background-color: #5c0000;
    width: 72px;
    height: 23px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fefefe;
  }

  .ebcxmifi-foot {
    line-height: 1.5;
  }

  .ebcxmifi-next {
    display: none;
  }

  .ebcxmifi .fullpage .section {
    padding-top: 0;
    height: auto !important;
  }

  .ebcxmifi .fullpage .section:first-child {
    padding-top: 108px;
  }

  .ebcxmifi .fullpage-box1 {
    padding: 0;
    color: #fff;
  }

  .ebcxmifi .fullpage-box1__h1 {
    font-size: 24px;
    letter-spacing: 2px;
    flex-wrap: nowrap;
  }

  .ebcxmifi .fullpage-box1__h1 img {
    margin: 0 10px;
    width: 16px;
  }

  .ebcxmifi .fullpage-box1__h2 {
    font-size: 20px;
  }

  .ebcxmifi .fullpage-box1__h3 {
    justify-content: center;
    color: #fefefe;
    font-size: 18px;
    line-height: 1.2;
  }

  .ebcxmifi .fullpage-box1__h4 {
    justify-content: center;
    color: #b7986e;
    font-size: 18px;
    margin: 16px 0;
    align-items: center;
  }

  .ebcxmifi .fullpage-box1__h4 img {
    margin: 0 10px;
  }

  .ebcxmifi .fullpage-box1__line {
    width: 33px;
    height: 3px;
    margin: 20px auto;
    background-color: #5a5a5a;
  }

  .ebcxmifi .fullpage-box1__ul {
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
  }

  .ebcxmifi .fullpage-box1__ul .li-box {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .ebcxmifi .fullpage-box1__ul .li-box:nth-child(2) {
    padding: 0 40px;
  }

  .ebcxmifi .fullpage-box1__ul .li-box__img {
    width: 200px;
    height: 200px;
  }

  .ebcxmifi .fullpage-box1__ul .li-box__img img {
    max-width: 100%;
  }

  .ebcxmifi .fullpage-box1__ul .li-box__name {
    height: 36px;
    padding: 0 20px;
    text-align: center;
    line-height: 36px;
    background-color: #5c0000;
    color: #fefefe;
    font-size: 24px;
    border-radius: 5px;
    white-space: nowrap;
  }

  .ebcxmifi .fullpage-box2 .container-xxl {
    flex-direction: column;
  }

  .ebcxmifi .fullpage-box2__left {
    margin: 10px auto 0;
    background-color: rgba(92, 0, 0, 0.2);
    width: 98%;
    padding: 20px 10px;
  }

  .ebcxmifi .fullpage-box2__left__h3 {
    color: #fefefe;
    font-size: 24px;
    font-weight: 700;
  }

  .ebcxmifi .fullpage-box2__left__info {
    padding: 20px 0;
    text-align: left;
    color: #b7986e;
    line-height: 1.5;
    font-size: 18px;
  }

  .ebcxmifi .fullpage-box2__left__btn .btn-box {
    background-color: #5c0000;
    font-size: 19px;
    color: #fefefe;
    height: 40px;
    display: block;
    width: 256px;
    text-align: center;
    line-height: 40px;
  }

  .ebcxmifi .fullpage-box2__right {
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
  }

  .ebcxmifi .fullpage-box2__right__pag {
    background-color: rgba(92, 0, 0, 0.4);
    width: 100%;
    height: 117px;
    margin-bottom: 25px;
    display: flex;
    padding-left: 60px;
    flex-direction: column;
    justify-content: center;
  }

  .ebcxmifi .fullpage-box2__right__pag:nth-child(2) {
    margin-right: 0;
  }

  .ebcxmifi .fullpage-box2__right__pag .pag-num {
    font-size: 32px;
    color: #fff;
    font-family: Bahnschrift;
  }

  .ebcxmifi .fullpage-box2__right__pag .pag-num:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #b7986e;
    z-index: -1;
  }

  .ebcxmifi .fullpage-box2__right__pag .pag-tit {
    color: #efefef;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
  }

  .ebcxmifi .fullpage-box3 .container-xxl {
    flex-direction: column;
  }

  .ebcxmifi .fullpage-box3__left {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }

  .ebcxmifi .fullpage-box3__left__h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #fefefe;
  }

  .ebcxmifi .fullpage-box3__left__h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #b7986e;
    padding: 20px 0;
  }

  .ebcxmifi .fullpage-box3__left__btn {
    margin-bottom: 40px;
  }

  .ebcxmifi .fullpage-box3__left__btn .btn-box {
    background-color: #5c0000;
    width: 256px;
    height: 40px;
    font-size: 19px;
    text-align: center;
    color: #fefefe;
    line-height: 40px;
    display: block;
    margin: auto;
  }

  .ebcxmifi .fullpage-box3__left__pag {
    align-items: center;
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 14px;
  }

  .ebcxmifi .fullpage-box3__left__pag img {
    margin-right: 10px;
  }

  .ebcxmifi .fullpage-box3__right {
    width: 100%;
    text-align: center;
  }

  .ebcxmifi .fullpage-box3__right img {
    max-width: 80%;
  }

  .ebcxmifi .fullpage-box4 .container-xxl {
    flex-direction: column;
  }

  .ebcxmifi .fullpage-box4__left {
    padding-top: 40px;
    width: 100%;
    text-align: center;
  }

  .ebcxmifi .fullpage-box4__left__h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #fefefe;
  }

  .ebcxmifi .fullpage-box4__left__h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #b7986e;
    padding: 20px 0;
  }

  .ebcxmifi .fullpage-box4__left__btn {
    margin-bottom: 40px;
  }

  .ebcxmifi .fullpage-box4__left__btn .btn-box {
    background-color: #5c0000;
    width: 256px;
    height: 40px;
    font-size: 19px;
    text-align: center;
    color: #fefefe;
    line-height: 40px;
    display: block;
    margin: auto;
  }

  .ebcxmifi .fullpage-box4__left__pag {
    align-items: center;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  .ebcxmifi .fullpage-box4__right {
    text-align: center;
    width: 100%;
  }

  .ebcxmifi .fullpage-box4__right img {
    max-width: 100%;
  }

  .ebcxmifi .fullpage-box5 .container-xxl {
    flex-direction: column;
  }

  .ebcxmifi .fullpage-box5__left {
    padding-top: 40px;
    width: 100%;
    text-align: center;
  }

  .ebcxmifi .fullpage-box5__left__h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #fefefe;
  }

  .ebcxmifi .fullpage-box5__left__h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #b7986e;
    padding: 20px 0;
  }

  .ebcxmifi .fullpage-box5__left__btn {
    margin-bottom: 40px;
  }

  .ebcxmifi .fullpage-box5__left__btn .btn-box {
    background-color: #5c0000;
    width: 256px;
    height: 40px;
    font-size: 19px;
    text-align: center;
    color: #fefefe;
    line-height: 40px;
    display: block;
    margin: auto;
  }

  .ebcxmifi .fullpage-box5__left__pag {
    align-items: center;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.5;
    justify-content: center;
  }

  .ebcxmifi .fullpage-box5__right {
    padding-top: 60px;
    width: 100%;
    text-align: center;
  }

  .ebcxmifi .fullpage-box5__right img {
    max-width: 80%;
  }

  .ebcxmifi .fullpage-box6 .container-xxl {
    flex-direction: column;
  }

  .ebcxmifi .fullpage-box6__left {
    padding-top: 40px;
    width: 100%;
  }

  .ebcxmifi .fullpage-box6__left__h1 {
    font-size: 24px;
    color: #b7986e;
  }

  .ebcxmifi .fullpage-box6__left__h2 {
    font-size: 24px;
    font-weight: 700;
    color: #efefef;
    padding: 20px 0 40px;
  }

  .ebcxmifi .fullpage-box6__left__info {
    max-width: 100%;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1.67;
  }

  .ebcxmifi .fullpage-box6__left__btn {
    margin-top: 40px;
  }

  .ebcxmifi .fullpage-box6__left__btn .btn-box {
    background-color: #5c0000;
    width: 256px;
    height: 40px;
    font-size: 19px;
    text-align: center;
    color: #fefefe;
    line-height: 40px;
    display: block;
    margin: auto;
  }

  .ebcxmifi .fullpage-box6__left__pag {
    align-items: center;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.5;
  }

  .ebcxmifi .fullpage-box6__right {
    padding-top: 40px;
    width: 100%;
  }
}
