
.case .bottom{
  background-color: #fff !important;
}
.cate ul{
  position: relative;
  top: -4px;
}
.cate ul li:hover, .cate1 ul li:hover{
  color: #fff !important;
  background:#28a4fd;
  border-radius:3px;
  width:80px;
  height:30px;
  animation: bgColor .5s linear;
  animation-fill-mode: forwards;
}
@keyframes bgColor {
  0%{
    opacity: .2;
  }
  100%{
    opacity: 1;
  }
}
.nav span{
  position: relative;
  margin-right: 40px !important;
  padding: 12px 10px !important;
  display: inline !important;
}
.nav span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 3px solid #28a4fd;
  transition: .2s all linear;
}
.nav span:hover::before{
  width: 100%;
  top: 0;
  left: 0;
  transition-delay: .1s;
  border-bottom-color: #28a4fd
}
.nav span:hover ~ .nav span::before{
  left: 0;
}
#prev, #next{
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

.el-pager li a{
  font-weight: 500;
  text-decoration: none;
  color: #666;
  display: inline-block;
  width: 100%;
}
.el-pager li:hover a, .el-pager li:hover span{
  color: #409eff
}
.total p, .total button, .el-pagination__jump{
  font-weight: 500 !important;
}
.active a{
  color: #fff !important;
}
.more{
  width: 32px !important;
}
.cate img{
  position: relative;
  top: 6px;
}

.iRotate {
  animation: iRotate 0.5s;
  animation-fill-mode: forwards;
}
@keyframes iRotate {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.iRotateBack {
  animation: iRotateBack 0.5s;
  animation-fill-mode: forwards;
}
@keyframes iRotateBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.case-cate{
  z-index: 20 !important;
}
.case-content{
  top: 50px;
  opacity: 0;
}
@keyframes dh5{
  0%{
    opacity: 0;
    top: 50px
  }
  100%{
    opacity: 1;
    top: 0px;
  }
}
.cate1{
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 15px 5px rgba(147,183,219,.26);
  padding: 20px 20px 0px 20px;
}
.cate1 ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 930px;
  padding: 0;
  margin: 0;
  position: relative;
  top: -4px;
}
.cate1 ul li{
  width: 80px;
  height: 30px;
  margin-left: 13px;
  font-size: 16px;
  color: #666;
  margin-bottom: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}
.cate1 span{
  font-size: 16px;
  color: #666;
  width: 80px;
}
.cate1 .more{
  width: 32px;
  color: #28a4fd;
  cursor: pointer
}
#v2{
  position: relative;
  top: 6px;
}
.top-img-des-area img{
  position: absolute;
  right: 45px;
  top: 160px;
  opacity: 0;
  animation: dh1 .5s linear forwards;
}
.top-img-des-area p:first-of-type{
  top: 240px !important;
  opacity: 0;
  animation: dh2 .5s linear .5s forwards;
}
.top-img-des-area p:last-of-type{
  top: 340px !important;
  opacity: 0;
  animation: dh3 .5s linear .5s forwards;
}
.top-img-des-area .el-button{
  top: 470px !important;
  opacity: 0;
  animation: dh4 .5s linear 1s forwards;
}
@keyframes dh1{
  0%{
    opacity: 0;
    top: 160px
  }
  100%{
    opacity: 1;
    top: 110px;
  }
}
@keyframes dh2{
  0%{
    opacity: 0;
    top: 240px
  }
  100%{
    opacity: 1;
    top: 190px;
  }
}
@keyframes dh3{
  0%{
    opacity: 0;
    top: 340px
  }
  100%{
    opacity: 1;
    top: 290px;
  }
}
@keyframes dh4{
  0%{
    opacity: 0;
    top: 470px
  }
  100%{
    opacity: 1;
    top: 420px;
  }
}
.case-content .case-pre {
  width: 268px;
  height: 540px;
  display: flex;
  justify-content: space-around;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 18px;
  margin: 0 59px 10px 0;
  position: relative;
}
.case-content .case-pre:nth-of-type(4n){
  margin-right:  0;
}
.case-content .case-pre img{
  /* cursor: pointer; */
  position: relative;
  box-shadow: 0 0 6px 4px rgba(147,183,219,.26);
  border-radius: 10px;
}
.case-content .case-pre img:hover{
  /*top: -10px;*/
}
.bottom-area p, .bottom-area .el-button{
  position: relative;
  top: 50px;
  opacity: 0;
}
@keyframes detail{
  0%{
    top: 50px;
    opacity: 0;
  }
  100%{
    top: 0px;
    opacity: 1;
  }
}

p {
  line-height: 1.618em;
}
.page-list-wrap {
  margin: 9px 0;
}

/*此行前面的样式不管*/
.page-list-wrap {
  position: relative;
}
.page-list-wrap .page-list {
  display: inline-block;
}
.page-list-wrap .page-size {
  margin-right: 30px;
}
.page-list {
  font-size: 0px;
  letter-spacing: -4px;
}

.page-list .page-ellipsis, .page-list .page-text {
  height: 34px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  line-height: 34px;
  padding: 0 5px;
  letter-spacing: normal;
  margin: 0 3px;
}

.page-list .page-ellipsis .page-position, .page-list .page-text .page-position {
  width: 40px;
  height: 22px;
  padding: 0;
  border: 1px solid #e8e9eb;
  line-height: 22px;
  vertical-align: middle;
}

.page-list .page-ellipsis.page-input, .page-list .page-text.page-input {
  margin: 0 -1px;
}

.page-list .page-ellipsis {
  line-height: 29px;
  line-height: 30px \9;
  text-align: center;
}

.page-list .page-btn {
  font-size: 12px;
  line-height: 36px;
  letter-spacing: normal;
  text-align: center;
  margin-left: 2px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0;
}
.page-list .page-btn button{
  text-align: center;
  height: 24px;
  width: 48px;
  line-height: 24px;
  vertical-align: middle;
  background: #f5f5f5;
  border: none;
  color: #666;
  border-radius: 0;
}

.page-list .page-btn button:hover {
  background: #2299ee;
  border-color: #2299ee;
  color: #ffffff;
}

.page-list .page-item {
  cursor: pointer;
  margin: 0 3px;
  color: #333333;
  letter-spacing: normal;
  font-size: 12px;
  font-family: Arial;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 24px;
  width: auto;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e8e9eb;
  vertical-align: middle;
  border-radius: 0;
  background-color: #fff;
}

.page-list .page-item:hover, .page-list .page-item.page-item-hover {
  border: 1px solid #2299ee;
  color: #2299ee;
  font-weight: bold;
}

.page-list .page-item:active, .page-list .page-item.page-item-active {
  background: #2299ee;
  color: #fff;
  border: 1px solid #2299ee;
  font-weight: bold;
}

.page-list .page-btn-prev, .page-list .page-btn-next {
  margin: 0 2px;
  min-width: 24px;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e8e9eb;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 12px;
  background-color: #fff;
  color: #333;
  letter-spacing: normal;
  cursor: pointer;
}
.page-list .page-btn-prev i, .page-list .page-btn-next i {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
  margin-top: 0px\9;
}

.page-list .page-btn-prev:hover, .page-list .page-btn-prev.page-btn-hover, .page-list .page-btn-next:hover, .page-list .page-btn-next.page-btn-hover {
  color: #2299ee;
  border-color: #2299ee;
}

.page-list .page-btn-prev:hover .icon-arrow-left, .page-list .page-btn-prev.page-btn-hover .icon-arrow-left, .page-list .page-btn-next:hover .icon-arrow-left, .page-list .page-btn-next.page-btn-hover .icon-arrow-left {
  background-position: -80px -20px;
}

.page-list .page-btn-prev:hover .icon-arrow-right, .page-list .page-btn-prev.page-btn-hover .icon-arrow-right, .page-list .page-btn-next:hover .icon-arrow-right, .page-list .page-btn-next.page-btn-hover .icon-arrow-right {
  background-position: -99px -20px;
}

.page-list .page-btn-next i {
  margin-left: 4px;
}

.page-list .disable {
  color: #b8b8b8;
  border-color: #e8e9eb;
  cursor: default;
}
.page-list .disable:hover {
  color: #b8b8b8;
  border-color: #e8e9eb;
}

.case-pre .overlay {
  background: #1C1D21;
  position: absolute;
  top: 13px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 269px;
  height: 466px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.case-pre:hover .overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.8;
}

.case-pre .work-content {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-pre .work-content h3 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #FFF;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.case-pre:hover .work-content h3 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.case-pre .work-content span {
  display: block;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #6195FF;
  margin-bottom: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.case-pre:hover .work-content span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.case-pre .work-link {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.case-pre .work-link a {
  display: inline-block;
  width: 100px;
  height: 40px;
  background-color: #29a4fd;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 60px;
  border-radius: 10px;
  font-size: 12px;
  text-decoration: none;
}

.case-pre .work-link img {
  max-width: 100%;
  border: 1px solid gray;
  position: absolute;
  top: -175px;
  left: -1px;
}

.case-pre:hover .work-link {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.case .case-content{
  min-height: 550px;
}

.msk{
  position: absolute;
  top: 0;
  height: 4848px;
  width: 100%;
  background:rgba(0,0,0,0.40);
  z-index: 100;
  display: none;
  justify-content: center;
}
.show-detail{
  background:#ffffff;
  box-shadow:0 2px 11px 8px rgba(0,0,0,0.20);
  border-radius:5px;
  width:900px;
  height:750px;
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.show-detail .frame{
  width: 375px;
  height: 667px;
}

.qr-code{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column
}
.qr-code .qr{
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}
.qr-code .btn .close{
  background-color: transparent;
  border: 1px solid #d8d8d8;
}
.qr-code .btn .close:hover{
  background:rgba(216, 216, 216, .3) !important;
  border: 1px solid #d8d8d8 !important;
}
.qr-code .btn{
  width: 268px;
  height: 120px;
}
.qr-code .btn .el-button{
  width:128px;
  height:40px;
  margin-bottom: 12px;
}
.qr-code .btn .el-button span{
  font-size: 14px;
}
.last-sty{
  margin: 0 !important;
}
.text span{
  font-size: 24px !important;
}
.product{
  height: 4232px !important;
}
.show-pro{
  top: -310px !important;
}
.solution{
  top: -125px !important;
  opacity: 0;
  animation: solution .3s linear 1s forwards;
}
@keyframes solution{
  0%{
    opacity: 0;
    top: -125px
  }
  100%{
    opacity: 1;
    top: -175px;
  }
}
.text{
  top: 40px !important;
  opacity: 0;
}
.text p{
  font-size: 30px !important;
}
.pro-center-img{
  position: relative;
  top: 50px;
  opacity: 0;
}
@keyframes pci{
  0%{
    top: 50px;
    opacity: 0;
  }
  100%{
    top: 0px;
    opacity: 1;
  }
}
@keyframes pct{
  0%{
    top: 40px;
    opacity: 0;
  }
  100%{
    top: -10px;
    opacity: 1;
  }
}