/* pc样式start */
.w1195 {
  width: 1195px;
}

.lph-home-pc {
  display: block;
  width: 100%;
  min-height: 100%;
}

.lph-home-h5 {
  display: none;
}



.lph-home-box1 {
  display: flex;
  width: 100%;
  height: 459px;
  padding-top: 25px;
  justify-content: space-between;
}

.lph-home-box1-left {
  position: relative;
  width: 612px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.lph-home-box1_prev {
  position: absolute;
  display: flex;
  width: 35px;
  height: 101px;
  right: 0;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  background: #ffffffb2;
  border-radius: 6px 0 0 6px;
  z-index: 88;
}

.lph-home-box1_prev:hover {
  cursor: pointer !important;
}

.lph-home-box1_prev i {
  display: block;
  width: 13px;
  height: 25px;
  background: url(../images/home_left_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.lph-home-box1_next {
  position: absolute;
  display: flex;
  width: 35px;
  height: 101px;
  left: 0;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  background: #ffffffb2;
  border-radius: 0 6px 6px 0;
  z-index: 88;
}

.lph-home-box1_next:hover {
  cursor: pointer !important;
}

.lph-home-box1_next i {
  display: block;
  width: 13px;
  height: 25px;
  background: url(../images/home_left_arrow.png) no-repeat center center;
  background-size: 100% 100%;

}

.lph-home-box1-swiper-wrapper {
  width: 100%;
  height: 100%;
}

.lph-home-box1-swiper-slide {
  width: 100%;
  height: 100%;
}

.lph-home-box1-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lph-home-box1-left-tip {
  position: absolute;
  width: 100%;
  height: 31px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 88;
}

.lph-home-box1-left-tip-text {
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lph-home-box1-swiper-pagination {
  position: absolute;
  width: max-content !important;
  height: 8px !important;
  left: auto !important;
  right: 14px !important;
  bottom: 15px !important;
  z-index: 90;
}

.lph-home-box1-swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}

.lph-home-box1-swiper-pagination .swiper-pagination-bullet-active {
  background: #51abff;
  opacity: 1;
}

.lph-home-box1-right {
  width: 544px;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
}

.lph-home-box1-right-item-top {
  width: 100%;
  height: 77px;
  padding: 15px 25px 16px 22px;
  background: #fff;
  border-left: 6px solid #2b7efa;
  overflow: hidden;
  box-sizing: border-box;
}

.lph-home-box1-right-item:hover {
  border-left: 6px solid #2b7efa;
  background: #fff;
}

.lph-home-box1-right-item:hover .box1-right-item-text p {
  font-weight: 700;
}

.lph-home-box1-right-item .box1-right-item-text p {
  width: calc(100% - 100px);
  font-size: 15px;
  line-height: 23px;
  color: #042b6c;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lph-home-box1-right-item .box1-right-item-text {
  justify-content: space-around;
}

.lph-home-box1-right-item:hover .rigth-time {
  display: block;
}



.lph-home-box1-right-item .rigth-time {
  width: 90px;
  font-size: 15px;
  font-weight: 350;
  line-height: 19px;
  color: #becfe5;
}


.lph-home-box1-right-item-top .item-top-title {
  display: flex;
  justify-content: space-between;
}

.lph-home-box1-right-item-top .item-top-title .item-top-left {
  width: calc(100% - 100px);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  color: #042b6c;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.lph-home-box1-right-item-top .item-top-title .item-top-right {
  width: 90px;
  font-size: 15px;
  font-weight: 350;
  line-height: 19px;
  color: #becfe5;
}

.lph-home-box1-right-item-top .right-item-top-text {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.lph-home-box1-right-item {
  width: 100%;
  height: 77px;
  padding: 0 25px 0 24px;
  box-sizing: border-box;
}

.lph-home-box1-right-item .box1-right-item-text {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 0 16px 0;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  border-bottom: 1px dashed #becfe5;
  box-sizing: border-box;
}

.lph-home-box1-right-item .box1-right-item-text .item-top-right {
  display: none;
  width: 90px;
  font-size: 15px;
  font-weight: 350;
  line-height: 19px;
  color: #becfe5;
}

.lph-home-box1-right-item .box1-right-item-text p {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lph-home-box1-right-item .box1-right-item-text p:hover {
  cursor: pointer;
}

.lph-home-box1-right-item:last-child .box1-right-item-text {
  border-bottom: none;
}

.lph-home-box2 {
  display: flex;
  width: 100%;
  height: 73px;
  margin-top: 69px;
  padding: 0 16px 0 42px;
  align-items: center;
  box-sizing: border-box;
}

.lph-home-box2-left {
  width: 145px;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(180deg, #509bff 0%, #49c8ff 87.5%);
  overflow: hidden;
}

.lph-home-box2-left-content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.27em;
  color: #fff;
  background: url(../images/home_bg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box2-right {
  position: relative;
  flex: 1;
  height: 100%;
  padding: 0 70px 0 81px;
  box-sizing: border-box;
  overflow: hidden;
}

.lph-home-box2-right-swiper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.lph-home-box2-right-swiper .box2-swiper_prev {
  position: absolute;
  display: flex;
  width: 35px;
  height: 73px;
  left: 34px;
  top: 0;
  justify-content: center;
  align-items: center;
  border-radius: 6px 0 0 6px;
  background: #e9f5ff;
  overflow: hidden;
}

.lph-home-box2-right-swiper .box2-swiper_prev:hover {
  cursor: pointer;
}

.lph-home-box2-right-swiper .box2-swiper_prev i {
  display: block;
  width: 13px;
  height: 25px;
  background: url(../images/home_left_arrow.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box2-right-swiper .box2-swiper_next {
  position: absolute;
  display: flex;
  width: 35px;
  height: 73px;
  right: 24px;
  top: 0;
  justify-content: center;
  align-items: center;
  border-radius: 0 6px 6px 0;
  background: #e9f5ff;
  overflow: hidden;
}

.lph-home-box2-right-swiper .box2-swiper_next:hover {
  cursor: pointer;
}

.lph-home-box2-right-swiper .box2-swiper_next i {
  display: block;
  width: 13px;
  height: 25px;
  background: url(../images/home_left_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.lph-home-box2-swiper-wrapper {
  width: 100%;
  height: 100%;
}

.lph-home-box2-swiper-wrapper .swiper-slide {
  width: 192px;
  height: 73px;
  font-size: 16px;
  font-weight: 500;
  line-height: 73px;
  color: #000;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffdc81 0%, #fff3d4 100%);
  overflow: hidden;
}

.lph-home-box2-swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}

.lph-home-box3 {
  display: flex;
  width: 100%;
  padding-top: 28px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lph-home-box3-item {
  width: 564px;
  margin-top: 52px;
}

.lph-home-box3-item .box3-item-title {
  position: relative;
  display: flex;
  width: 100%;
  height: 36px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 7px;
  border-bottom: 1px solid #becfe5;
  box-sizing: border-box;
}

.lph-home-box3-item .box3-item-title-left {
  position: absolute;
  width: max-content;
  height: 36px;
  left: 6px;
  bottom: 0;
  border-bottom: 3px solid #0d7bff;
  box-sizing: border-box;
}

.lph-home-box3-item .box3-item-title-left-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.lph-home-box3-item .box3-item-title-left-text {
  padding: 0 11px 0 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #0c7bff;
}

.lph-home-box3-item .box3-item-title-left-bg {
  position: absolute;
  width: 100%;
  height: 13px;
  left: 0;
  top: 12px;
  background: #dceaff;
  z-index: -1;
  box-sizing: border-box;
}

.lph-home-box3-item .box3-item-title-left-bg i {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  right: -8px;
  bottom: 6px;
  background: url(../images/home_icon1.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box3-item .box3-item-title-right {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0d7bff;
}

.lph-home-box3-item .box3-item-title-right:hover {
  cursor: pointer;
}

.lph-home-box3-item .box3-item-title-right i {
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  background: url(../images/home_icon2.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box3 .box3-item-ul {
  width: 100%;
}

.lph-home-box3 .box3-item-li {
  display: flex;
  width: 100%;
  height: 72px;
  padding: 15px 7px 15px 13px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #becfe5;
  box-sizing: border-box;
}

.lph-home-box3 .box3-item-li:hover .box3-item-li-left p {
  color: #4991E1;
}

.lph-home-box3 .box3-item-li:hover .box3-item-li-right {
  color: #4991E1;
}

.lph-home-box3 .box3-item-li:last-child {
  border-bottom: none;
}

.lph-home-box3 .box3-item-li-left {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 40px;
  box-sizing: border-box;
}

.lph-home-box3 .box3-item-li-left p {
  font-size: 15px;
  font-weight: 350;
  line-height: 19px;
  color: #000;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.lph-home-box3 .box3-item-li-left p:hover {
  cursor: pointer;
}

.lph-home-box3 .box3-item-li-right {
  width: 80px;
  color: #becfe5;
}

.lph-home-box3 .box3-item-content {
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
}

.lph-home-box3 .box3-item-content-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding-top: 36px;
}

.lph-home-box3 .box3-item-content-li {
  text-align: center;
  color: #000;
}

.lph-home-box3 .box3-item-li-text1 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.lph-home-box3 .box3-item-li-text2 {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 350;
  line-height: 18px;
}

.lph-home-box3 .box3-item-li-text3 {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.lph-home-box3 .box3-item-li-text4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.lph-home-box3 .box3-item-li-text5 {
  font-size: 12px;
  font-weight: 350;
  line-height: 18px;
}

.lph-home-box3 .box3-item-li-text6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.lph-home-box3 .box3-item-content-li:nth-child(1) {
  padding-top: 20px;
}

/* .lph-home-box3 .box3-item-content-li:nth-child(2) {
  padding-top: 20px;
} */

.lph-home-box3 .box3-item-content-li:nth-child(1) img {
  width: 88px;
}

.lph-home-box3 .box3-item-content-li:nth-child(2) img {
  width: 150px;
}

/* .lph-home-box3 .box3-item-content-li:nth-child(3) img {
  width: 150px;
} */

.lph-home-box3 .box3-item-content-tip {
  width: 100%;
  height: 78px;
  margin-top: 37px;
  background: linear-gradient(180deg, #e7feff 0%, #cce8ff 100%);
  border-radius: 6px;
  overflow: hidden;
}

.lph-home-box3 .box3-item-content-tip-text {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0.11em;
  color: #000;
  text-align: center;
  background: url(../images/home_bg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box3 .box3-item-video-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 25px 24px 0 25px;
  justify-content: space-between;
  box-sizing: border-box;
}

.lph-home-box3 .box3-item-video-li {
  position: relative;
  width: 48%;
  height: 137px;
  margin-bottom: 18px;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(180deg, #509BFF 0%, #7CD8FF 100%);
  overflow: hidden;
}

.lph-home-box3 .box3-item-video-li .vide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

.lph-home-box3 .box3-item-video-li:hover {
  cursor: pointer;
}

.lph-home-box3 .box3-item-video-li .video-play-icon {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-top: 44px;
  background: url(../images/home-player.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.lph-home-box3 .box3-item-video-li .video-tip {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.lph-home-box4 {
  display: flex;
  width: 100%;
  height: 73px;
  margin-top: 115px;
  padding: 0 33px 0 43px;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 73px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.lph-home-box4-left {
  width: 145px;
  height: 100%;
  background: linear-gradient(180deg, #ffb386 0%, #ffd392 100%);
  border-radius: 6px;
  overflow: hidden;
}

.lph-home-box4-right {
  display: flex;
  flex: 1;
  padding-left: 102px;
  justify-content: space-between;
  align-items: center;
}

.lph-home-box4-right .box4-right-item {
  width: 257px;
  height: 100%;
}

.lph-home-box4-right .box4-right-item:hover {
  cursor: pointer;
}

.lph-home-box4-right .box4-right-item:nth-child(1) {
  background: url(../images/home_bg3.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box4-right .box4-right-item:nth-child(2) {
  background: url(../images/home_bg4.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box4-right .box4-right-item:nth-child(3) {
  background: url(../images/home_bg5.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box5 {
  width: 100%;
  height: 457px;
  margin-top: 62px;
  padding: 12px 39px 0 43px;
  background: linear-gradient(180deg, #e9f5ff 0%, rgba(233, 245, 255, 0) 100%);
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
}

.lph-home-box5-title {
  position: relative;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #becfe5;
  box-sizing: border-box;
  z-index: 1;
}

.lph-home-box5-title .box5-title-content {
  position: absolute;
  width: max-content;
  height: 36px;
  left: 6px;
  bottom: 0;
  padding: 0 11px 0 7px;
  border-bottom: 3px solid #0d7bff;
  box-sizing: border-box;
  z-index: 2;
}

.lph-home-box5-title .box5-title-content-text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #0c7bff;
  z-index: 5;
}

.lph-home-box5-title .box5-title-content-bg {
  position: absolute;
  width: 100%;
  height: 13px;
  top: 12px;
  left: 0;
  background: #dceaff;
  z-index: 3;
}

.lph-home-box5-title .box5-title-content-bg i {
  display: block;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  right: -8px;
  bottom: 6px;
  background: url(../images/home_icon1.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box5-content {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 31px;
  padding-left: 14px;
  padding-right: 18px;
  justify-content: space-between;
  box-sizing: border-box;
}

.lph-home-box5-QA-box {
  width: 498px;
  padding-top: 14px;
}

.lph-home-box5-QA-item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.lph-home-box5-QA-item .box5-QA-item-left {
  width: 123px;
  height: 55px;
  font-size: 18px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.lph-home-box5-QA-item:nth-child(1) .box5-QA-item-left {
  background: linear-gradient(180deg,
      #ffb682 0%,
      rgba(255, 191, 109, 0.5) 100%);
}

.lph-home-box5-QA-item:nth-child(2) .box5-QA-item-left {
  background: linear-gradient(180deg,
      #6ee3b2 0%,
      rgba(110, 227, 194, 0.5) 100%);
}

.lph-home-box5-QA-item .box5-QA-item-right {
  width: 344px;
  margin-left: 31px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #adadad;
}

.lph-home-box5-QA-item .box5-QA-item-right p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lph-home-box5-QA-item .box5-QA-item-right .box5-QA-item-right-more {
  color: #428ffb;
}

.lph-home-box5-line {
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 364px;
  transform: translateX(-50%);
  border-left: 2px dashed #042b6c66;
}

.lph-home-box5-download {
  width: 480px;
}

.lph-home-box5-download-item {
  width: 100%;
  margin-bottom: 14px;
}

.lph-home-box5-download-item:last-child {
  margin-bottom: 0;
}

.lph-home-box5-download-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #042b6c;
}

.lph-home-box5-download-apps {
  width: 100%;
  display: flex;
  margin-top: 13px;
}

.lph-home-box5-download-app {
  margin-left: 38px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: #000;
}

.lph-home-box5-download-app:nth-child(1) {
  margin-left: 0px;
}

.lph-home-box5-download-app:last-child {
  margin-left: 20px;
}

.lph-home-box5-download-app img {
  width: 100px;
}

.lph-home-box5-download-doc {
  display: flex;
  width: 100%;
  margin-top: 17px;
  flex-wrap: wrap;
}

.lph-home-box5-download-doc .lph-home-box5-doc {
  display: flex;
  width: 162px;
  margin-left: 61px;
  margin-bottom: 9px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
}

.lph-home-box5-download-doc .lph-home-box5-doc:nth-child(2n) {
  margin-left: 55px;
}

.lph-home-box5-download-doc .lph-home-box5-doc i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/home_download.png) no-repeat center center;
  background-size: 100% 100%;
}

.lph-home-box5-download-doc .lph-home-box5-doc i:hover {
  cursor: pointer;
}

/* pc样式end */
























/* h5样式start */
@media screen and (max-width: 960px) {
  .lph-home-pc {
    display: none;
  }

  .lph-home-h5 {
    display: block;
    width: 100%;
    height: 100%;
  }

  .lph-home-h5-content {
    width: 100%;
    padding-top: calc(100vw * (127 / 390));
  }

  .lph-home-h5-box1 {
    width: 100%;
    height: calc(100vw * (228 / 390));
    padding: 0 calc(100vw * (17 / 390)) 0 calc(100vw * (16 / 390));
    border-radius: calc(100vw * (6 / 390));
    overflow: hidden;
    box-sizing: border-box;
  }

  .lph-home-h5-box1-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: calc(100vw * (6 / 390));
    overflow: hidden;
    z-index: 1;
  }

  .lph-home-h5-box1-swiper-wrapper {
    height: 100%;
  }

  .lph-home-h5-box1_prev {
    position: absolute;
    display: flex;
    width: calc(100vw * (20 / 390));
    height: calc(100vw * (50 / 390));
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: calc(100vw * (6 / 390)) 0 0 calc(100vw * (6 / 390));
    z-index: 20;

  }

  .lph-home-h5-box1_prev i {
    display: block;
    width: calc(100vw * (7 / 390));
    height: calc(100vw * (12 / 390));
    background: url(../images/home-h5-left-arrow.png) no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);

  }

  .lph-home-h5-box1_next {
    position: absolute;
    display: flex;
    width: calc(100vw * (20 / 390));
    height: calc(100vw * (50 / 390));
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 calc(100vw * (6 / 390)) calc(100vw * (6 / 390)) 0;
    z-index: 20;
  }

  .lph-home-h5-box1_next i {
    display: block;
    width: calc(100vw * (7 / 390));
    height: calc(100vw * (12 / 390));
    background: url(../images/home-h5-left-arrow.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-box1-swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .lph-home-h5-box1-swiper-slide img {
    width: 100%;
  }

  .lph-home-h5-box1-swiper-pagination {
    display: flex;
    position: absolute;
    width: max-content !important;
    height: calc(100vw * (23 / 390)) !important;
    left: auto !important;
    right: calc(100vw * (15 / 390)) !important;
    bottom: 0 !important;
    align-items: center;
    z-index: 12;
  }

  .lph-home-h5-box1-swiper-pagination .swiper-pagination-bullet {
    width: calc(100vw * (5 / 390)) !important;
    height: calc(100vw * (5 / 390)) !important;
    margin: 0 calc(100vw * (2 / 390)) !important;
    background: #d9d9d9;
    opacity: 1;
  }

  .lph-home-h5-box1-swiper-pagination .swiper-pagination-bullet-active {
    background: #51abff;
    opacity: 1;
  }

  .lph-home-h5-box1-tip {
    display: flex;
    position: absolute;
    width: 100%;
    height: calc(100vw * (23 / 390));
    align-items: center;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }

  .lph-home-h5-box1-tip-text {
    width: calc(100% - calc(100vw * (100 / 390)));
    padding-left: calc(100vw * (5 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
    letter-spacing: 0.05em;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .lph-home-h5-box2 {
    width: 100%;
    margin-top: calc(100vw * (20 / 390));
    padding: 0 calc(100vw * (16 / 390)) 0 calc(100vw * (21 / 390));
    box-sizing: border-box;
  }

  .lph-home-h5-box2-item {
    position: relative;
    width: 100%;
    padding: calc(100vw * (6 / 390)) 0;
    font-size: calc(100vw * (12 / 390));
    font-weight: 400;
    line-height: calc(100vw * (18 / 390));
    color: #000;
    border-bottom: 1px dashed #becfe5;
    box-sizing: border-box;
    min-height: calc(100vw*(48/390));
  }



  .lph-home-h5-box2-item:first-child p {
    font-size: calc(100vw * (14 / 390));
    font-weight: 700;
    line-height: calc(100vw * (21 / 390));
    color: #042b6c;
  }

  .lph-home-h5-box2-item-time-place {
    display: inline-block;
    width: calc(100vw * (75 / 390));
  }

  .lph-home-h5-box2-item-time {
    position: absolute;
    right: 0;
    bottom: calc(100vw * (3 / 390));
    color: #BECFE5;
  }

  .lph-home-h5-box2-item:first-child p span {
    font-size: calc(100vw * (12 / 390));
    font-weight: 350;
    line-height: calc(100vw * (15 / 390));
    color: #becfe5;
  }

  .lph-home-h5-box2-item:last-child {
    border-bottom: none;
  }

  .lph-home-h5-box2-item-more-place {
    display: inline-block;
    width: calc(100vw * (28 / 390));
  }

  .lph-home-h5-box2-item-more {
    position: absolute;
    right: 0;
    bottom: calc(100vw * (6 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
    color: #428ffb;
  }

  .lph-home-h5-box3 {
    display: flex;
    width: 100%;
    margin-top: calc(100vw * (32 / 390));
    padding: 0 calc(100vw * (16 / 390)) 0 calc(100vw * (21 / 390));
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  .lph-home-h5-box3-left {
    width: calc(100vw * (56 / 390));
    height: calc(100vw * (50 / 390));
    padding-top: calc(100vw * (9 / 390));
    font-size: calc(100vw * (14 / 390));
    font-weight: 900;
    line-height: calc(100vw * (17 / 390));
    letter-spacing: 0.27em;
    color: #fff;
    text-align: center;
    background: url(../images/home-h5-bg1.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-radius: calc(100vw * (6 / 390));
    box-sizing: border-box;
  }

  .lph-home-h5-box3-right {
    position: relative;
    width: calc(100% - 100vw * (66 / 390));
    height: calc(100vw * (50 / 390));
    margin-left: calc(100vw * (10 / 390));
    padding: 0 calc(100vw * (19 / 390));
    overflow: hidden;
    box-sizing: border-box;
  }

  .lph-home-h5-box3-swiper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
  }

  .lph-home-h5-box3_prev {
    display: flex;
    position: absolute;
    width: calc(100vw * (19 / 390));
    height: calc(100vw * (50 / 390));
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 20;
  }

  .lph-home-h5-box3_prev i {
    display: block;
    width: calc(100vw * (7 / 390));
    height: calc(100vw * (17 / 390));
    background: url(../images/home-h5-left-arrow1.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-box3_next {
    display: flex;
    position: absolute;
    width: calc(100vw * (19 / 390));
    height: calc(100vw * (50 / 390));
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 20;
  }

  .lph-home-h5-box3_next i {
    display: block;
    width: calc(100vw * (7 / 390));
    height: calc(100vw * (17 / 390));
    background: url(../images/home-h5-left-arrow1.png) no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);
  }

  .lph-home-h5-box3-swiper-wrapper {
    height: 100%;
  }

  .lph-home-h5-box3-swiper-slide {
    width: max-content;
    height: 100%;
    padding: 0 calc(100vw * (9 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (50 / 390));
    color: #000;
    text-align: center;
    background: #ffefc5;
    border-radius: calc(100vw * (6 / 390));
    z-index: 10;
  }

  .lph-home-h5-card {
    width: 100%;
    margin-top: calc(100vw * (35 / 390));
    padding: 0 calc(100vw * (18 / 390)) 0 calc(100vw * (17 / 390));
    box-sizing: border-box;
  }

  .lph-home-h5-card-title {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100vw * (24 / 390));
    justify-content: flex-end;
    border-bottom: 1px solid #becfe5;
    box-sizing: border-box;
  }

  .lph-home-h5-card-title .h5-card-title-left {
    position: absolute;
    width: max-content;
    height: calc(100vw * (24 / 390));
    left: calc(100vw * (3 / 390));
    bottom: 0;
    border-bottom: calc(100vw * (3 / 390)) solid #0d7bff;
    box-sizing: border-box;
  }

  .lph-home-h5-card-title .h5-card-title-left-content {
    position: relative;
    width: max-content;
    height: 100%;
    padding-right: calc(100vw * (9 / 390));
    z-index: 1;
  }

  .lph-home-h5-card-title .h5-card-title-left-text {
    position: relative;
    font-size: calc(100vw * (14 / 390));
    font-weight: 700;
    line-height: calc(100vw * (21 / 390));
    color: #0c7bff;
    z-index: 5;
  }

  .lph-home-h5-card-title .h5-card-title-left-bg {
    position: absolute;
    width: 100%;
    height: calc(100vw * (9 / 390));
    left: 0;
    top: calc(100vw * (8 / 390));
    background: #dceaff;
    z-index: 2;
  }

  .lph-home-h5-card-title .h5-card-title-left-bg i {
    display: block;
    position: absolute;
    width: calc(100vw * (8.75 / 390));
    height: calc(100vw * (8.77 / 390));
    right: calc(100vw * (-4 / 390));
    bottom: calc(100vw * (5 / 390));
    background: url(../images/home-h5-icon.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-card-title .h5-card-title-right {
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
    color: #428ffb;
  }

  .lph-home-h5-card-ul {
    width: 100%;
  }

  .lph-home-h5-card-li {
    display: flex;
    width: 100%;
    padding: calc(100vw * (10 / 390)) calc(100vw * (4 / 390)) calc(100vw * (10 / 390)) calc(100vw * (8 / 390));
    justify-content: space-between;
    border-bottom: 1px dashed #becfe5;
    box-sizing: border-box;
  }

  .lph-home-h5-card-li:last-child {
    border-bottom: none;
  }

  .lph-home-h5-card-li-left {
    flex: 1;
    font-size: calc(100vw * (12 / 390));
    font-weight: 400;
    line-height: calc(100vw * (18 / 390));
    color: #000;
  }

  .lph-home-h5-card-li-right {
    width: calc(100vw * (75 / 390));
    padding-top: calc(100vw * (2 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 350;
    line-height: calc(100vw * (15 / 390));
    color: #becfe5;
    text-align: right;
  }

  .lph-home-h5-card-content1 {
    display: flex;
    width: 100%;
    padding: calc(100vw * (23 / 390)) calc(100vw * (7 / 390)) 0 calc(100vw * (5 / 390));
    justify-content: space-around;
    box-sizing: border-box;
  }

  .lph-home-h5-card-con1-item {
    text-align: center;
    color: #000;
  }

  .lph-home-h5-card-con1-item:nth-child(1) {
    padding: calc(100vw * (10 / 390)) calc(100vw * (5 / 390)) 0 calc(100vw * (5 / 390));
  }

  .lph-home-h5-card-con1-item:nth-child(2) {
    padding-top: calc(100vw * (3 / 390));
  }

  .lph-home-h5-card-con1-item-img1 {
    width: calc(100vw * (57 / 390));
  }

  .lph-home-h5-card-con1-item-img2 {
    width: calc(100vw * (63 / 390));
  }

  .lph-home-h5-card-con1-item-img3 {
    width: calc(100vw * (107 / 390));
  }

  .lph-home-h5-card-con1-item-text1 {
    margin-top: calc(100vw * (19 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
  }

  .lph-home-h5-card-con1-item-text2 {
    margin-top: calc(100vw * (6 / 390));
    font-size: calc(100vw * (10 / 390));
    font-weight: 350;
    line-height: calc(100vw * (15 / 390));
  }

  .lph-home-h5-card-con1-item-text3 {
    margin-top: calc(100vw * (22 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
  }

  .lph-home-h5-card-con1-item-text4 {
    margin-top: calc(100vw * (2 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
  }

  .lph-home-h5-card-con1-item-text5 {
    margin-top: calc(100vw * (2 / 390));
    font-size: calc(100vw * (10 / 390));
    font-weight: 350;
    line-height: calc(100vw * (15 / 390));
  }

  .lph-home-h5-card-con1-item-text6 {
    margin-top: calc(100vw * (13 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
  }

  .lph-home-h5-card .lph-home-h5-video-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: calc(100vw * (8 / 390));
    justify-content: space-between;
    box-sizing: border-box;
  }

  .lph-home-h5-card .lph-home-h5-video-li {
    position: relative;
    width: calc(100vw * (168 / 390));
    height: calc(100vw * (94 / 390));
    margin-top: calc(100vw * (13 / 390));
    border-radius: calc(100vw * (6 / 390));
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, #509BFF 0%, #7CD8FF 100%);
  }

  .lph-home-h5-card .lph-home-h5-video-li .vide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
  }

  .lph-home-h5-card .lph-home-h5-video-li .video-play-icon {
    display: inline-block;
    width: calc(100vw * (15.17 / 390));
    height: calc(100vw * (20.68 / 390));
    margin-top: calc(100vw * (30.33 / 390));
    background: url(../images/home-player.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }

  .lph-home-h5-card .lph-home-h5-video-li .video-tip {
    position: absolute;
    width: 100%;
    height: calc(100vw * (30 / 390));
    left: 0;
    bottom: 0;
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (30 / 390));
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }

  .lph-home-h5-card-content2 {
    display: flex;
    width: 100%;
    height: calc(100vw * (45 / 390));
    margin-top: calc(100vw * (20 / 390));
    justify-content: space-between;
    align-items: center;
  }

  .lph-home-h5-card-con2-item {
    width: calc(100vw * (105 / 390));
    height: 100%;
    font-size: calc(100vw * (12 / 390));
    font-weight: 900;
    line-height: calc(100vw * (45 / 390));
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    border-radius: calc(100vw * (6 / 390));
  }

  .lph-home-h5-card-con2-item:nth-child(1) {
    background: url(../images/home-h5-2.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-card-con2-item:nth-child(2) {
    background: url(../images/home-h5-3.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-card-con2-item:nth-child(3) {
    background: url(../images/home-h5-4.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-card-content3 {
    width: 100%;
  }

  .lph-home-h5-card-con3-item {
    display: flex;
    width: 100%;
    margin-top: calc(100vw * (19 / 390));
    justify-content: space-between;
  }

  .lph-home-h5-card-con3-item-left {
    width: calc(100vw * (92 / 390));
    height: calc(100vw * (41 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 900;
    line-height: calc(100vw * (41 / 390));
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg,
        #ffb682 0%,
        rgba(255, 191, 109, 0.5) 100%);
    border-radius: calc(100vw * (6 / 390));
    overflow: hidden;
  }

  .lph-home-h5-card-con3-item:nth-child(2) .lph-home-h5-card-con3-item-left {
    background: linear-gradient(180deg,
        #6ee3b2 0%,
        rgba(110, 227, 194, 0.5) 100%);
  }

  .lph-home-h5-card-con3-item-right {
    flex: 1;
    margin-left: calc(100vw * (22 / 390));
  }

  .lph-home-h5-card-con3-item-right p {
    margin-bottom: calc(100vw * (5 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 400;
    line-height: calc(100vw * (18 / 390));
    color: #000;
  }

  .lph-home-h5-card-con3-item-right p:last-child {
    margin-bottom: 0;
  }

  .lph-home-h5-card-con3-item-right p span {
    color: #428ffb;
  }

  .lph-home-h5-card-content4 {
    width: 100%;
    margin-top: calc(100vw * (31 / 390));
    padding-left: calc(100vw * (4 / 390));
  }

  .lph-home-h5-card-con4-item {
    width: 100%;
    margin-top: calc(100vw * (17 / 390));
  }

  .lph-home-h5-card-con4-item:first-child {
    margin-top: 0;
  }

  .lph-home-h5-card-con4-item-title {
    font-size: calc(100vw * (14 / 390));
    font-weight: 700;
    line-height: calc(100vw * (21 / 390));
    color: #042b6c;
  }

  .lph-home-h5-card-con4-item-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(100vw * (13 / 390));
  }

  .lph-home-h5-card-con4-item-li {
    text-align: center;
  }

  .lph-home-h5-card-con4-item-li:nth-child(1) {
    margin-left: calc(100vw * (20 / 390));
    margin-bottom: calc(100vw * (20 / 390));
  }

  .lph-home-h5-card-con4-item-li:nth-child(3) {
    margin-left: calc(100vw * (20 / 390));
  }

  .lph-home-h5-card-con4-item-li:nth-child(2) {
    margin-left: calc(100vw * (60 / 390));
    margin-bottom: calc(100vw * (20 / 390));
  }

  .lph-home-h5-card-con4-item-li:nth-child(4) {
    margin-left: calc(100vw * (60 / 390));
  }

  .lph-home-h5-card-con4-item-li img {
    width: calc(100vw * (118 / 390));
  }

  .lph-home-h5-card-con4-item-li p {
    /* font-size: calc(100vw * (14 / 390)); */
    font-size: calc(100vw * (12 / 390));
    font-weight: 400;
    line-height: calc(100vw * (21 / 390));
    color: #000;
  }

  .lph-home-h5-card-con4-item-list-d {
    display: flex;
    width: 100%;
    margin-top: calc(100vw * (20 / 390));
    flex-wrap: wrap;
  }

  .lph-home-h5-card-con4-item-li-d {
    display: flex;
    width: calc(100vw * (141 / 390));
    margin-bottom: calc(100vw * (11 / 390));
    justify-content: space-between;
    align-items: center;
    font-size: calc(100vw * (12 / 390));
    font-weight: 400;
    line-height: calc(100vw * (18 / 390));
    color: #000;
  }

  .lph-home-h5-card-con4-item-li-d:nth-child(2n-1) {
    margin-left: calc(100vw * (12 / 390));
  }

  .lph-home-h5-card-con4-item-li-d:nth-child(2n) {
    margin-left: calc(100vw * (50 / 390));
  }

  .lph-home-h5-card-con4-item-li-d i {
    display: block;
    width: calc(100vw * (18 / 390));
    height: calc(100vw * (18 / 390));
    background: url(../images/home_download.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .wza-Tool {
    display: none !important;
  }
}

/* h5样式end */


/* h5样式 */
@media screen and (max-width: 960px) {
  body {
    width: 100%;
    background-image: url(../images/body-h5-bg.png);
    background-size: 100% calc(100vw * (262 / 390));
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  /* 页头start */
  .lph-home-h5-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .lph-home-h5-header-login {
    display: flex;
    width: 100%;
    height: calc(100vw * (51 / 390));
    justify-content: flex-end;
    align-items: center;
    background-color: #2b7efa;
    background-image: url(../images/header-h5-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .lph-home-h5-header-login-btn {
    margin-left: calc(100vw * (10 / 390));
    padding: calc(100vw * (3 / 390)) calc(100vw * (6 / 390));
    font-size: calc(100vw * (12 / 390));
    font-weight: 500;
    line-height: calc(100vw * (18 / 390));
    letter-spacing: 0.05em;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: calc(100vw * (16.5 / 390));
  }

  .lph-home-h5-header-login-btn:last-child {
    margin-right: calc(100vw * (14 / 390));
  }

  .lph-home-h5-header-title {
    display: flex;
    width: 100%;
    height: calc(100vw * (51 / 390));
    margin-top: -1px;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(100vw * (14 / 390));
    font-size: calc(100vw * (18 / 390));
    font-weight: 900;
    line-height: calc(100vw * (27 / 390));
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #2b7efa;
    box-sizing: border-box;
  }

  .lph-home-h5-header-title i {
    display: block;
    width: calc(100vw * (18 / 390));
    height: calc(100vw * (17 / 390));
    background: url(../images/header-h5-menu.png) no-repeat center center;
    background-size: 100% 100%;
  }

  /* 页头end */

  /* 遮罩 */
  .lph-home-h5-mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 990;
  }

  /* 菜单start */
  .lph-home-h5-menus {
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    max-height: 55%;
    left: 0;
    top: calc(100vw * (101 / 390));
    padding-bottom: calc(100vw * (12 / 390));
    background: #e9f5ff;
    border-radius: 0 0 calc(100vw * (10 / 390)) calc(100vw * (10 / 390));
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .lph-home-h5-menus-show {
    display: block;
  }

  .lph-home-h5-menu-top {
    display: flex;
    width: 100%;
    height: calc(100vw * (38 / 390));
    justify-content: flex-end;
  }

  .lph-home-h5-menus-close {
    width: calc(100vw * (18 / 390));
    height: calc(100vw * (18 / 390));
    margin-top: calc(100vw * (10 / 390));
    margin-right: calc(100vw * (14 / 390));
    background: url(../images/home-h5-close.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-menu {
    width: 100%;
    height: calc(100vw * (40 / 390));
    padding: 0 calc(100vw * (14 / 390));
    box-sizing: border-box;
  }

  .lph-home-h5-menu-label {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: calc(100vw * (14 / 390));
    font-weight: 700;
    line-height: calc(100vw * (21 / 390));
    letter-spacing: 0.05em;
    color: #042b6c;
    border-bottom: 1px dashed #042b6c;
    box-sizing: border-box;
  }

  .lph-home-h5-menu-child {
    width: 100%;
    margin-top: 1px;
    padding-left: calc(100vw * (49 / 390));
    box-sizing: border-box;
  }

  .lph-home-h5-menu-child .lph-home-h5-menu {
    padding: 0;
    padding-right: calc(100vw * (14 / 390));
  }

  .lph-home-h5-menu-active {
    background: #C9E6FF;
  }

  /* 菜单end */

  /* 页尾start */
  .lph-home-h5-footer {
    width: 100%;
    height: calc(100vw * (98 / 390));
    margin-top: calc(100vw * (43 / 390));
    padding-top: calc(100vw * (20 / 390));
    font-family: Source Han Sans CN;
    font-size: calc(100vw * (8 / 390));
    font-weight: 500;
    line-height: calc(100vw * (12 / 390));
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #2373ea 0%, #569aff 83.85%);
    box-sizing: border-box;
  }

  .lph-home-h5-footer-icon {
    display: inline-block;
    width: calc(100vw * (10 / 390));
    height: calc(100vw * (10 / 390));
    background: url(../images/footer_icon.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .lph-home-h5-footer p a {
    color: #fff;
  }

  /* 页尾end */
}