table {
    border-collapse: collapse;
  }
  
  thead th,
  tbody td {
    border: 1px solid #badc58;
  }
  
  thead th {
    background: #91bd59;  
    /* font-style: italic; */
    font-size: 13px;
  }
  

  
  thead th,
  tbody td {
    padding: 4px;
    vertical-align: middle;  
  }
  thead th,
tbody td {
  border: 1px solid #badc58;
  padding: 4px;
  vertical-align: middle;
  font-size: 12px;
}






* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "microsoft yahei";
}

.pad-flag {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
  background: #fff;
}

/* .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#bef3ba, #80f5d0);
} */

.swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #80f5d0;
}

.slide-left {
  background-image: url(../image/food-1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.slide-right {
  background-image: url(../image/food-2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.shape-1 {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0; }
.shape-2 {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 0; }
.shape-3 {
  position: absolute;
  width: 200px;
  bottom: 0;
  right: 0; }

  .yellow-section {
    background-color: #F7F6F2 !important;
  }

.swiper-wrapper .home {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../image/bg2.jpg) no-repeat;
  background-size: 100% 100%; /* 或者可以使用contain根据需要 */
  /* opacity: 0.9; */
  color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #F8DF70;
}

.home .timerTips {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 18px;
  color: #fff;
}

.home .tips {
  position: absolute;
  right: 8%;
  top: 5%;
  font-size: 20px;
  font-weight: 700;
  font-family: SimSun, Arial, sans-serif;
}

.home .period {
  position: absolute;
  top: 20%;
  display: flex;
  justify-content: center;
  width: 100%;
}

.period img {
  width: 90%;
}

.home .home-tips {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 49%;
  font-size: 28px;
}

.home .bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.bottom .bottom-txt {
  width: 55%;
}

.bottom .bottom-icon {
  width: 56px;
  border-radius: 20px;
}

.header {
  width: 100%;
  /* background-color: #fff !important; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px 10px;
   
}

.header img {
  width: 45px;
}

.header .query-tips {
  justify-self: flex-end;
}

.flex-col{
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
}

.flex-row{
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: flex-start;
}

.flex-row-between{
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
}


.center-content {
  width: 100%;
  flex-grow: 1;
}

.footer {
  width: 100%;
  height: 10vh;
  /* background-color: #fff !important; */
}


.autoswiper {
  width: 100%;
  height: 100%;
  
}

.asw .swiper-slide{
    background: #ffffff00 !important;
}

.autoswiper .swiper-slide{
  text-align: center;
    font-size: 18px;
    background: #ffffff00 !important;
    height: calc((50%) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    margin: 10px;
    max-width: 200px;
    justify-content: center;
    align-items: center;
}

.autoswiper .swiper-slide img {
  display: block;
  max-width: 160px;
  object-fit: cover;
}

.grid-content {
  margin: auto;
  overflow: hidden;
  max-height: 65vh;;
}

.gridImg-content {
  margin: auto;
  overflow: hidden;
}


.model-wrapper {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  flex-grow: 1;
}

.gridImg img {
  width: 360px;
  height: 230px;
  margin-bottom: 40px;
}

.heatmap img {
  max-height: 65vh;
}

.grid-container {
  width: 85%;
  height: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3,30%);
  grid-template-rows: repeat(3,30%);
}

img {
  display: block;
}

.swiper-slide .slide-wrap {
  width: 100%;
  height: 60px;
  background: url(image/bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 5;
}

.slide-wrap img {
  width: 45px;
  z-index: 5;
  margin: 0 10px;
}

.header .swiper-title {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

.slide-wrap .query-tips {
  position: absolute;
  right: 10px;
  font-size: 12px;
}

.center-content.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.center-content.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.his-content {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  width: 100%;
  align-items: center;
}

.center-top {
  width: 55%;
  height: 60%;
  position: relative;
}

.center-bottom {
  height: 30%;
  width: 60%;
  border: 1px solid #CCCCCC;
  margin-top: 30px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.center-bottom-img {
  height: 100%;
  width: 40%;
  background: url(../image/his1.jpg) no-repeat;
  background-size: 100% 100%;
}

.center-bottom a {
  color: #428bca;
  font-size: 24px;
  margin-left: 30px;
}

.center-bottom a:link {
  color: #428bca;
}

.center-bottom a:visited {
  color: #428bca;
}




.home-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
}
.home-title {
  color: #144177;
  line-height: 50px; 
  font-size: 80px;
  letter-spacing: 11px;
  font-weight: bold;
  margin-bottom: 40px;
  display: none;
}

.home-title-img {
  width: 80%;
  height: 80%;
  background: url(../image/title.png) no-repeat;
  background-size: 100% 100%;
}

.home-sub-title {
  display: flex;
  margin: 60px 85px 60px 60px;
}
.sub-title-wrapper {
  display: flex;
}
.sub-title{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 10px;
}
.home-sub-title img{
  width: 80px;
}

.service-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-content {
  width: 95%;
  height: 100%;
  margin: 10px;
  display: flex;
}

.service-content .video {
  width: 50%;
  margin-right: 30px;
}

.service-content .introduce {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.service-content .introduce h3 {
  font-size: 20px;
  margin-top: 10px;
}

.service-content .introduce p {
  font-size: 16px;
  line-height: 38px;
  color: #666;
  text-indent: 2em;
}

.service-content .introduce .intro-text{
  margin: 30px 0;
}

.service-content .introduce .line-box  {
  border: 3px solid #FCEE21;
  width: 40%;
}

.service-content .introduce img  {
  width: 40%;
}

@keyframes bounce {
  0% {
      transform: translateY(0);
  }

  100% {
      transform: translateY(6px);
  }
}

.bounce {
  animation: bounce 1s ease-in-out alternate infinite;
}

.model {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.model-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.model-item:nth-child(1) {
  margin-bottom: 30px;
}

.model-item:nth-child(2) {
  margin-bottom: 30px;
}

.model-item img {
  width: 90%;
  margin: 20px 0 10px 0;
}

@keyframes scaleText {
  0% {
      transform: scale(1.1);
  }

  100% {
      transform: scale(1);
  }
}

.scaleText {
  animation: scaleText 1s ease-in-out alternate infinite;
}

.s6-link {
  width: 100%;
  /* position: absolute; */
  /* bottom: 12%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.s6-link img {
  width: 25px;
  margin-right: 10px;
}

.s6-link span {
  display: block;
  color: #00469b;
  font-size: 16px;
}

.scene-title {
  margin-bottom: -10px;
  font-size: 18px;
  color: #148443;
  text-shadow: -1px 0 0px #ddd, 0 1px 0px #ccc, -2px 1px 0px #ccc, -1px 2px 0px #ccc, -3px 2px 0px #ccc, -2px 3px 0px #ccc;
}

.TBcenter {
  display: flex;
  align-items: center;
}

.logo-wrap {
  position: absolute;
  top: 75px;
  width: 100%;
}

.gallery {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.log-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  animation: scroll-top 10s linear infinite;
}

.log-row1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  animation: scroll-left 15s linear infinite;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-top {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.phone-flag .row {
  justify-content: left;
}

.clipped-border {
  position: relative;
  margin: 3px;
  cursor: pointer;
  display: flex;
  height: 58px;
  max-width: 75px;
  /* margin-right: 10px; */
  justify-content: center;
  transition: .2s;
  background-color: #fff !important;
}

.row2 .clipped-border {
  max-width: 100px;
}

.clipped-border:active {
  max-width: 78px;
}

.clipped-border img {
  width: 95%;
}

.company-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 5;
  border-radius: 20px;
}

@keyframes tipsSlide {
  0% {
      transform: translateX(10px);
  }

  100% {
      transform: translateX(-10px);
  }

}

.tipsSlide {
  animation: tipsSlide 1s ease-in-out alternate infinite;
}

.more-tips {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.heatmap-wrap {
  width: 100%;
  height: 70%;
  padding-top: 90px;
}

.heatmap-wrap .content {
  scale: 0.4;
  transform-origin: 0 0;
  margin-left: 4%;
}

@keyframes tipmove {
  0% {
      bottom: 10px;
      opacity: 0
  }

  50% {
      bottom: 15px;
      opacity: 1
  }

  100% {
      bottom: 20px;
      opacity: 0
  }
}


.arrows {
  position: absolute;
  z-index: 999;
  animation: tipmove 1.5s infinite ease-in-out;
  width: 20px;
  height: 20px;
  bottom: 30px;
  right: 20px;
  background: url(../image/up.png) no-repeat;
  background-size: cover;
}

/* .arrows::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: translateY(30%) rotate(45deg);
  animation: hoverSmall 2s 1s alternate infinite ease-in-out;
} */

@keyframes hoverSmall {
  from {
      transform: translateY(30%) rotate(45deg);
  }

  to {
      transform: translateY(-10%) rotate(45deg);
  }
}

.bottom-tips {
  position: fixed;
  bottom: 20px;
  width: 100%;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  z-index: 1;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

.dialog {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  background-image: linear-gradient(#b4f0de, #e6fef4, #fff);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  padding: 20px;
  z-index: 999;
}


.dialog .header {
  position: relative;
  margin-bottom: 12px;
}

.header .title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #303133;
}

.header .icon {
  position: absolute;
  right: -5px;
  top: -8px;
  width: 14px;
}

.dialog p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  color: #606266;
}

.virtual-dialog {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  background-image: linear-gradient(#b4f0de, #e6fef4, #fff);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  padding: 0;
  z-index: 50;
}

.portal {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(../image/bg2.jpg) no-repeat;
  background-size: 100% 100%; 
  /* color: #15427b; */
  /* color: #fff; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.portal .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.portal .content .title1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #19447c;
  /* color: #fff; */
}

.portal .content .title2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #19447c;
  /* color: #fff; */
}

.portal .content .qrcode {
  width: 200px;
}

.portal .content .title3 {
  font-size: 30px;
  font-weight: bolder;
  font-style: italic;
  letter-spacing: 5px;
  /* color: #0a4589; */
  color: #fff;
}

.portal .bottom {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.portal .bottom .tip {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 5px;
  margin-right: 20px;
}

.portal .bottom .icon {
  width: 90px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-col-center .title {
  font-size: 18px;
}

.flex-col-center .title-sm {
  font-size: 14px;
}

.img-wrapper {
  width: 25%;
  height: 100%;
}

.circle_div {
  width:260px;
  height:260px;
  border-radius:30px;
  margin: 10px 0;
  
}

.circle-img-1 {
  background: url(../image/fp/005.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.circle-img-2 {
  background: url(../image/fp/006.jpg);
  background-size: cover;
  background-position: 50%;
}
.circle-img-3 {
  background: url(../image/fp/007.jpg);
  background-size: cover;
  background-position: 50%;
}
.circle-img-4 {
  background: url(../image/fp/008.jpg);
  background-size: cover;
  background-position: 50%;
}
.circle-img-5 {
  background: url(../image/fp/009.jpg);
  background-size: cover;
  background-position: 50%;
}
.circle-img-6 {
  background: url(../image/fp/010.jpg);
  background-size: cover;
  background-position: 35%;
}
.circle-img-7 {
  background: url(../image/fp/011.jpg);
  background-size: cover;
  background-position: 50%;
}

#pdf-container {
  width: 90vw;
  height: 85vh;
  overflow: hidden;
  text-align: center;
}
canvas {
  width: 100%;
  height: 100%;
  touch-action: none;
}

.listSwiper.swiper{
  background: #f6ffe0;
}

.listSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  background-color: #f6ffe0;
  justify-content: center;
  align-items: center;
}

.listSwiper .swiper-slide img {
  display: block;
  width: 98%;
  object-fit: cover;
}



/* 自适应 */
@media screen and (min-width: 320px) {
  .header {
    height: 7vh;
  }
  .footer {
    height: 6vh;
  }

  .autoswiper .swiper-slide {
    margin: 5px;
    max-width: 95px;
    height: calc((80%) / 5) !important;
  }

  .autoswiper .swiper-slide img {
    max-width: 100px;
    max-height: 70px;
  }

  .grid-content {
    height: 80vh;
    width: 95%;
    margin: auto;
    overflow: hidden;
  }

  .heatmap-wrap {
    height: 80vh;
  }

  .heatmap img {
    max-height: 80vh;
  }

  

  .gridImg img{
		width: 170px;
		height: 115px;
		margin-bottom: 20px;
	}
  
  .service-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
  .service-content .video {
    width: 100%;
    margin: 0 5px;
  }
  
  .service-content .introduce {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .service-content .introduce p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-indent: 2em;
    margin: 0 0 5px;
  }
  .service-content .introduce .intro-text{
    margin: 6px 0;
  }
  
  .service-content .introduce .line-box  {
    border: 3px solid #FCEE21;
    width: 60%;
  }
  
  .service-content .introduce img  {
    width: 35%;
  }

  .swiper-wrapper .home {
    background-size: cover;
    background-attachment: fixed;
    background-position: 21%;
  }

  .home-top {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .home-title {
    font-size: 36px;
    letter-spacing: 8px;
    font-weight: bold;
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-title .phone-subtitle-img{
      /* max-height: 40%; */
      width: 70%;
      /* height: 90%; */
      margin-top: 8%;
      /* background: url(../image/text.png) no-repeat;
      background-size: 100% 100%; */
  }

  .home-title-img {
    max-height: 40%;
    width: 70%;
    height: 90%;
    /* margin: auto; */
    background: url(../image/title-phone.png) no-repeat;
    background-size: 100% 100%;
    display: none;
  }

  .home-sub-title {
    display: flex;
    margin: 40px 0px 70px 0px;
    align-items: flex-end;
  }
  .sub-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;

  }
  .sub-title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .home-sub-title img{
    width: 50px;
  }
  

  .his-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%;
    align-items: center;
  }
  
  .center-top {
    width: 90%;
    height: 60%;
    position: relative;
  }
  
  .center-bottom {
    height: 25%;
    width: 90%;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .center-bottom-img {
    height: 80%;
    width: 50%;
    background: url(../image/his1.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .center-bottom a {
    font-size: 14px;
    margin-left: 10px;
  }
  
  .img-title {
    color: #428bca;
    font-size: 16px;
    margin-left: 5px;
  }

  .portal {
    background-size: cover;
    background-attachment: fixed;
    background-position: 21%;
  }
  
  .portal .content .title1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  
  .portal .content .title2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  
  .portal .content .qrcode {
    width: 200px;
  }

  .portal .content .title-img{
    width: 150px;
  }
  
  .portal .content .title3 {
    font-size: 22px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
    /* color: #0a4589; */
    color: #fff;
  }
  
  .portal .bottom {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  .portal .bottom .tip {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
    margin-right: 10px;
  }
  
  .portal .bottom .icon {
    width: 70px;
  }

  .bottom-tips {
    font-size: 12px;
    bottom: 15px;
  }

  .img-line-lg {
    display: none;
  }

  .img-line {
    display: flex;
    width: 100%; 
    height: 24%;
  }

  .img-wrapper {
    width: 50%;
    height: 100%;
  }

  .circle_div {
    height: 80%;
    width: 80%;
    border-radius:15px;
    margin: 5px 0;
  }

  .model-item img {
    max-height: 10vh;
  }
  
}

@media screen and (min-width: 560px) {
  .home .tips {
      font-size: 26px;
  }

  .home .home-tips {
      font-size: 36px;
  }

  .home .bottom {
      font-size: 20px;
  }

  .swiper-slide .slide-wrap {
      height: 75px;
  }

  .slide-wrap img {
      width: 45px;
  }

  .header .swiper-title {
      font-size: 18px;
  }

  .scene-title {
      font-size: 20px;
  }

  .clipped-border {
      height: 70px;
      max-width: 90px;
  }

  .header {
    height: 8vh;
  }

  .footer {
    height: 8vh;
  }

  .autoswiper .swiper-slide {
    margin: 5px;
    max-width: 95px;
    height: calc((80%) / 5) !important;
  }

  .autoswiper .swiper-slide img {
    max-width: 100px;
    max-height: 80px;
  }

  .grid-content {
    height: 80vh;
    width: 95%;
    margin: auto;
    overflow: hidden;
  }

  .heatmap-wrap {
    height: 80vh;
  }

  .heatmap img {
    max-height: 80vh;
  }

  .gridImg img{
		width: 170px;
		height: 115px;
		margin-bottom: 20px;
	}

  .home-top {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .home-title {
    font-size: 36px;
    letter-spacing: 8px;
    font-weight: bold;
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-title .phone-subtitle-img {
    /* max-height: 40%; */
      width: 70%;
      /* height: 90%; */
      margin-top: 8%;
      /* background: url(../image/text.png) no-repeat;
      background-size: 100% 100%; */
  }

  .home-title-img {
    max-height: 40%;
    width: 70%;
    height: 90%;
    /* margin: auto; */
    background: url(../image/title-phone.png) no-repeat;
    background-size: 100% 100%;
    display: none;
  }

  .home-sub-title {
    display: flex;
    margin: 40px 5px;
    align-items: flex-end;
  }
  .sub-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .sub-title{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
  }
  .home-sub-title img{
    width: 50px;
  }

  .service-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .service-content .video {
    width: 100%;
    margin: 15px;
  }
  
  .service-content .introduce {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .service-content .introduce p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-indent: 2em;
  }

  .service-content .introduce .intro-text{
    margin: 20px 0;
  }
  
  .service-content .introduce .line-box  {
    border: 3px solid #FCEE21;
    width: 40%;
  }
  
  .service-content .introduce img  {
    width: 40%;
  }

  .his-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%;
    align-items: center;
  }
  
  .center-top {
    width: 90%;
    height: 60%;
    position: relative;
  }
  
  .center-bottom {
    height: 25%;
    width: 90%;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .center-bottom-img {
    height: 80%;
    width: 50%;
    background: url(../image/his1.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .center-bottom a {
    font-size: 14px;
  }

  .portal .content .title1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  
  .portal .content .title2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  
  .portal .content .qrcode {
    width: 200px;
  }
  
  .portal .content .title3 {
    font-size: 22px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
  }
  
  .portal .bottom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .portal .bottom .tip {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
    margin-right: 10px;
  }
  
  .portal .bottom .icon {
    width: 70px;
  }

  .bottom-tips {
    font-size: 12px;
  }

  .img-line-lg {
    display: none;
  }

  .img-line {
    display: flex;
    width: 100%; 
    height: 24%;
  }

  .img-wrapper {
    width: 50%;
    height: 100%;
  }

  .circle_div {
    height: 80%;
    width: 80%;
    border-radius:15px;
    margin: 5px 0;
  }
  
  .model-item img {
    max-height: 10vh;
  }
}

@media screen and (min-width: 768px) {
  .home .tips {
      font-size: 32px;
  }

  .home .period {
      top: 23%;
  }

  .home .home-tips {
      top: 58%;
      font-size: 48px;
  }

  .home .bottom {
      font-size: 28px;
  }

  .bottom .bottom-icon {
      width: 80px;
  }

  .swiper-slide .slide-wrap {
      height: 88px;
  }

  .slide-wrap img {
      width: 68px;
  }

  .header .swiper-title {
      font-size: 26px;
  }

  .scene-title {
      font-size: 26px;
  }

  .header {
    height: 8vh;
  }

  .footer {
    height: 8vh;
  }

  .logo-wrap {
      top: 90px;
  }

  .clipped-border {
      height: 100px;
      max-width: 140px;
  }

  .heatmap-wrap {
      padding-top: 106px;
  }

  .heatmap-wrap .content {
      scale: 0.7;
      margin-left: 15%;
  }

  .autoswiper .swiper-slide {
    margin: 5px;
    max-width: 180px;
    height: calc((80%) / 3) !important;
  }

  .autoswiper .swiper-slide img {
    max-width: 140px;
    max-height: 80px;
  }

  .grid-content {
    height: 65vh;
    width: 90%;
    margin: auto;
    overflow: hidden;
  }

  .heatmap-wrap {
    height: 65vh;
  }

  .heatmap img {
    max-height: 65vh;
  }

  .gridImg img {
    width: 360px;
    height: 230px;
    margin-bottom: 40px;
  }

  .home-top {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;width: 100%;
    align-items: center;
  }
  .home-title {
    line-height: 70px;
    font-size: 60px;
    letter-spacing: 8px;
    font-weight: 500;
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-title .title-wrapper {
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .home-title .phone-subtitle-img {
    /* max-height: 40%; */
    width: 60%;
    /* height: 40%; */
    margin-top: 8%;
    /* background: url(../image/text.png) no-repeat;
    background-size: 100% 100%; */
  }

  .home-title-img {
    display: none;
  }

  .home-sub-title {
    display: flex;
    margin: 55px 85px 60px 60px;
  }
  .sub-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .sub-title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .home-sub-title img{
    width: 60px;
  }

  .service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .service-content .video {
    width: 100%;
    margin: 20px;
  }
  
  .service-content .introduce {
    height: 80%;
    display: flex;
    flex-direction: column;
  }
  
  .service-content .introduce p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-indent: 2em;
  }

  .service-content .introduce .intro-text{
    margin: 20px 0;
  }
  
  .service-content .introduce .line-box  {
    border: 3px solid #FCEE21;
    width: 40%;
  }
  
  .service-content .introduce img  {
    width: 30%;
  }

  .his-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%;
    align-items: center;
  }
  
  .center-top {
    width: 55%;
    height: 60%;
    position: relative;
  }
  
  .center-bottom {
    height: 25%;
    width: 60%;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .center-bottom-img {
    height: 100%;
    width: 40%;
    background: url(../image/his1.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .center-bottom a {
    font-size: 20px;
  }

  .portal .content .title1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
  }
  
  .portal .content .title2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  
  .portal .content .qrcode {
    width: 200px;
  }
  
  .portal .content .title3 {
    font-size: 30px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
  }
  
  .portal .bottom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .portal .bottom .tip {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
    margin-right: 20px;
  }
  
  .portal .bottom .icon {
    width: 90px;
  }
  
  .img-line-lg {
    display: flex;
    width: 100%; 
    height: 35%;
  }

  .img-line {
    display: none;
  }

  .img-wrapper {
    width: 25%;
    height: 100%;
  }

  .model-item img {
    max-height: 15vh;
  }

}

@media screen and (min-width: 800px) {
  .home .tips {
      font-size: 32px;
  }

  .home .period {
      top: 23%;
  }

  .home .home-tips {
      top: 58%;
      font-size: 48px;
  }

  .home .bottom {
      font-size: 28px;
  }

  .bottom .bottom-icon {
      width: 80px;
  }

  .swiper-slide .slide-wrap {
      height: 88px;
  }

  .slide-wrap img {
      width: 68px;
  }

  .header .swiper-title {
      font-size: 26px;
  }

  .scene-title {
      font-size: 26px;
  }

  .header {
    height: 8vh;
  }

  .footer {
    height: 8vh;
  }

  .logo-wrap {
      top: 90px;
  }

  .clipped-border {
      height: 100px;
      max-width: 140px;
  }

  .heatmap-wrap {
      padding-top: 106px;
  }

  .heatmap-wrap .content {
      scale: 0.7;
      margin-left: 15%;
  }

  .autoswiper .swiper-slide {
    margin: 5px;
    max-width: 180px;
    height: calc((80%) / 3) !important;
  }

  .autoswiper .swiper-slide img {
    max-width: 180px;
    max-height: 100px;
  }

  .grid-content {
    height: 65vh;
    width: 90%;
    margin: auto;
    overflow: hidden;
  }

  .heatmap-wrap {
    height: 65vh;
  }

  .heatmap img {
    max-height: 65vh;
  }

  .gridImg img {
    width: 360px;
    height: 230px;
    margin-bottom: 40px;
  }

  .home-top {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;width: 100%;
    align-items: center;
  }
  .home-title {
    line-height: 90px;
    font-size: 72px;
    letter-spacing: 8px;
    font-weight: 500;
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-title .title-wrapper {
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .home-title .phone-subtitle-img {
    /* max-height: 40%; */
    width: 50%;
    /* height: 40%; */
    margin-top: 8%;
    /* background: url(../image/text.png) no-repeat;
    background-size: 100% 100%; */
  }

  .home-title-img {
    display: none;
  }

  .home-sub-title {
    display: flex;
    margin: 60px 90px 90px 90px;
  }
  .sub-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .sub-title{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
  }
  .home-sub-title img{
    width: 60px;
  }

  .service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .service-content .video {
    width: 100%;
    margin: 20px;
  }
  
  .service-content .introduce {
    height: 60%;
    display: flex;
    flex-direction: column;
  }
  
  .service-content .introduce p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-indent: 2em;
  }

  .service-content .introduce .intro-text{
    margin: 20px 0;
  }
  
  .service-content .introduce .line-box  {
    border: 3px solid #FCEE21;
    width: 40%;
  }
  
  .service-content .introduce img  {
    width: 30%;
  }

  .his-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%;
    align-items: center;
  }
  
  .center-top {
    width: 55%;
    height: 60%;
    position: relative;
  }
  
  .center-bottom {
    height: 25%;
    width: 60%;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .center-bottom-img {
    height: 100%;
    width: 40%;
    background: url(../image/his1.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .center-bottom a {
    font-size: 20px;
  }

  .portal .content .title1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
  }
  
  .portal .content .title2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  
  .portal .content .qrcode {
    width: 200px;
  }
  
  .portal .content .title3 {
    font-size: 30px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
  }
  
  .portal .bottom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .portal .bottom .tip {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
    margin-right: 20px;
  }
  
  .portal .bottom .icon {
    width: 90px;
  }

  .bottom-tips {
    font-size: 24px;
  }

  .img-wrapper {
    width: 25%;
    height: 100%;
  }

  .img-line-lg {
    display: flex;
    width: 100%; 
    height: 40%;
  }

  .img-line {
    display: none;
  }
  
  .model-item img {
    max-height: 15vh;
  }

}

@media screen and (min-width: 1024px) {
  .phone-flag {
      display: none;
  }

  .pad-flag {
      display: block;
  }

  .home .tips {
      font-size: 26px;
  }

  .home .period {
      top: 14%;
      left: 0;
      width: 100%;
  }

  .header {
    height: 8vh;
  }

  .footer {
    height: 8vh;
  }

  .model-wrapper {
    display: flex;
    flex-direction: row; 
    align-items: center;
    flex-grow: 1;
  }

  .period img {
      width: 68%;
  }

  .home .home-tips {
      font-size: 36px;
  }

  .home .bottom {
      bottom: 60px;
      text-align: center;
      display: flex;
  }

  .bottom .bottom-txt {
      width: 27%;
  }

  .bottom .bottom-icon {
      width: 68px;
  }

  .bottom img {
      width: 76px;
  }

  .swiper-slide .slide-wrap {
      height: 78px;
  }

  .slide-wrap img {
      width: 50px;
  }

  .header .swiper-title {
      font-size: 22px;
  }

  .model {
      flex-direction: row;
      width: 100%;
  }

  .scene-title {
      font-size: 28px;
  }

  .model-item:nth-child(1) {
      margin-right: 30px;
      margin-bottom: 0;
  }

  .s6-link img {
      width: 34px;
      margin-right: 10px;
  }

  .s6-link span {
      font-size: 22px;
  }

  .gallery {
      height: 100%;
      flex-direction: column;
      justify-content: center;
  }

  /* .row {
      flex-direction: row;
      margin-bottom: 10px;
  } */

  .clipped-border {
      height: 125px;
      max-width: 110px;
  }

  .clipped-border:active {
      max-width: 100px;
  }

  .bottom-tips {
      font-size: 14px;
  }

  thead th,
  tbody td {
      font-size: 15px;
      padding: 3px;
  }

  .header .title {
      font-size: 22px;
  }

  .header .icon {
      width: 18px;
  }

  .dialog p {
      padding: 26px;
  }

  .dialog p {
      font-size: 20px;
      line-height: 40px;
  }

  .header .query-tips {
      font-size: 16px;
  }

  .more-tips {
      font-size: 18px;
  }

  .logo-wrap .more-tips {
      margin-top: -15px;
  }

  .heatmap-wrap {
      margin-top: 0;
  }

  .heatmap-wrap .content {
      scale: 0.4;
      margin-left: 40%;
  }

  .autoswiper .swiper-slide {
    margin: 10px;
    max-width: 180px;
    height: calc((80%) / 3) !important;
  }

  .autoswiper .swiper-slide img {
    max-width: 140px;
    max-height: 80px;
  }

  .grid-content {
    height: 65vh;
    width: 98%;
    margin: auto;
    overflow: hidden;
  }

  .heatmap-wrap {
    height: 65vh;
  }

  .heatmap img {
    max-height: 65vh;
  }

  .gridImg img {
    width: 360px;
    height: 230px;
    margin-bottom: 40px;
  }

  .home-top {
    margin: 5% 1% 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;width: 100%;
    align-items: center;
  }
  .home-title {
    line-height: 70px;
    font-size: 48px;
    letter-spacing: 8px;
    font-weight: bold;
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: 100%;
  }

  .home-title .title-wrapper {
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .home-title .title-wrapper #t1 {
    margin-right: 48px;
  }

  .home-title .phone-subtitle-img {
    /* max-height: 65%; */
    width: 33%;
    /* height: 65%; */
    margin-top: 2%;
    /* background: url(../image/text.png) no-repeat;
    background-size: 100% 100%; */
  }

  .home-title-img {
    display: none;
  }

  .home-sub-title {
    display: flex;
    margin: 40px 85px 80px 60px;
  }

  .sub-title-wrapper {
    display: flex;

  }
  .sub-title{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
  }
  .home-sub-title img{
    width: 80px;
  }

  .service-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service-content {
    width: 100%;
    height: 100%;
    margin: 10px 15px;
    display: flex;
    flex-direction: row;
  }
  
  .service-content .video {
    width: 50%;
    margin-right: 20px;
    margin-left: 0;
  }
  
  .service-content .introduce {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .service-content .introduce p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    text-indent: 2em;
  }

  .service-content .introduce .intro-text{
    margin: 10px 0 5px 0;
  }
  
  .service-content .introduce .line-box  {
    border: 3px solid #FCEE21;
    width: 60%;
  }
  
  .service-content .introduce img  {
    width: 35%;
    align-self: center;
    margin: 5px 0 !important;
  }

  .his-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%;
    align-items: center;
  }
  
  .center-top {
    width: 55%;
    height: 60%;
    position: relative;
  }
  
  .center-bottom {
    height: 30%;
    width: 60%;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .center-bottom-img {
    height: 100%;
    width: 40%;
    background: url(../image/his1.jpg) no-repeat;
    background-size: 100% 100%;
  }
  
  .img-title {
    color: #428bca;
    font-size: 24px;
    margin-left: 30px;
  }

  .portal .content .title1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
  }
  
  .portal .content .title2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  
  .portal .content .qrcode {
    width: 200px;
  }
  
  .portal .content .title3 {
    font-size: 30px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
  }
  
  .portal .bottom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .portal .bottom .tip {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
    margin-right: 20px;
  }
  
  .portal .bottom .icon {
    width: 90px;
  }

  .img-wrapper {
    width: 25%;
    height: 100%;
  }

  .img-line-lg {
    display: flex;
    width: 100%; 
    height: 45%;
  }

  .img-line {
    display: none;
  }

  .model-item img {
    max-height: 40vh;
  }
}

@media screen and (min-width: 1280px) {
  .phone-flag {
      display: none;
  }

  .pad-flag {
      display: block;
  }

  .home .tips {
      font-size: 30px;
  }

  .home .period {
      top: 15%;
      left: 0;
      width: 100%;
  }

  .header {
    height: 15vh;
  }

  .period img {
      width: 72%;
  }

  .bottom .bottom-txt {
      width: 28%;
  }

  .home .home-tips {
      font-size: 36px;
  }

  .home .bottom {
      text-align: center;
      display: flex;
  }

  .bottom img {
      width: 82px;
  }

  .swiper-slide .slide-wrap {
      height: 85px;
  }

  .slide-wrap img {
      width: 55px;
  }

  .header .swiper-title {
      font-size: 26px;
  }

  .model {
      flex-direction: row;
      width: 100%;
  }

  .scene-title {
      font-size: 30px;
  }

  .model-item:nth-child(1) {
      margin-right: 30px;
      margin-bottom: 0;
  }

  .s6-link img {
      width: 30px;
      margin-right: 10px;
  }

  .s6-link span {
      font-size: 24px;
  }

  .gallery {
      height: 100%;
      flex-direction: column;
      justify-content: center;
  }

  /* .row {
      flex-direction: row;
      margin-bottom: 10px;
  } */

  .clipped-border {
      height: 100px;
      width: 160px;
  }

  .clipped-border:active {
      max-width: 100px;
  }


  .arrows::after {
      width: 15px;
      height: 15px;
  }

  .dialog p {
      padding: 28px;
  }

  .header .title {
      font-size: 26px;
  }

  .header .icon {
      width: 22px;
  }

  .dialog p {
      font-size: 24px;
      line-height: 56px;
  }

  .header .query-tips {
      font-size: 18px;
  }

  .more-tips {
      font-size: 24px;
      line-height: 54px;
  }

  .logo-wrap .more-tips {
      margin-top: -15px;
  }

  .heatmap-wrap {
      margin-top: 16px;
  }

  .heatmap-wrap .content {
      scale: 0.5;
      margin-left: 45%;
  }

  .autoswiper .swiper-slide {
    margin: 10px;
    max-width: 190px;
    height: calc((80%) / 3) !important;
  }

  .autoswiper .swiper-slide img {
    max-width: 140px;
    max-height: 90px;
  }

  .grid-content {
    height: 65vh;
    width: 85%;
    margin: auto;
    overflow: hidden;
  }

  .heatmap img {
    max-height: 65vh;
  }

  .gridImg img {
    width: 360px;
    height: 230px;
    margin-bottom: 40px;
  }

  .home-top {
    margin: 6% 1% 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
  }

  .home-title {
    line-height: 70px;
    font-size: 64px;
    letter-spacing: 8px;
    font-weight: bold;
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: 100%;
  }

  .home-title .title-wrapper {
    display: flex;
    color: #144177;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .home-title .title-wrapper #t1 {
    margin-right: 60px;
  }

  .home-title .phone-subtitle-img {
    /* max-height: 65%; */
    width: 30%;
    /* height: 65%; */
    margin-top: 3%;
    /* background:35rl(../image/text.png) no-repeat;
    background-size: 100% 100%; */
  }

  .home-title-img {
    display: none;
  }

  .home-sub-title {
    display: flex;
    align-items: center;
    margin: 30px 85px 40px 60px;
  }
  .sub-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sub-title{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
  }
  .home-sub-title img{
    width: 80px;
  }

  .service-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service-content {
    width: 90%;
    height: 98%;
    margin: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
  .service-content .video {
    width: 50%;
    margin: 0 20px 0 0;
  }
  
  .service-content .introduce {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .service-content .introduce p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-indent: 2em;
  }

  .service-content .introduce .intro-text{
    margin: 15px 0;
  }
  
  .service-content .introduce .line-box  {
    border: 3px solid #FCEE21;
    width: 40%;
  }
  
  .service-content .introduce img  {
    width: 35%;
    align-self: center;
    margin: 20px 0 !important;
  }

  .his-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%;
    align-items: center;
  }
  
  .center-top {
    width: 55%;
    height: 60%;
    position: relative;
  }
  
  .center-bottom {
    height: 30%;
    width: 60%;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .center-bottom-img {
    height: 100%;
    width: 40%;
    background: url(../image/his1.jpg) no-repeat;
    background-size: 100% 100%;
  }
  
  .img-title {
    color: #428bca;
    font-size: 24px;
    margin-left: 30px;
  }

  .portal .content .title1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
  }
  
  .portal .content .title2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  
  .portal .content .qrcode {
    width: 200px;
  }
  
  .portal .content .title3 {
    font-size: 30px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
  }
  
  .portal .bottom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  .portal .bottom .tip {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
    margin-right: 20px;
  }
  
  .portal .bottom .icon {
    width: 90px;
  }

  .img-wrapper {
    width: 25%;
    height: 100%;
  }

  .img-line-lg {
    width: 100%; 
    height: 46%;
  }

  .img-line {
    display: none;
  }

  .model-item img {
    max-height: 40vh;
  }
}



