*{
  padding: 0;
  margin: 0;
}
.x7banner{
  width: 100%;
  height: 14.29rem;
  position: relative;
}
.ZH{
  background: url("../images/bg_ZH.png") no-repeat center center;
  background-size: 100% 100%;
}
.TW{
  background: url("../images/bg_TW.png") no-repeat center center;
  background-size: 100% 100%;
}
.x7banner .btnBox{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12rem;
}
.x7banner .btnBox .btn{
  width: 4.84rem;
  height: 1.6rem;
  display: block;
}
.x7banner .btnBox .onekey_zh{
  background: url("../images/oneKey_ZH.png") no-repeat center center;
  background-size: 100% 100%; 
}
.x7banner .btnBox .ios_zh{
  background: url("../images/ios_ZH.png") no-repeat center center;
  background-size: 100% 100%; 
}
.x7banner .btnBox .andorid_tw{
  background: url("../images/android_TW.png") no-repeat center center;
  background-size: 100% 100%; 
}
.x7banner .btnBox .ios_tw{
  background: url("../images/ios_TW.png") no-repeat center center;
  background-size: 100% 100%; 
}


.compInfo{
  width: 100%;
  height: 0.73rem;
  border-bottom: 0.02rem solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 0.73rem;
  font-size: 0.28rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compInfo .icon{
  width: 0.18rem;
  height: 0.12rem;
  display: block;
  margin-left: 0.05rem;
  transform: rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */ 
}
.compInfo .rotateIcon{
  transform: rotate(0);
  -ms-transform:rotate(0); 	/* IE 9 */
  -moz-transform:rotate(0); 	/* Firefox */
  -webkit-transform:rotate(0); /* Safari 和 Chrome */
  -o-transform:rotate(0); 	/* Opera */ 
}
.x7Info{
  width: 100%;
  height: auto;
  padding-bottom: 0.34rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #353535;
  line-height: 0.3rem;
}
.x7Info .x7{
  width: 2rem;
  height: 0.45rem;
  display: block;
  margin: 0.25rem auto;
  margin-bottom: 0.18rem;
}
.x7Info .police{
  width: 0.22rem;
  height: 0.24rem;
  vertical-align: middle;
}
.x7Info a{
  color: #353535;
  text-decoration: none;
}
.x7Info .green{
  color: #3CA48C;
}
.x7Info .buss1{
  width: 1.12rem;
  height: 0.39rem;
}
.x7Info .buss2{
  width: 0.93rem;
  height: 0.39rem;
}
.hidden{
  display: none !important;
}


.btnKey{
  -webkit-animation: btnKey 0.5s ease-in-out 1;
  animation: btnKey 0.5s ease-in-out 1;
}
@keyframes btnKey {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}