.tequanItem {
  width: 86%;
  margin: 0 auto;
  display: flex;
  padding: 1rem 0;
}

.tequanItemLeft {
  cursor: pointer;
  width: 3.4rem;
  height: 6.86rem;
  /* background-image: url(/static/img/superiority/app1.png); */
}

.tequanItemLeft .app1 {
  display: block;
}

.tequanItemLeft .app2 {
  display: none;
}

.tequanItemLeft:hover .app2 {
  display: block;
}

.tequanItemLeft:hover .app1 {
  display: none;
}

.tequanItemLeft img {
  width: 100%;
  height: 100%;
}

.tequanItemRight {
  width: 13rem;
  margin-left: 0.2rem;
}

.rightT1 {
  color: #333;
  font-size: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.2rem;
}

.c1 {
  color: #f77a0c;
  font-size: 0.7rem;
}

.btns {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  width: 4rem;
  height: 1.58rem;
  /* line-height: 1.58rem; */
  color: #f77a0c;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #f77a0c;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 0.26rem;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
}

.btn:hover .spec_btn2 {
  font-size: 0.22rem;
}

.btn:hover {
  color: white;
  /* line-height: 0.4rem; */
}
.btn:hover .btnt1 {
  display: none;
}
.btn:hover .btnt2 {
  display: block;
  margin-top: 0.3rem;
}
.btn .btnt1 {
  display: block;
  margin-top: 0.55rem;
}
.mar55 {
  margin-top: 0.55rem !important;
}
.mar1 {
  margin-top: 0.2rem !important;
}
.btn .btnt2 {
  display: none;
}

.btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -80px;
  transform: skewX(45deg);
  background-color: #f77a0c;
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 210%;
}

/* 移动端 */
@media screen and (max-width: 768px) {
  .sTitle {
    padding-top: 40px;
  }

  .shangyeItem {
    width: 100%;
    display: block;
  }

  .tequanItem {
    display: block;
    width: 100%;
  }

  .tequanItemLeft {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
  }

  .tequanItemLeft .app1 {
    display: block;
  }

  .tequanItemLeft .app2 {
    display: block;
  }
  .tequanItemRight {
    width: 90%;
    margin: 0 auto;
  }

  .rightT1 {
    font-size: 18px;
  }

  .c1 {
    font-size: 16px;
  }

  .detailsItem {
    width: 100%;
    display: block;
  }
  .detailsItemLeft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .detailsItemLeft .box {
    width: 45%;
    margin-left: 10px;
  }
  .detailsItemRight {
    width: 100%;
    height: 400px;
  }
  .rightBottom {
    padding: 10px;
    /* height: 160px; */
  }
  .bottomItem {
    margin-right: 4px;
  }

  .btns .btn {
    width: 110px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    border-radius: 10px;
  }
  .btnt1 {
    margin-top: 0 !important;
  }
  .btnt2 {
    margin-top: 0 !important;
  }
  .btns .mar1 {
    margin-top: 0 !important;
  }
  .btns .mar55 {
    margin-top: 0 !important;
  }

  .qqimg .imgbox {
    width: 320px;
    height: 122px;
    left: 34px;
    top: 50px;
    padding: 30px;
  }
  .qqimg .imgbox .text {
    font-size: 12px;
    line-height: 20px;
  }
  .qqimg1 {
    height: 300px;
  }
  .qqimg1 img {
    height: 100%;
  }
  .qqimg1 .imgbox1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
  }
  .qqimg1 .imgbox1 .text1 {
    font-size: 12px;
    line-height: 20px;
  }
}
