.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: .32rem .8rem .2rem 1rem;
  white-space: nowrap;
  /*background: url("../images/icon-navi-bg.png");*/
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 100% 100%;
}

.logo-box {
  display: flex;
  align-items: flex-end;
}

.logo {
  width: 1.97rem;
  height: auto;
}

.title {
  margin-left: .26rem;
  font-size: .18rem;
}

.nav{
    display: flex;
    padding: 0 .1rem;
}

.nav-item{
    display: flex;
    align-items: flex-end;
    margin-left: .2rem;
    padding: 0 .1rem;
}

.nav-lg{
    font-size: .28rem;
    padding: 0 .1rem;
}

.nav-sm{
    font-size: .16rem;
    padding: 0 .1rem;
}

/* footer */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
}

.footer-img {
  width: 2rem;
  height: 2rem;
  margin-right: .45rem;
}

.footer-info {
  line-height: .46rem;
  padding-left: .46rem;
  font-size: .22rem;
}

.contact {
  background: url("../images/contact.png") left .08rem no-repeat;
  background-size: .3rem .3rem;
}

.mail {
  background: url("../images/mail.png") left .08rem no-repeat;
  background-size: .3rem .3rem;
}

.addr {
  background: url("../images/addr.png") left .08rem no-repeat;
  background-size: .3rem .3rem;
}

/* æ‚¬æµ®çª— */
.fixed {
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 3;
  margin-top: -.8rem;
  width: .86rem;
  height: 1.6rem;
  /*background: url("../images/icon-navi-bg.png");*/
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.fixed-logo {
  height: .8rem;
  background: url("../images/sider-logo.png") center center no-repeat;
  background-size: .59rem auto;
}

.fixed-back-top {
  height: .8rem;
  background: url("../images/toTop.png") center .1rem no-repeat;
  background-size: .41rem auto;
  cursor: pointer;
}

/* ä¸»å†…å®¹ */
.container {
  position: relative;
}

.play{
  position: absolute;
  left: 50%;
  top: 5rem;
  margin-left: -0.5rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.banner {
  width: 100%;
}

.tab{
    width: 2.7rem;
    margin: .6rem auto .4rem;
}

.tab.six-word{
    width: 3.4rem;
}

.tab-zh{
    position: relative;
    height: .4rem;
    margin: 0 auto;
}

.tab-border{
    position: absolute;
    left: 0;
    top: .2rem;
    z-index: 1;
    width: 100%;
    height: .02rem;
    background: #323232;
}

.tab-word{
    position: absolute;
    left: 50%;
    margin-left: -.84rem;
    width: 1.68rem;
    top: 0;
    z-index: 2;
    letter-spacing: .08rem;
    padding: 0 .04rem 0 .14rem;
    font-size: .28rem;
    white-space: nowrap;
    height: .4rem;
    line-height: .4rem;
    background: #fff;
}

.tab.six-word .tab-word{
    margin-left: -1.19rem;
    width: 2.38rem;
}

.tab-en{
    line-height: .32rem;
    text-align: center;
    font-size: .18rem;
}

.short-body{
  width: 15.2rem;
  margin: 0 auto;
}

.short1{
  display: flex;
  justify-content: center;
}

.short1-l{
  width: 6.9rem;
  text-align: center;
  font-size: .18rem;
}

.short1-l img{
  display: block;
  margin: 1rem auto .4rem;
  width: 3.23rem;
  height: auto;
}

/***20251025edit***/
.short1-r{
  width: 8.2rem;
  line-height: .3rem;
  font-size: .16rem;
}

.short1-r-company{
    width: 5.2rem;
}

.short2-l{
  width: 3.6rem;
  text-align: right;
  margin-right: 1rem;
  line-height: .4rem;
}

/***20251025edit***/
.short3{
  margin-top: .4rem;
  line-height: .3rem;
  font-size: .16rem;
}


/***20251025edit***/
.short3 .regular{
  line-height: .4rem;
}

.short4{
  display: flex;
  justify-content: center;
  margin-top: .2rem;
}

.short4 img{
  width: 100%;
}

.swiper-slide {
  position: relative;
  width: 33.3333333%;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;overflow: hidden;
}

.click-case-detail{
    cursor: pointer;
}
.new-title{
  opacity: 0;
  position: absolute;
  bottom: .2rem;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: .12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  padding: 0 .2rem;
  letter-spacing: .03rem;
}

.space-box{
  display: flex;
  flex-wrap: wrap;
  width: 15rem;
  margin: 0 auto;
}

.space-2{
  width: 7.38rem;
  height: 4.1328rem;
  margin-right: .08rem;
  margin-bottom: .08rem;
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
}

.space-2:nth-child(2n){
  margin-right: 0;
}

.space-3{
  width: 4.94rem;
  height: 2.778rem;
  margin-right: .08rem;
  margin-bottom: .08rem;
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
}

.space-3:nth-child(3n){
  margin-right: 0;
}

.space-4{
  width: 3.69rem;
  height: 2.075rem;
  margin-right: .08rem;
  margin-bottom: .08rem;
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
}

.space-4:nth-child(4n){
  margin-right: 0;
}

.space-5{
  width: 2.93rem;
  height: 1.648rem;
  margin-right: .08rem;
  margin-bottom: .08rem;
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
}

.space-5:nth-child(5n){
  margin-right: 0;
}

.space-more{
  width: 15rem;
  margin: 0 auto;
  line-height: .4rem;
  text-align: right;
  font-size: .14rem;
  cursor: pointer;
}

/* iframeå¼¹çª— */
.dialog{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0,0,0,.6);
}

.dialog-body{
  position: fixed;
  left: 50%;
  top: 5vh;
  width: 10rem;
  margin-left: -5rem;
  z-index: 11;
  background: #fff;
  height: 90vh;
  overflow-y: scroll;
}

.dialog-qrcode{
  width: 2rem;
  height: auto;
}

.dialog-qrcode-body{
  width: 8rem;
  height: 4.5rem;
  top: 1rem;
  margin-left: -4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-qrcode-body::-webkit-scrollbar {
  display: none;
}

.dialog-title{
  margin: .3rem;
  font-size: .22rem;
  text-align: center;
  line-height: .6rem;
}

.dialog-video{
  display: block;
  width: 96%;
  margin: .3rem auto;
}

.dialog-cont{
  font-size: .16rem;
  text-align: center;
  line-height: .5rem;
  padding: 0 .2rem;
}

.dialog-pic-box{
  margin: .6rem auto;
  width: 96%;
}

.dialog-pic-box img {
  width: 100%;
  margin-bottom: .15rem;
}

.video-vice{
	position: absolute;
    left: 50%;
    top: 9rem;
    margin-left: -9rem;
    z-index: 2;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
}

/******20240803add*******/
.container-ip {
  position: relative;
  margin-top:2rem;
}
.new-title-ip{
  opacity: 0;	
  position: absolute;
  bottom: .4rem;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: .12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  padding: 0 .2rem;
  letter-spacing: .03rem;
}

.right-foot{
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  right: 0;
  width: 100%;
  color: red;
  font-size: .12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  padding: 0 .2rem;
  letter-spacing: .03rem;
  font-weight: bold;
}
/******20240803add*******/