
#HomePage {
  width: 100%;
}

#HomePage #pcModule {
  min-width: 1600px;
}

#HomePage #pcModule .moduleOne {
  height: 1110px;
  /* background: url("../image/index/main-image.png"); */
  /* background-size: 100% 100%; */
  position: relative;
}
#HomePage #pcModule .moduleOne .bgImg{
  height: 100%;
  width: 100%;
}

#HomePage #pcModule .information {
  height: 144px;
  background: #F5F5F5;
  position: relative;
  margin: -60px 147px 10px 147px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px 0 48px;

}

#HomePage #pcModule .information .center {
  margin: 0 40px;
  flex: 1;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 30px;
  color: #1A1A1A;
    white-space: nowrap;      /* 确保文本在一行内显示 */
    overflow: hidden;         /* 超出容器部分的文本隐藏 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}
#HomePage #pcModule .information .center::before {
  content: "";
  display: inline-block;
  height: 48px;
  margin-right: 40px; /* 竖线宽度 */
  border-left: 2px solid #A5ABB8; /* 竖线样式 */
  vertical-align: middle;
}
#HomePage #pcModule .moduleOne .logoBox {
  width: 350px;
  height: 68px;
  padding: 21px 0 0 149px;
  position: absolute;
  top: 0;
  left: 0;
}

#HomePage #pcModule .moduleOne .title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 440px;
  left: 0;
  width: 100%;
}

#HomePage #pcModule .moduleTwo {
  padding: 50px 147px;
  height: 920px;
}

#HomePage #pcModule .moduleThree {
  padding: 80px 0;
  text-align: center;
}
#HomePage #pcModule .moduleThree .mianImage .bgImg{
  height: 100%;
  width: 100%;
}

#HomePage #pcModule .moduleThree .title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 36px;
  color: #1A1A1A;
  line-height: 1;
  margin-bottom: 32px;
}

#HomePage #pcModule .moduleThree .mianImage {
  height: 698px;
  position: relative;
}

#HomePage #pcModule .moduleThree .subTitle {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  position: absolute;
  top: 0;
  width: 100%;
}

#HomePage #pcModule .moduleFour {
  padding: 110px 149px 130px 149px;
  background: #F5F5F5;
}

#HomePage #pcModule .moduleFour .mianImage {
  height: 558px;
  background: url("../image/index/cctv-image2.png");
  background-size: 100% 100%;
  display: flex;
}

#HomePage #pcModule .moduleFour .mianImage .cctvImage {
  height: 100%;
  width: 69%;
}

#HomePage #pcModule .moduleFour .mianImage .describe {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  margin: 181px 18px 0 71px;
}

#HomePage #pcModule .moduleFour .mianImage .describe .source {
  margin-top: 125px;
}

#HomePage #pcModule .moduleFive {
  padding: 105px 149px 121px 149px;
}

#HomePage #pcModule .moduleFive .mianImage {
  height: 635px;
  position: relative;
  /* background: url("../image/index/ai-image.png"); */
}
#HomePage #pcModule .moduleFive .mianImage .bgImg {
  height: 100%;
  width: 100%;
}
#HomePage #pcModule .moduleFive .mianImage .bg {
  width: 100%;
}

#HomePage #pcModule .moduleFive .mianImage .titleBox {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  text-align: center;
  width: 100%;
}

#HomePage #pcModule .moduleFive .mianImage .titleBox .title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 51px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.56);
}

#HomePage #pcModule .moduleFive .mianImage .titleBox .subTitle {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.56);
  margin-top: 35px;
}

#HomePage #pcModule .moduleSix {
  margin-bottom: 30px;
}

#HomePage #pcModule .moduleSix .mianBox {
  display: flex;
  height: 800px;
  position: relative;
}

#HomePage #pcModule .moduleSix .mianBox .headTitle {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 45px;
  position: absolute;
  z-index: 1;
  top: 71px;
  text-align: center;
  width: 100%;
}

#HomePage #pcModule .moduleSix .mianBox .item {
  flex: 1;
  position: relative;
}

#HomePage #pcModule .moduleSix .mianBox .item .bg {
  width: 100%;
  height: 800px;
}

#HomePage #pcModule .moduleSix .mianBox .item .contentBox {
  position: absolute;
  width: 100%;
  top: 310px;
  padding: 0 34px 0 45px;
  box-sizing: border-box;
}

#HomePage #pcModule .moduleSix .mianBox .item .contentBox .icon-box {
  text-align: center;
}

#HomePage #pcModule .moduleSix .mianBox .item .contentBox .icon-box .icon {
  margin: 0 auto;
}

#HomePage #pcModule .moduleSix .mianBox .item .contentBox .title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  margin-top: 5px;
}

#HomePage #pcModule .moduleSix .mianBox .item .contentBox .des {
  font-weight: 500;
  font-size: 15.5px;
  color: #FFFFFF;
  line-height: 30px;
  display: table;
  margin: 20px auto 0 auto;
}

#HomePage #pcModule .moduleSeven {
  height: 800px;
  background: url("../image/index/module-bg.png");
  background-size: 100% 100%;
  padding: 60px 147px 0 147px;
  box-sizing: border-box;
  position: relative;
}

#HomePage #pcModule .moduleSeven .headTitle {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}

#HomePage #pcModule .moduleSeven .mianImage {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}

#HomePage #pcModule .moduleSeven .mianImage .item {
  height: 604px;
  flex: 1;
  margin-right: 78px;
  background-size: 100% 100%;
  position: relative;
}
#HomePage #pcModule .moduleSeven .mianImage .item .bg {
height: 100%;
width: 100%;
}
#HomePage #pcModule .moduleSeven .mianImage .item .content {
  padding: 38px 30px 30px 30px;
  position: absolute;
  top: 0;
}

#HomePage #pcModule .moduleSeven .mianImage .item .content .title {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  margin: 0 30px 30px;
}

#HomePage #pcModule .moduleSeven .mianImage .item .content .des {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

#HomePage #pcModule .moduleSeven .mianImage .item:last-child {
  margin-right: 0;
}

#HomePage #pcModule .moduleEight {
  padding: 103px 147px 54px 147px;
  box-sizing: border-box;
  position: relative;
}

#HomePage #pcModule .moduleEight .headTitle {
  font-weight: bold;
  font-size: 50px;
  color: #1A1A1A;
  line-height: 1;
  text-align: center;
  margin-bottom: 69px;
}

#HomePage #pcModule .moduleEight .mianImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#HomePage #pcModule .moduleEight .mianImage .item {
  height: 485px;
  margin-bottom: 30px;
  width: 23.6%;
}

#HomePage #pcModule .moduleEight .mianImage .item img {
  height: 380px;
  width: 100%;
  vertical-align: middle;
}

#HomePage #pcModule .moduleEight .mianImage .item .content {
  padding: 0 30px;
  background: #F5F5F5;
}

#HomePage #pcModule .moduleEight .mianImage .item .content .title {
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  height: 105px;
}

#HomePage #pcModule .moduleEight .moreBox {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  text-align: center;
  padding: 20px 0 35px 0;
}

#HomePage #pcModule .moduleEight .subTitle {
  height: 103px;
  background: #F5F5F5;
  line-height: 103px;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: center;
}

#HomePage #pcModule .moduleNine {
  background: #EFEFF0;
  padding: 58px 150px;
}

#HomePage #pcModule .moduleNine .mianBox {
  background: #FFFFFF;
  padding: 92px 63px 26px 65px;
}

#HomePage #pcModule .moduleNine .headTitle {
  font-weight: bold;
  font-size: 38px;
  color: #1A1A1A;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

#HomePage #pcModule .moduleNine .subTitle {
  font-weight: 500;
  font-size: 22px;
  color: #808080;
  text-align: center;
  margin-bottom: 89px;

}

#HomePage #pcModule .moduleNine .row {
  display: flex;
  margin-bottom: 36px;
}

#HomePage #pcModule .moduleNine .row input,
#HomePage #pcModule .moduleNine .row textarea {
  background: #EAEBED;
  border-radius: 4px;
  height: 68px;
  border: none;
  box-sizing: border-box;
  border: none;
  padding: 27px 19px;
  font-size: 18px;
  color: black;
  outline: none;
}

#HomePage #pcModule .moduleNine .row input ::placeholder,
#HomePage #pcModule .moduleNine .row textarea ::placeholder {
  font-size: 18px;
}

#HomePage #pcModule .moduleNine .row .smallInput {
  width: 20.5%;
  margin-right: 4.5%;
}

#HomePage #pcModule .moduleNine .row .bigInput {
  width: 50%;
}

#HomePage #pcModule .moduleNine .row textarea {
  width: 100%;
  height: 148px;
  font-style: normal;
  font-family: unset;
}

#HomePage #pcModule .moduleNine .btnBox {
  text-align: center;
  margin-top: 3px;
}

#HomePage #pcModule .moduleNine .btnBox button {
  width: 272px;
  height: 68px;
  border-radius: 34px;
  font-size: 24px;
  background-color: unset;
  border: 2px #2462D2 solid;
  color: #2462D2;

}

/* 
#HomePage #pcModule .moduleNine .btnBox .btn :hover {
  background-color: unset;
} */

#HomePage #pcModule .moduleNine .btnBox .submitBtn {
  background-color: #2462D2;
  color: white;
}

/* -----------手机端---------- */
#HomePage #mobileModule {
  background: url("../image/indexMobile/main-bg.png");
  background-size: 100% 100%;
}

#HomePage #mobileModule .moduleOne {
  height: 320px;
  background: url("../image/indexMobile/main-image.png");
  background-size: 100% 100%;
}

#HomePage #mobileModule .moduleOne .logoBox {
  width: 145px;
  height: 38px;
  padding: 13px 0 0 17px;
}

#HomePage #mobileModule .moduleOne .headTitle {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
  margin-top: 93px;
}

#HomePage #mobileModule .information {
  background: #F5F5F5;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 17px 6px 17px;
}
#HomePage #mobileModule .information .left img {
  height: 32px;
  width: 32px;
}
#HomePage #mobileModule .information .center {
  margin: 0 10px;
  flex: 1;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #1A1A1A;
    white-space: nowrap;      /* 确保文本在一行内显示 */
    overflow: hidden;         /* 超出容器部分的文本隐藏 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}
#HomePage #mobileModule .information .center::before {
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 10px; /* 竖线宽度 */
  border-left: 2px solid #A5ABB8; /* 竖线样式 */
  vertical-align: middle;
}
#HomePage #mobileModule .information .right {
  height: 10px;
  width: 6px;
}
#HomePage #mobileModule .moduleTwo {
  padding: 39px 17px 0 17px;
}

#HomePage #mobileModule .moduleTwo .headTitle {
  font-weight: bold;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 26px;
  text-align: center;
  width: 300px;
  margin: 0 auto 30px auto;
}

#HomePage #mobileModule .moduleThree {
  padding: 39px 0 0 0;
  text-align: center;
}

#HomePage #mobileModule .moduleThree .headTitle {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 12px;
}

#HomePage #mobileModule .moduleThree .mianImage {
  margin-top: 25px;
  position: relative;
  padding-bottom: 30px;
}

#HomePage #mobileModule .moduleThree .mianImage .swiper-wrapper {
  padding: 0;
}

#HomePage #mobileModule .moduleThree .mianImage .swiper-slide {
  list-style: none;
}

#HomePage #mobileModule .moduleThree .mianImage img {
  width: 100%;
}

#HomePage #mobileModule .moduleThree .mianImage .swiper-slide-next img,
#HomePage #mobileModule .moduleThree .mianImage .swiper-slide-prev img {
  transform: scale(0.75);
}

#HomePage #mobileModule .moduleThree .mianImage .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#HomePage #mobileModule .moduleThree .mianImage .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  margin: 3px;
}

#HomePage #mobileModule .moduleThree .subTitle {
  font-size: 13px;
  color: #808080;
  line-height: 26px;
  text-align: center;
}

#HomePage #mobileModule .moduleFour {
  padding: 39px 17px 0 17px;
}

#HomePage #mobileModule .moduleFour .headTitle {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 19px;
  line-height: 26px;
  margin: 0 auto 20px auto;
  text-align: center;
}

#HomePage #mobileModule .moduleFour .describe {
  font-size: 13px;
  color: #808080;
  line-height: 16px;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 14px;
}

#HomePage #mobileModule .moduleFour .cctvImage {
  width: 100%;
}

#HomePage #mobileModule .moduleFive {
  padding: 39px 17px 0 17px;
}

#HomePage #mobileModule .moduleFive .headTitle {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 19px;
  line-height: 26px;
  margin: 0 auto 28px auto;
  text-align: center;
}

#HomePage #mobileModule .moduleFive .describe {
  font-size: 13px;
  color: #808080;
  line-height: 16px;
  padding: 0 15px;
  text-align: center;
  margin-top: 23px;
}

#HomePage #mobileModule .moduleFive .cctvImage {
  width: 100%;
}

#HomePage #mobileModule .moduleSix {
  padding: 39px 17px 0 17px;
}

#HomePage #mobileModule .moduleSix .headTitle {
  font-weight: bold;
  font-size: 19px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 30px;
}

#HomePage #mobileModule .moduleSix .topBox {
  display: flex;
}

#HomePage #mobileModule .moduleSix .topBox .item {
  flex: 1;
  margin-right: 5px;
  background-size: 100% 100%;
  padding: 46px 0 8px 0;
}

#HomePage #mobileModule .moduleSix .topBox .item .bg {
  width: 100%;
}

#HomePage #mobileModule .moduleSix .topBox .item .contentBox .icon-box {
  text-align: center;
}

#HomePage #mobileModule .moduleSix .topBox .item .contentBox .icon-box .icon {
  margin: 0 auto;
  height: 60px;
}

#HomePage #mobileModule .moduleSix .topBox .item .contentBox .title {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 9px;
  text-align: center;
}

#HomePage #mobileModule .moduleSix .topBox .item .contentBox .des {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 15px;
  margin: 15px 12px 0 17px;
}

#HomePage #mobileModule .moduleSix .topBox .item :last-child {
  margin-right: 0;
}

#HomePage #mobileModule .moduleSix .bottomBox {
  margin-top: 5px;
  background-size: 100% 100%;
  padding: 32px 15px 15px 15px;
}

#HomePage #mobileModule .moduleSix .bottomBox .title {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  margin-bottom: 21px;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox {
  display: flex;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item {
  flex: 1;
  margin-right: 9px;
  padding: 17px 11px 18px 11px;
  border-radius: 5px;
  border: 1px solid #C7CED9;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item .bg {
  width: 100%;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item .contentBox .icon-box {
  text-align: center;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item .contentBox .icon-box .icon {
  margin: 0 auto;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item .contentBox .title {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 9px;
  text-align: center;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item .contentBox .subTitle {
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1;
  margin: 9px 0 15px 0;
  text-align: center;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item .contentBox .des {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
}

#HomePage #mobileModule .moduleSix .bottomBox .mianBox .item :last-child {
  margin-right: 0;
}

#HomePage #mobileModule .moduleSix .item1 {
  background: url("../image/indexMobile/core-bg1.png");
  background-size: 100% 100%;
}

#HomePage #mobileModule .moduleSix .item2 {
  background: url("../image/indexMobile/core-bg2.png");
  background-size: 100% 100%;
}

#HomePage #mobileModule .moduleSix .item3 {
  background: url("../image/indexMobile/core-bg3.png");
  background-size: 100% 100%;
}

#HomePage #mobileModule .moduleSeven {
  padding: 39px 17px 0 17px;
}

#HomePage #mobileModule .moduleSeven .headTitle {
  font-weight: bold;
  font-size: 19px;
  color: #1A1A1A;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

#HomePage #mobileModule .moduleSeven .mianImage .item {
  height: 168px;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

#HomePage #mobileModule .moduleSeven .mianImage .item .content {
  padding: 15px 24px 0 18px;
}

#HomePage #mobileModule .moduleSeven .mianImage .item .content .title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

#HomePage #mobileModule .moduleSeven .mianImage .item .content .des {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 18px;
}

#HomePage #mobileModule .moduleSeven .mianImage .item2 .content {
  position: relative;
}

#HomePage #mobileModule .moduleSeven .mianImage .item2 .content .des {
  width: 133px;
  position: absolute;
  left: 50%;
  margin-top: 35px;
}

#HomePage #mobileModule .moduleSeven .mianImage .item3 .content .des {
  display: flex;
}

#HomePage #mobileModule .moduleSeven .mianImage .item3 .content .des .text {
  margin-top: 10px;
}

#HomePage #mobileModule .moduleSeven .mianImage .item3 .content .des img {
  width: 111px;
  height: 92px;
  margin: 0 5px 0 10%;
}

#HomePage #mobileModule .moduleEight {
  padding: 39px 17px 21px 17px;
}

#HomePage #mobileModule .moduleEight .headTitle {
  font-weight: bold;
  font-size: 19px;
  color: #1A1A1A;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}

#HomePage #mobileModule .moduleEight .mianImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#HomePage #mobileModule .moduleEight .mianImage .item {
  margin-bottom: 10px;
  width: 48.5%;
  border-radius: 5px;
  background: #F5F5F5;
}

#HomePage #mobileModule .moduleEight .mianImage .item img {
  height: 195px;
  width: 100%;
}

#HomePage #mobileModule .moduleEight .mianImage .item .content {
  padding: 15px 9px;
}

#HomePage #mobileModule .moduleEight .mianImage .item .content .title {
  font-size: 12px;
  color: #1A1A1A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#HomePage #mobileModule .moduleEight .moreBox {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  text-align: center;
  padding: 0 0 17px 0;
}

#HomePage #mobileModule .moduleEight .subTitle {
  background: #F5F5F5;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  padding: 20px 7px;
}

#HomePage #mobileModule .moduleNine {
  padding: 40px 17px;
  background: #FFFFFF;
}

#HomePage #mobileModule .moduleNine .headTitle {
  font-weight: bold;
  font-size: 19px;
  color: #1A1A1A;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

#HomePage #mobileModule .moduleNine .subTitle {
  font-size: 13px;
  color: #808080;
  line-height: 1;
  text-align: center;
  margin-bottom: 89px;
}

#HomePage #mobileModule .moduleNine .item {
  margin-bottom: 30px;
}

#HomePage #mobileModule .moduleNine .item .labelText {
  font-size: 13px;
  color: #1A1A1A;
  margin-bottom: 15px;
}

#HomePage #mobileModule .moduleNine .item input {
  height: 44px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 1px 11px;
  box-sizing: border-box;
  color: #808080;
  border: 1px solid #C7CED9;
  outline: none;
}

#HomePage #mobileModule .moduleNine .btnBox {
  text-align: center;
  margin-top: 3px;
}

#HomePage #mobileModule .moduleNine .btnBox button {
  background-color: #2462D2;
  width: 100%;
  height: 41px;
  border-radius: 34px;
  font-size: 14px;
  color: #fff;
}

#HomePage #mobileModule .moduleNine .btnBox button:disabled {
  border: none;
  background: #E5E7E9;
}

/* #HomePage #mobileModule .moduleNine .btnBox .btn :hover {
  background-color: unset;
} */

/* #HomePage #mobileModule .moduleNine .btnBox :deep(.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus) {
  border: none;
  background: #E5E7E9;
} */


#HomePage #mobileModule .moduleNine .checkboxBox {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

#HomePage #mobileModule .moduleNine .checkboxBox span {
  color: #2462D2;
}

#HomePage #mobileModule .moduleNine .checkboxBox .checkbox {
  width: 20px;
  height: 20px;
  background: #2462D2;
  border-radius: 2px;
  margin-right: 5px;
}

#HomePage #mobileModule .consultationButtonBox {
  background: #FFFFFF;
  display: flex;
  box-sizing: border-box;
  padding: 15px 17px calc(25px + env(safe-area-inset-bottom)) 17px;
}

#HomePage #mobileModule .consultationButtonBox button {
  padding: 0;
  flex: 1;
  height: 44px;
  border-radius: 10px;
  font-size: 14px;

}

#HomePage #mobileModule .consultationButtonBox button.leftBtn {
  background-color: #F5F7FB;
}

#HomePage #mobileModule .consultationButtonBox button.leftBtn a {
  text-decoration: none;
  color: #2462D2;
  height: 100%;
  width: 100%;
  display: inline-block;
  line-height: 44px;
  font-size: 14px;

}

#HomePage #mobileModule .consultationButtonBox button.rightBtn {
  color: #fff;
  background-color: #2462D2;
}

#HomePage video {
  width: 100%;
  height: 100%;
}

#HomePage #pausing {
  width: 104px;
  height: 104px;
  line-height: 104px;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 45%);
  transition: 0.5s;
  cursor: pointer;
}

#HomePage #pausing img {
  height: 100%;
  width: 100%;
}