.sTitle {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.sTitle .Text1 {
  color: #333333;
  font-size: 0.5rem;
}

.sTitle .Text2 {
  color: #666666;
  font-size: 0.24rem;
  padding-top: 0.2rem;
}

.shangye {
  width: 100%;
  padding-bottom: 1rem;
  background-color: #F8F8F8;
}

.shangyeItem {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.shangyeItemLeft {
  width: 7.8rem;
  height: 6.1rem;
  box-sizing: border-box;
  padding: 0.8rem;
  background-image: url(/static/img/superiority/s1.png);
}

.shangyeItemRight {
  width: 7.8rem;
  height: 6.1rem;
  box-sizing: border-box;
  padding: 0.8rem;
  background-image: url(/static/img/superiority/s2.png);
  background-size: cover;
}

.shangye p {
  font-size: 0.26rem;
  font-weight: 100;
  color: #fff;
}

.tequan {}

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

.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.3rem;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
}

.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.1rem !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%;
}

/* 信息 */
.details {
  width: 100%;
  padding-bottom: 1rem;
  background-color: #fff;
  background-color: #F8F8F8 !important;

}

.detailsItem {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.detailsItemLeft {
  width: 11%;
}

.detailsItemLeft .box {
  width: 4.52rem;
  height: 1.63rem;
  background: #FFFFFF;
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: 100;
  box-sizing: border-box;
  padding-top: 0.3rem;
  cursor: pointer;
}

.detailsItemLeft .box:last-child {
  margin-bottom: 0;
}

.detailsItemLeft .box img {
  padding-bottom: 0.1rem;
}

.b1 {
  width: 1.36rem;
  height: 0.64rem;
}

.b2 {
  width: 1.38rem;
  height: 0.8rem;
}

.b3 {
  width: 1.86rem;
  height: 0.28rem;
  margin-top: 0.4rem;
}

.b4 {
  width: 1.26rem;
  height: 0.72rem;
}

.b5 {
  width: 0.54rem;
  height: 0.7rem;
}

.b6 {
  width: 1.88rem;
  height: 0.59rem;
}

.tLeft {
  text-align: left !important;
  padding: 0 0.2rem;
}

.detailsItemRight {
  width: 70%;
  position: relative;
  background-image: url(/static/img/superiority/da1.png);
  background-size: cover;
  transition: all 0.6s;
}

.rightTitle {
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  padding-top: 0.4rem;
  background:rgba(6, 39, 69, 0.5) ;
  height:1.8rem;
  padding-top: 0.65rem;
}

.rightBottom {
  width: 100%;
  height: auto;
  background: rgba(6, 39, 69, 0.5);
  position: absolute;
  top: 1.8rem;
  display: flex;
  justify-content: space-between;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
  bottom: 0;
}

.bottomItem {
  width: 1.81rem;
  color: #fff;
}

.bottomItemT1 {
  font-size: 0.24rem;
  padding-top: 0.4rem;
  padding-bottom: 0.16rem;
}

.bottomItemT2 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 100;
}

.disNone {
  display: none;
}


.qqimg {
  width: 100%;
  height: 100%;
  position: relative;
}

.qqimg .imgbox {
  width: 9.6rem;
  height: 2.7rem;
  position: absolute;
  top: 4.05rem;
  left: 4.8rem;
  background: rgba(6, 39, 69, 0.5);
  border-radius: 0px 0px 0px 0px;
  padding: 0.6rem 1.2rem;
}

.qqimg .text {
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.55rem;
}


.qqimg1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.qqimg1 .imgbox1 {
  width: 15.8rem;
  height: 4rem;
  position: absolute;
  top: 2.27rem;
  left: 1.7rem;
  background: rgba(6, 39, 69, 0.5);
  border-radius: 0px 0px 0px 0px;
  padding: 0.3rem 1rem;
}

.qqimg1 .text1 {
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
  /* line-height: 0.4rem; */
}


/* 移动端 */
@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: 12px;
  }

  .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: 100px;
    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;
  }
}