﻿/* 申明当前css文件是UTF-8字符编码 */
@charset "UTF-8";
/*清除所有元素内外间距*/
@font-face {
  font-family: 'zcool';
  src: url('./font/仓耳与墨W03.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化加载体验 */
}

@font-face {
  font-family: 'alima';
  src: url('./font/alimamashuheiti.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化加载体验 */
}

@font-face {
  font-family: 'numberEn';
  src: url('./font/Orbitron-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化加载体验 */
}

@font-face {
  font-family: 'zcool2';
  src: url('./font/仓耳渔阳体W04.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化加载体验 */
}

@font-face {
  font-family: 'uniLED';
  src: url('./font/UnidreamLED.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化加载体验 */
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img {
  margin: 0;
  padding: 0;
}

img, input, button, textarea {
  border: none;
  padding: 0;
  margin: 0;
  /*去掉input默认的蓝色边框*/
  outline-style: none;
}

/* 去掉li默认的样式 */
li {
  list-style: none;
}

input {
  font-family: "Microsoft YaHei";
}

select, input, textarea {
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  margin: 0;
}

/* 去掉文本域可以被拉大的效果 */
textarea {
  resize: none;
}

img {
  border: 0;
  display:block; /*去除底边的像素*/
}


/*清除浮动最现代、最流行的方式*/
 .clearfix::after {
   content: "";
   display: block;
   height:0;
   clear: both;
}
/*兼容IE67*/
.clearfix {
  zoom: 1;
}
/* 去掉a的默认底线 */
a{
  text-decoration: none;
  color:#000;
}


/* 去掉h1- h6的标签默认样式 */
h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

/* 版心 */


.fl{
  float:left;
}
.fr{
  float:right;
}

/* 多行文本省略号 */
.txt-cut{
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.navBlock{
  display: flex!important;
  /* opacity: 1!important; */
  /* z-index: 10; */
}
.navNone{
  display: none!important;
  /* opacity: 0!important; */
  /* z-index:900!important; */
}
.navBar{
  height: 60px;
  width: 100%;
  display: flex;
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  padding:0px 1rem 0px 1rem;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  font-size:1vw;
}
.navPhone{
  position: relative;
  line-height: 60px;
  margin-left: 3.75rem;
  letter-spacing: 0.1rem;
  font-family: 'numberEn';
  font-weight: 600;
  font-size: 1vw;
}
.navBarTop{
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.navBarTop li span{
  color: #fff;
  display: inline-block;
}
.navBarTop .navPhone{
  color: #fff;
}
.navBarHide{
  top: -60px;
}
.navBar:hover{
  background-color: #fff;
}
.navBar:hover .navList li span{
  color: #000;
}
.navBar:hover .navPhone{
  color: #000;
}
.navBar.navBarTop:hover .logoLight{
  display: none;
}
.navBar.navBarTop:hover .logoDark{
  display: block;
}

.logo img{
  margin-top: 0.3125rem;
 height: 3.125rem;
}
.navBarBottom .logoLight{
  display: none;
}
.navBarBottom .logoDark{
  display: block;
}
.navBarTop .logoLight{
  display: block;
}
.logoDark{
  display: none;
}
.navList{
  height: 100%;
  /* margin-left: 200px; */
  display: flex;
  justify-content: flex-start;
}
.navList li{
  height: 100%;
}
.navList li span{
  display: inline-block;
}
.navList li:hover .OneNav span::after, .navList li.on .OneNav span::after{
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.navList li .OneNav span::after {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  transition: all .3s;
  transform: scale(0, 1);
  left: 0;
  display: block;
  content: '';
  display: block;
  content: '';
  background-color: #2e87d5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}


.navList li a{
  color: #000;
  margin: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
} 
.navList li a:hover{
text-decoration: none;
}

.navList li .navInner{
  position: absolute;
  font-weight: 700;   
  top: 100%;
  left: 0;
  z-index: 990;
  background:rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px); 
  width: 100%;
  /* padding: 20px 0; */
  white-space: nowrap;
  border-top: 1px solid #cfcfcf;
  display: none;

}
.navList li .navInner div{
 
  display: flex;
  justify-content: center;

}
.navInner .navDetail div{
  color: #000;
  width: 20%;
  padding: 20px 20px;
  height: 100%;
  /* border-right: 2px solid #ccc; */
  text-align: center;
  transition: all 0.5s;
}
.navInner .navDetail a{
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.navInner .navDetail div:hover{
  background-color: #6fc3c7;
  cursor: pointer;
}
.navInner .navDetail div:hover a{
  color: #fff;
}


.navMobile{
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
.mobileLogo{
  width: 10rem;
  margin-top: 0.625rem;
}
.navMobileBox{
  display: flex;
  width: 3.125rem;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-right: -1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}

.navMobileList{
  position: absolute;
  right: -100%;
  width: 100%;
  top: 60px;
  height: 100vh;
  font-size: 0.875rem;
  line-height: 3.125rem;
  background: #F1F1F1;
  overflow-y: scroll;
  transition: all 0.5s;
  text-align: left;
  padding: 0 1.25rem;
  background: url('../static/navBg.png') no-repeat center center;
  background-size: cover;
}
.navMobileList div{
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 2.3;
  padding: 1.25rem 0;
}
.navMobileListSmall div{
  min-height: 100%;
}
.navMobileList div dt a{
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff!important;
}
.navMobileList div dd{
  display: flex;
  flex-wrap: wrap;
}
.navMobileList div dd a{
 padding-left: 0.9375rem;
 color: #b0afaf;
}
.navListOpen{
  right: 0;
}
.navMobileMenu{
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.375rem;
  cursor: pointer;
}
.navMobileMenu i{
  background: #333;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navMobileMenu i:nth-child(1){
  top: 0;
}
.navMobileMenu i:nth-child(2){
  width: 1.125rem;
  top: 50%;
}
.navMobileMenu i:nth-child(3){
  bottom: 0;
}
.navMobileOpen i:nth-child(1){
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navMobileOpen i:nth-child(2){
  opacity: 0;
}
.navMobileOpen i:nth-child(3){
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.friendShipLink{
  position: relative;
  background-color: #000;
  padding: 3.125rem 3.125rem 0 3.125rem;
}
.friendShipLink .fastLink{
  display: flex;
  height: 25rem;
  width: 100%;
  background-color: #000;
}
.friendShipLinkMobile .fastLink{
  height: auto;
  flex-direction: column;
}
.friendShipLinkMobile .fastLink .followUs{
  width: 100%;
}
.friendShipLinkMobile .fastLink .followUs h5{
  font-size: 1rem;
}
.friendShipLinkMobile .fastLink .followUs .qrCode{
  margin-top: 1.25rem;
}
.friendShipLink .fastLink .fastLinkLogo{
  position: relative;
  width: 30%;

}
.friendShipLink .fastLink .fastLinkLogo:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  background: #d2d2d2;
  right: 0px;
  top: 15%;
}
.friendShipLink .fastLink .fastLinkLogo img{
  width: 50%;
}
.friendShipLink .fastLink .fastLinkLogo p{
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-family: FreightSansPro-Book, Verdana, sans-serif;;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  margin-top: 1.875rem;
}
.friendShipLink .fastLink .fastLinkLogo p img{
  width: 1.5rem;
  margin-right: 0.625rem;
}


.fastLink .fastLinkList{
  position: relative;
  width: 65%;
  display: flex;
  justify-content: space-between;
  padding-left: 3.125rem;
}
.fastLink .fastLinkList div{
  width: 17%;
  height: 100%;
}
.fastLink a{
  text-decoration: none;
}
.fastLink .fastLinkList div h5{
  position: relative;
  padding-bottom: 0.625rem;
}
.fastLink .fastLinkList div h5 a{
  color: #fff;

}
.fastLink .fastLinkList div h6{
  margin-top: 0.9375rem;
  font-size: clamp(0.7rem, 1vw, 0.875rem);
}
.fastLink .fastLinkList div h6 a{
  color: #918f8f;
}

.registration{
  height: 3.125rem;
  line-height: 3.125rem;
  border-top: 1px solid #fff;
  text-align: center;
  color: #918f8f;
}
.registration img{
  display: inline;
  margin-left: 1.25rem;
  margin-right: 0.1875rem;
  margin-top: -0.125rem;
}
.registration a{
  color: #918f8f;
  text-decoration: none;
}
.registration a:hover{
  color: #fff;
  text-decoration: none;
}

.asideClass{
  position: fixed;
  top: 50%;
  right: 1.25rem;
  transform: translate(0,-50%);
  z-index: 999;
}
.asideInner{
  position: relative;
  width: 4.375rem;
  height: 4.375rem;
  background: rgba(69, 41, 209, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);



  cursor: pointer;
  margin-bottom: 0.625rem;
  border-radius: 50%;

}
.asideInner2{
  animation: multiShadowPulse 1.5s infinite;

}
@keyframes multiShadowPulse {
  0% {
    box-shadow: 
      0 0 0 0 rgba(52, 152, 219, 0.6),
      0 0 0 0 rgba(41, 128, 185, 0.4);
  }
  70% {
    box-shadow: 
      0 0 0 10px rgba(52, 152, 219, 0),
      0 0 0 14px rgba(41, 128, 185, 0);
  }
  100% {
    box-shadow: 
      0 0 0 0 rgba(52, 152, 219, 0),
      0 0 0 0 rgba(41, 128, 185, 0);
  }
}
.asideInner:hover .asideInfo{
  right: 0px;
  opacity: 1;
}
.asideInner img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 60%;
  width: 60%;
}


.asideInfo{
  position: absolute;
  top: 0;
  right:-17.25rem;
  height: 4.375rem;
  line-height: 4.375rem;
  /* font-weight: 600; */
  font-family: 'zcool';
  background-color: #2151ef;
  font-size: 1rem;
  color: #fff;
  border-radius: 1.875rem;
  /* right: 0; */
  /* transform: translate(6.25rem,0px); */
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
  letter-spacing: 0.2rem;
}
.asideInfo1{
  width: 21.875rem;
}
.asideInfo2{
  width: 15rem;
}
.asideMobileClass{
  position: fixed;
  bottom: 2.8125rem;
  right: 1.25rem;
  transform: translate(0,-50%);
  z-index: 999;
}
.asideMobileClass .asideInner{
    height: 3.125rem!important;
    width: 3.125rem!important;
}
.asideMobileClass .asideInfo{
  height: 3.125rem!important;
  line-height: 3.125rem!important;
  font-size: 0.875rem!important;
}
/* .showAsideInfo{
  
} */
.toTop{
  position: fixed;
  bottom: 5rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #2151ef;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s;;
}
.toTop:hover{
  background-color: #10309a;
}
.toTop:active{
  background-color: #2151ef;
}
.toTop img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 60%;
  width: 60%;
}

.topTopBlock{
  opacity: 1;
  z-index: 999;

}
.topTopNone{
  opacity: 0;
}

