*,
body,
p {
  padding: 0;
  margin: 0;
  font-family: 'helvetica neue', 'microsoft yahei', 'pingfang sc', 'hiragino sans gb', 'stheiti', tahoma, sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
b {
  font-style: normal;
}

img {
  display: block;
}

html {
  width: 100%;
  min-width: 1440px;
  overflow-x:hidden;
}

.main {
  padding: 1.6rem 0 0;
}
ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.main .headder {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.main .headder .inner {
  margin: auto;
  width: 14.4rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .headder .inner img {
  width: 1.95rem;
  z-index: 100;
  cursor: pointer;
}
.headTop .links>ul{
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.main .headder .inner .links>ul {
  display: flex;
  justify-content: flex-end;
  flex: 1;

}
.headTop .links>ul>li>a
.main .headder .inner .links>ul>li>a{
  /* margin-right:0.8rem; */
  padding-bottom:0.08rem;
  font-size:0.22rem;
}
.headTop .links .about-content>li>a{
  color: #6d6773!important;
}

.main .headder .inner .links>ul>li>a,
.about-content>li>a {
  color: #6d6773;
  padding-bottom: 0.08rem
}

.headTop .links>ul>li{
  font-size: 0.22rem;
  color: #6d6773;
  /* margin-right: 0.8rem; */
  position: relative;
  padding-bottom: 0.2rem;
}
.main .headder .inner .links>ul>li {
  font-size: 0.22rem;
  color: #6d6773;
  padding-bottom: 0.2rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-right: 0.8rem;
  position: relative;
}
.about-content {
  list-style: none;
  position: absolute;
  width: 195%;
  top: 0.5rem;
  left: -0.35rem;
  font-size: 0.13rem;
  background-color: #fff;
  color: #9D9D9D;
  /* border: 0.01rem solid #DCDDDD; */
  border-radius: 0.05rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  transform: scaleY(0);
  transform-origin: 0 0;
  transition-duration: .5s;
}

.about-content>li {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  position: relative;
  padding: 0px 0.15rem 0 0.15rem;

}
.about-content>li span {
  cursor: pointer;
  color: #6d6773;
}

.about-content>li >ul {
  list-style: none;
  border-radius: 0.05rem;
  width: 110%;
  padding: 10px 0.15rem 10px 0.15rem;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  display: none;
}
.about-content>li:hover >ul{
  display: block;
}
.about-content>li>ul>li>a {
  color: #9D9D9D;
}
.about-content>li>ul>li>a:hover{
  color: #c955ff!important;
}
.about-content>li>a:hover{
  color: #c955ff!important;
}
.links>ul>li:hover .about-content{
  transform: scaleY(1);
}
.main .headder .inner .links a:last-child {
  /* margin-right: 0.5rem; */
}

.main .headder .inner .links .cdk {
  border-bottom: 4px solid #c955ff;
  color: #c955ff;
}

.main .footer {
  width: 100%;
  height: 3.3rem;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
}

.main .footer .inner {
  margin: auto;
  width: 14.4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.main .footer .inner a {
  color: #808080;
  text-decoration: none;
}
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */


.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100vh;
}
.indexImg{
background: url(../images/menu.png) no-repeat;
  background-size:50px auto;	
}
.forBottom {
  display: block;
  width:.84rem;
  height: 0.45rem;
  background-position: 0 -8.61rem;
  position: absolute;
  bottom: 0.43rem;
  left: 50%;
  /* transform: ; */
}
.forBottomAnimation {
  animation: forBottom 1.5s infinite linear;
}
.swiper-slide .font p {
  font-size: 0.28rem;
  color: #808080;
  margin-top: 0.8rem;
  line-height: 0.42rem;
}
.headTop {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.46rem 0 0.36rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.headTop img {
  width: 1.95rem;
  z-index: 100;
  cursor: pointer;
}
.headTop img:nth-child(2) {
  display: none;
}
.headTop .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.6rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transform: translateY(-1000px);
  transition: all 0.3s;
}
.headTop .links {
  display: flex;
  flex: 1;
  margin-left: 0.9rem;
  transform: translateY(-1000px);
  transition: all 0.3s;
}
.about-content{
  width: 93%;
}
.about-content>li{
  text-align: center;
}
.headTop .links>ul>li>a {
  font-size: 0.2rem;
  color: #fff;
  padding-bottom: 0.12rem;
  margin-right: 0.8rem;
  position: relative;
}
.headTop .links a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.04rem;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.02rem;
}
.headTop>.links .about-content>li>a:hover{
  color: #c955ff!important;
}
.headTop .links a:hover {
  color: #c955ff;
}
.headTop .links .cdk {
  color: #c955ff;
}
.headTop .links .cdk::after {
  background: #c955ff;
}
.headTop i {
  display: block;
  width: 0.46rem;
  height: 0.34rem;
  background-position:0 -4.73rem;
}
.headTop i:hover {
  opacity: 0.6;
}
.headTop b {
  position: absolute;
  right: 1.46rem;
  top: 50%;
  display: block;
   width: 0.34rem;  height: 0.34rem;  background-position: 0 -2.84rem;
  transform: translateY(-1000px);
  transition: all 0.3s;
}
.headTop b:hover {
  opacity: 0.6;
}
.show .links {
  transform: translateY(0);
  transition: all 0.3s;
}
.show .mask {
  transform: translateY(0);
  transition: all 0.3s;
}
.show i {
  display: none;
}
.show b {
  transform: translateY(-50%);
  transition: all 0.3s;
}
.headBack a img:nth-child(1) {
  display: none;
}
.headBack a img:nth-child(2) {
  display: block;
}
.headBack i {
  background-position: 0 -5.41rem;
}
.headBack i:hover {
  opacity: 0.6;
}
.page1 {
  background: #000;
  position: relative;
  overflow: hidden;
}
.page1 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(44, 18, 56, 0.8);
}
.page1 .inner .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 160px;
}
.page1 .inner .content .font img {
  width: 9.71rem;
  display: block;
  margin: 0 auto 1.07rem;
}
.page1 .inner .content .play {
  margin: auto;
  width: 3.7rem;
  height: 1.2rem;
  background-position:-.32rem -1.28rem;
}
.page1 .inner .content .play:hover {
 background-position:-.15rem 0;
}

.page1 video {
  width: 100%;
}
.page1 .videoBg {
  width: 100%;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
}
.page1 .forBottom {
  background-position: 0 -9.87rem;
}
.page2 {
  overflow: hidden;
}
.page2 .inner {
  margin: auto;
  width: 14.4rem;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
.page2 .inner b {
  display: block;
  position: absolute;
}
.page2 .inner .b1 {
  left:0;
  top: -1.52rem;
  background: url('//img1.liang520.com/vhuaboss/web/image/shape1.png') no-repeat;
  background-size: 100%;
  width: 6.73rem;
  height: 5.93rem;
}
.page2 .inner .font {
  width: 6.5rem;
  margin-bottom: 3.8rem;
}
.page2 .inner .font h3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page2 .inner .font h3::before {
  display: block;
  content: '';
  background: url('//img1.liang520.com/vhuaboss/web/image/page2font.png?19') no-repeat;
  background-size: 100%;
  width: 3.18rem;
  height: 1.09rem;
  margin-right: 0.23rem;
}
.page2 .inner .font h3::after {
  display: block;
  content: '';
  width: 1.02rem;
  height: 1.1rem;
 background: url(../images/index.png) no-repeat;
     background-size: 4.37rem,16.53rem;
	 background-position: 0 -12.06rem;
}
.page2 .inner .icons {
  flex: 1;
  height: 9rem;
  position: relative;
  margin-bottom: 0.43rem;
}
.page2 .inner .icons .b2 {
  position: absolute;
  right: -0.75rem;
  bottom: 0;
}
.page2 .inner .icons .b2 img {
  width: 8.66rem;
}
.page2 .inner .icons .bg {
  position: absolute;
  right: 0.51rem;
  top: 0;
}
.page2 .inner .icons .bg img {
  width: 5.71rem;
}
.page2 .inner .icons .a1 {
	right: 0.81rem;
	  bottom: -0.35rem;
	  z-index: 1;
}
.page2 .inner .icons .a1 img{
	width: 4.73rem;
}
.page2 .inner .icons .a2 {
	width: 1.69rem;
	height: 1.69rem;
	background-position:-1.28rem -12.91rem;
  right: 5.3rem;
  bottom: 3.15rem;
}
.page2 .inner .icons .a3 {
	width: 1.25rem;
	height: 1.25rem;
	background-position:0 -14.12rem;
  right: 5.3rem;
  top: 1.31rem;
}
.page2 .inner .icons .a4 {
	width: 1.52rem;
	height: 1.52rem;
	background-position:-1.36rem -14.66rem;
  right: 3.08rem;
  top: 0.36rem;
}
.page2 .inner .icons .a5 {
	width: 0.96rem;
	height: 0.96rem;
	background-position:0 -11.1rem;
  right: 1.04rem;
  top: 1.75rem;
}
.page2 .inner .icons .xin1 {
	width: 0.89rem;
	height: 0.78rem;
	background-position:0 -10.32rem;
  right: 4.31rem;
  top: 3.52rem;
}
.page2 .inner .icons .xin2 {
	width:  0.37rem;
	height: 0.38rem;
	background-position:0 -3.52rem;
  right: 4.61rem;
  top: 3.52rem;
  opacity: 0;
}
.page2 .inner .icons .xin3 {
	width: 0.61rem;
	height: 0.6rem;
	background-position:0 -7.19rem;
  right: 4.21rem;
  top: 3.32rem;
  opacity: 0;
}
.page2 .inner .icons .xin4 {
	width: 0.56rem;
	height: 0.51rem;
	background-position:0 -6.09rem;
  right: 4.81rem;
  top: 3.12rem;
  opacity: 0;
}
.page2 .inner .icons .shape3 {
	width: 0.3rem;
	height: 0.3rem;
	background-position:0 -2.54rem;
  right: 0.81rem;
  top: 3.65rem;
}
.page2 .inner .icons .shape4 {
	width: 0.16rem;
	height: 0.16rem;
	background-position:0 -2.18rem;
  right: 2.4rem;
  top: 1.53rem;
}
.page3 {
  overflow: hidden;
  background: url('//img1.liang520.com/vhuaboss/web/image/img_2.jpg') no-repeat;
  background-size: 100%;
  background-size: cover;
}
.page3 .inner {
  margin: auto;
  width: 14.4rem;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page3 .inner b {
  display: block;
  position: absolute;
}
.page3 .inner b img {
  display: block;
}
.page3 .inner .font {
  width: 6.51rem;
  margin-bottom: 3.8rem;
}
.page3 .inner .font img {
  width: 4.47rem;
}
.page3 .inner .icons {
  flex: 1;
  height: 8.73rem;
  position: relative;
  margin-bottom: 0.2rem;
  transform: scale(0.8);
}
.page3 .inner .icons .shapes1 {
  bottom: 0;
  left: -1.99rem;
}
.page3 .inner .icons .shapes1 img {
  width: 10.13rem;
}
.page3 .inner .icons .bg3 {
  left: 0.7rem;
  top: 0.18rem;
}
.page3 .inner .icons .bg3 img {
  width: 5.71rem;
}
.page3 .inner .icons .ava1 {
  top: 2.11rem;
  left: -0.15rem;
}
.page3 .inner .icons .ava1 img {
  width: 5.18rem;
}
.page3 .inner .icons .ava2 {
	width:2.74rem;
	height:2.74rem;
	background-position:-.96rem -5.67rem;
  top: 0rem;
  left: 4.25rem;
}
.page3 .inner .icons .ava2 i {
  display: block;
  width: 2.83rem;
  height: 2.83rem;
  background: url('//img1.liang520.com/vhuaboss/web/image/top-2.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1.65rem;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.page3 .inner .icons .btn {
	 width: 2.8rem;
	height:.87rem;
	background-position:-.97rem -8.61rem;
  top: 3.44rem;
  left: 4.25rem;
}
.page3 .inner .icons .xinx1 {
	width: 0.58rem;
	height:0.58rem;
	background-position:0 -6.6rem;
  top: 2.36rem;
  left: 0.1rem;
}
.page3 .inner .icons .xinx2 {
	width: 0.44rem;
	height:0.44rem;
	background-position:0 -4.29rem;
  top: 0.06rem;
  left: 6.43rem;
}
.page3 .inner .icons .xinx3 {
	width:  0.39rem;
	height:0.39rem;
	background-position:0 -3.9rem;
  top: 3.46rem;
  left: 0.1rem;
}
.page4 .slideBox {
  height: 100vh;
  overflow-x: scroll;
}
.page4 .shapesh1 {
  display: block;
  position: absolute;
  left: 0;
  top: 6.48rem;
  z-index: 100;
}
.page4 .shapesh1 img {
  width: 2.35rem;
}
.page4 .inner {
  margin: auto;
  width: 14.4rem;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page4 .inner b {
  display: block;
  position: absolute;
}
.page4 .inner .font {
  width: 6.86rem;
  margin-bottom: 3.8rem;
}
.page4 .inner .font img {
  width: 5.23rem;
}
.page4 .inner .icons {
  flex: 1;
  position: relative;
  height: 100vh;
}
.page4 .inner .icons .shapesh2 {
  bottom: -0.81rem;
  right: -0.84rem;
}
.page4 .inner .icons .shapesh2 img {
  width: 8.76rem;
}
.page4 .inner .icons .bg4 {
  bottom: 2.49rem;
  right: 0.81rem;
}
.page4 .inner .icons .bg4 img {
  width: 5.71rem;
}
.page4 .inner .icons .xinxi1 {
	width: 3.2rem;
	height: 2.96rem;
	background-position:-.58rem -2.61rem;
  bottom: 5.12rem;
  right: 1.9rem;
}
.page4 .inner .icons .xinxi2 {
	width: 1.3rem;
	height: 1.15rem;
	background-position:0 -15.38rem;
  bottom: 7.04rem;
  right: 4.69rem;
  z-index: 1;
}
.page4 .inner .icons .xinxi3 {
	 width: 1.15rem;
	height: .96rem;
	background-position:0 -13.16rem;
  bottom: 7.42rem;
  right: 2.05rem;
  z-index: 1;
}
.page4 .inner .icons .avat1 {
  bottom: 0.69rem;
  right: 0.5rem;
  z-index: 10;
}
.page4 .inner .icons .avat1 img {
  width: 6.56rem;
}
.page4 .inner .icons .thermometer {
	 width: 1.34rem;
	height: 3.26rem;
	background-position:-3.03rem -12.92rem;
  bottom: 0.55rem;
  right: 2.97rem;
  z-index: 11;
}
.initAnimation .p2 .font h3 {
  animation: forTop 0.7s linear;
}
.initAnimation .p2 .font p {
  animation: forTop 0.8s linear;
}
.initAnimation .p2 .icons .bg {
  animation: forTop 1.5s linear;
}
.initAnimation .p2 .icons .a1 {
  animation: forTop 1.3s linear;
}
.initAnimation .p2 .icons .a2 {
  animation: forScale 2.3s linear;
}
.initAnimation .p2 .icons .a3 {
  animation: forScale 2.3s linear;
}
.initAnimation .p2 .icons .a4 {
  animation: forScale 2.3s linear;
}
.initAnimation .p2 .icons .a5 {
  animation: forScale 2.3s linear;
}
.initAnimation .p2 .icons .xin1 {
  animation: heartbeat 1.8s linear;
}
.initAnimation .p2 .icons .xin2 {
  animation: balloon 2.3s linear;
}
.initAnimation .p2 .icons .xin3 {
  animation: balloon 2.1s linear;
}
.initAnimation .p2 .icons .xin4 {
  animation: balloon 1.9s linear;
}
.initAnimation .p2 .icons .shape3 {
  animation: forScale 2.3s linear;
}
.initAnimation .p2 .icons .shape4 {
  animation: forScale 2.3s linear;
}
.initAnimation .p2 .icons .b2 {
  animation: forTop2 2.3s linear;
}
.initAnimation .p3 .font h3 {
  animation: forTop 0.7s linear;
}
.initAnimation .p3 .font p {
  animation: forTop 0.8s linear;
}
.initAnimation .p3 .icons .shapes1 {
  animation: forTop2 1.7s linear;
}
.initAnimation .p3 .icons .ava1 {
  animation: forTop 1.5s linear;
}
.initAnimation .p3 .icons .ava2 {
  animation: forOpacity 1.4s linear;
}
.initAnimation .p3 .icons .ava2 i {
  animation: scanning 1.9s linear;
}
.initAnimation .p3 .icons .bg3 {
  animation: forScale2 1.4s linear;
}
.initAnimation .p3 .icons .btn {
  animation: forLeft 1.5s linear;
}
.initAnimation .p3 .icons .xinx1 {
  animation: twinkle 1.7s linear;
}
.initAnimation .p3 .icons .xinx2 {
  animation: twinkle 1.7s linear;
}
.initAnimation .p3 .icons .xinx3 {
  animation: twinkle2 2.1s linear;
}
.initAnimation .p4 .font h3 {
  animation: forTop 0.7s linear;
}
.initAnimation .p4 .font p {
  animation: forTop 0.8s linear;
}
.initAnimation .p4 .icons .shapesh2 {
  animation: forTop2 1.3s linear;
}
.initAnimation .p4 .icons .bg4 {
  animation: forRight 1.4s linear;
}
.initAnimation .p4 .icons .xinxi1 {
  animation: twinkle3 1.9s linear;
}
.initAnimation .p4 .icons .xinxi2 {
  animation: forTop3 2.3s linear;
}
.initAnimation .p4 .icons .xinxi3 {
  animation: forTop3 2.6s linear;
}
.initAnimation .p4 .icons .avat1 {
  animation: forLeft2 1.3s linear;
}
.initAnimation .p4 .icons .thermometer {
  animation: forRotate 1.7s linear;
}
.swiper2 .swiper-slide {
  width: 100%;
  height: 10.8rem;
}
.swiper2 {
  background: #fafafa;
}
.footer {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 10.8rem;
  background: #fff;
}
.footer b {
  position: absolute;
  z-index: -1;
}
.footer .shapesh1 {
  left: 0;
  bottom: 10.05rem;
}
.footer .shapesh1 img {
  width: 2.35rem;
}
.footer .ab {
  margin-top: 2.4rem;
  width: 100%;
  height: 8.37rem;
  background: url('//img1.liang520.com/vhuaboss/web/image/footerBg.jpg') no-repeat;
  background-size: 100%;
}
.footer .ab .inner {
  margin: auto;
  width: 14.4rem;
  height: 5.17rem;
}
.footer .ab .inner .shapesh2 {
  bottom: 9.97rem;
  right: -0.84rem;
}
.footer .ab .inner .shapesh2 img {
  width: 8.76rem;
}
.footer .ab .inner .top {
  display: flex;
  position: relative;
}
.footer .ab .inner .top em {
  display: block;
  width: 6.79rem;
  height: 9.06rem;
  background: url('//img1.liang520.com/vhuaboss/web/image/footerShape.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1.8rem;
  left: -0.28rem;
}
.footer .ab .inner .top .mibile {
  width: 4.87rem;
  height: 7.79rem;
  background: url('//img1.liang520.com/vhuaboss/web/image/appHome20240524.png') no-repeat;
  background-size: 100%;
  margin: 0 1.56rem 0 0.65rem;
  transform: translateY(-1.25rem);
  position: relative;
}
.footer .ab .inner .top .mibile .home {
  width: 3.3rem;
  height: 5.7rem;
  margin: 0.72rem 0 0 0.3rem;
  overflow: hidden;
  border-radius: 0.3rem 0.3rem 0 0;
  position: absolute;
}
.footer .ab .inner .top .mibile .home .scroll {
  overflow: hidden;
}
.footer .ab .inner .top .mibile .home .scroll img {
  width: 3.34rem;
}
.footer .ab .inner .top .loadApp {
  margin-top: 0.8rem;
  flex: 1;
  position: relative;
}
.footer .ab .inner .top .loadApp .page4font {
  width: 6.83rem;
}
.footer .ab .inner .top .loadApp .load {
  display: flex;
  align-items: center;
  padding-top: 0.58rem;
}
.footer .ab .inner .top .loadApp .load img {
  width: 1.85rem;
  margin: 0 0.4rem 0 1.67rem;
}
.footer .ab .inner .top .loadApp .load .links a {
  display: block;
  width: 2.62rem;
  height: 0.76rem;
  cursor: pointer;
  background-position:-.97rem -10.35rem;
}
.footer .ab .inner .top .loadApp .load .links a:last-child {
  margin-top: 0.33rem;
  background-position:-.97rem -9.58rem;
}
.footer .ab .inner .top .loadApp .load .links a:hover {
  background-position:-1.04rem -11.20rem;
}
.footer .ab .inner .top .loadApp .load .links a:hover:last-child {
  background-position:-1.11rem -12.04rem;
}
.footer .ab .bottom {
  width: 100%;
  height: 3.2rem;
  background: #fafafa;
  z-index: 10;
  position: absolute;
  bottom: 0;
}
.footer .ab .bottom .content {
  margin: auto;
  width: 14.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
.footer .ab .bottom .content a {
  color: #808080;
  text-decoration: none;
}
.footer .ab .bottom .content .left {
  width: 9.6rem;
  color: #808080;
  position: relative;
}
.footer .left::after{
  content: '';
  width: 0.02rem;
  height:2.18rem ;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
  background: url(../images/index.png) no-repeat;
  background-size: 4.37rem,16.53rem;
  background-position:0 0;
}
.footer .ab .bottom .content .left .tabbar {
  padding: 0.4rem 0 0.7rem;
  display: flex;
}
.footer .ab .bottom .content .left .tabbar a {
  display: block;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  position: relative;
}
.footer .ab .bottom .content .left .tabbar a::after {
  content: '';
  display: block;
  width: 0.02rem;
  height: 0.18rem;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 0.04rem;
}
.footer .ab .bottom .content .left .tabbar a:first-child {
  padding-left: 0.28rem;
}
.footer .ab .bottom .content .left .tabbar a:last-child::after {
  display: none;
}
.footer .ab .bottom .content .left p {
  font-size: 0.14rem;
  margin: 0 0 0.08rem 0.28rem;
  display: flex;
  align-items: center;
}
.footer .ab .bottom .content .left p a {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
#id_ICP,#identifier{
	margin-top: 0;
	padding:0.05rem 0;
}
.footer .ab .bottom .content .left p a:last-child {
  margin-left: 0.2rem;
}
.footer .ab .bottom .content .left p #identifier::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/index.png) no-repeat;
  background-size: 4.37rem,16.53rem;
  background-position: 0 -2.34rem;
  margin-right: 0.05rem;
}

.footer .ab .bottom .content .right {
  flex: 1;
}
.footer .ab .bottom .content .right h2 {
  font-size: 0.32rem;
  text-align: center;
  color: #808080;
}
.footer .ab .bottom .content .right .links {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.2rem;
  color: #808080;
  align-items: flex-end;
  padding-top: 0.4rem;
}
.footer .ab .bottom .content .right .links i {
  display: block;
  width: 0.82rem;
  height: 0.82rem;
  background-position: 0 -7.79rem;
  margin: 0 auto 0.1rem;
}
.footer .ab .bottom .content .right .links .wx {
  margin-right: 1.2rem;
  width: 2.01rem;
  position: relative;
  cursor: pointer;
}
.footer .ab .bottom .content .right .links .wx i {
  display: block;
  width: 0.82rem;
  height: 0.82rem;
  background-position: 0 -9.05rem;
}
.footer .ab .bottom .content .right .links .wx:hover i {
  background: url('//img1.liang520.com/vhuaboss/web/image/qrCode.jpg');
  background-size: 100% auto;
  background-position: center;
}
.playVideo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.playVideo video {
  width: 100%;
  height: 100vh;
  background: #fff;
}
.playVideo .closeVideo {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  font-size: 0.4rem;
  line-height: 1rem;
  border-radius: 50%;
  color: #666;
  transform: rotate(45deg);
  z-index: 9999;
  cursor: pointer;
}
.showV {
  display: flex;
}
@media all and (min-width: 1850px) and (max-height: 1000px) and (min-height: 900px) {
  .response {
    transform: scale(0.8) translateY(10%);
  }
}
@media all and (min-width: 1850px) and (max-height: 900px) and (min-height: 700px) {
  .response {
    transform: scale(0.75) translateY(20%);
  }
}
@media all and (min-width: 1850px) and (max-height: 700px) and (min-height: 500px) {
  .response {
    transform: scale(0.7) translateY(40%);
  }
}
@keyframes forBottom {
  0% {
    transform: translate(-50%,0);
    opacity: 1;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%,0.3rem);
    opacity: 0;
  }
}
@keyframes forTop {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  60% {
    transform: translateY(60px);
    opacity: 0;
  }
  80% {
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes forTop2 {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  60% {
    transform: translateY(60px);
    opacity: 0;
  }
  80% {
    transform: translateY(40px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes forTop3 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    transform: translateY(30px);
    opacity: 0;
  }
  90% {
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes forScale {
  0% {
    transform: scale(0);
  }
  84% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes forScale2 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(0.9);
    opacity: 0;
  }
  90% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes forOpacity {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  59% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  80% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
@keyframes scanning {
  0% {
    transform: translateY(0);
    background: url('//img1.liang520.com/vhuaboss/web/image/top-2.png') no-repeat;
    background-size: 100%;
    opacity: 0;
  }
  49% {
    transform: translateY(0);
    background: url('//img1.liang520.com/vhuaboss/web/image/top-2.png');
    background-size: 100%;
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    background: url('//img1.liang520.com/vhuaboss/web/image/top-2.png');
    background-size: 100%;
    opacity: 1;
  }
  75% {
    transform: translateY(271px);
    background: url('//img1.liang520.com/vhuaboss/web/image/top-2.png');
    background-size: 100%;
  }
  76% {
    background: url('//img1.liang520.com/vhuaboss/web/image/down-1.png');
    background-size: 100%;
  }
  99% {
    transform: translateY(0);
    background: url('//img1.liang520.com/vhuaboss/web/image/top-2.png');
    background-size: 100%;
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes forLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  80% {
    transform: translateX(100px);
    opacity: 0;
  }
  94% {
    transform: translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes forLeft2 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  70% {
    transform: translateX(50px);
    opacity: 0;
  }
  80% {
    transform: translateX(50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes forRight {
  0% {
    transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    transform: translateX(-70px);
    opacity: 0;
  }
  80% {
    transform: translateX(-70px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes twinkle {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(0);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes twinkle2 {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.4);
  }
  90% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes twinkle3 {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(0);
  }
  85% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes forRotate {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  70% {
    transform: rotate(0);
    opacity: 0;
  }
  80% {
    transform: rotate(-35deg);
    opacity: 1;
  }
  85% {
    transform: rotate(35deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  95% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes forScroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.18rem);
  }
  100% {
    transform: translateY(0);
  }
}

img{
 border-radius:5px;
}

img:hover{
 transform: scale(1.4);
}


.case-content{overflow-x:auto;overflow-y:hidden;margin:0 auto;width:100%;position:fixed;z-index:9999;bottom:10px;display:flex;}
.case-item{float:left;margin:30px 40px;margin-bottom:20px}
.ih-item{position:relative;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item,.ih-item *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.ih-item a{color:#333}
.ih-item a:hover{text-decoration:none}
.ih-item img{width:100%;height:100%}
.ih-item.circle,.ih-item.circle .img{position:relative;width:110px;height:110px;border-radius:50%}
.ih-item.circle .img:before{position:absolute;display:block;content:'';width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 16px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item.circle .img img{border-radius:50%}
.ih-item.circle .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.square{position:relative;width:316px;height:216px;border:8px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,.3)}
.ih-item.square .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.circle.effect1 .spinner{width:120px;height:120px;border:10px solid #ecab18;border-right-color:#1ad280;border-bottom-color:#1ad280;border-radius:50%;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .img{position:absolute;top:10px;bottom:0;left:10px;right:0;width:auto;height:auto}
.ih-item.circle.effect1 .img:before{display:none}
.ih-item.circle.effect1.colored .info{background:#1a4a72;background:rgba(26,74,114,.6)}
.ih-item.circle.effect1 .info{top:10px;bottom:0;left:10px;right:0;background:#333;background:rgba(0,0,0,.6);opacity:0;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:24px;margin:0 30px;padding:55px 0 0;height:110px;text-shadow:0 0 1px white,0 1px 2px rgba(0,0,0,.3)}
.ih-item.circle.effect1 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,.5)}
.ih-item.circle.effect1 a:hover .spinner{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.ih-item.circle.effect1 a:hover .info{opacity:1}