.unv-box-app li {
  list-style-type: none;
}
.unv-box-app h2 {
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.unv-box-app img {
  display: initial;
  max-width: initial;
}
.unv-box-app .cf {
  background-color: #F5F5F5;
}
.unv-box-app p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
.unv-box-app .w1200 {
  max-width: 1200px ;
  margin: 0 auto;
  position: relative;
}
.unv-box-app .unv-box-video {
  text-align: center;
  padding: 60px 0;
}
.unv-box-app .unv-box-convenient,
.unv-box-app .unv-box-Earn,
.unv-box-app .unv-box-download {
  padding: 60px 0;
}
.unv-box-app .unv-box-Manager {
  padding: 60px 0 0 0;
}
.unv-box-app .convenient-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.unv-box-app .convenient-box .ft,
.unv-box-app .convenient-box .pic {
  padding: 0 10px;
}
.unv-box-app .Earn-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.unv-box-app .Earn-box .ft,
.unv-box-app .Earn-box .pic {
  padding: 0 10px;
}
.unv-box-app .Manager-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.unv-box-app .Manager-box .ft,
.unv-box-app .Manager-box .pic {
  padding: 0 10px;
}
.unv-box-app .unv-box-download {
  text-align: center;
}
.unv-box-app .unv-box-download p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.mt-tabpage {
    
  margin: 30px auto;
  padding: 30px 0;
  position: relative;

}
.mt-tabpage-title {
  height: 44px;
border-radius: 30px;
border: 1px solid #ccc;
background-color: white;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
width: 600px;
margin: 0 auto;
position: absolute;
top:67px;
left: 504px;
z-index: 999;
}
.mt-tabpage-title a{
  text-decoration: none;
}
.mt-tabpage-title .mt-tabpage-item {
font-size: 16px;
color: black;
font-weight: bold;
border-radius: 30px;
 line-height: 44px;
 padding: 0 30px;

}
.mt-tabpage-title .mt-tabpage-item:hover {
  /* color: #eb4537; */
}
.mt-tabpage-title .mt-tabpage-item-cur {
  /* color: #eb4537;
  font-size: 14px;
  border-bottom: 1px solid #F85B5E; */
  background: linear-gradient(to right,#0560F5, #32C2FF);
  color: white;
  border-radius: 30px;
 line-height: 44px;
 padding: 0 30px;
}
.mt-tabpage-count {
  position: relative;
  width: 1200px;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}
.mt-tabpage-cont__wrap {
  position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
  width:1200px;
 /* overflow: hidden; */
  /* text-align: center; */
 
}
.mt-tabpage-item-box{
  display: flex;
  align-items: center;
  flex-direction: row;
  /* justify-content: space-evenly; */
  
}
.mt-tabpage-item-box .ft{
  text-align: left;
  width: 570px;
  margin-left: 200px;
}
.mt-mb{
display: none;
}
.store{
  display: flex;
}
.store .store-l{
  margin-right: 10px;
}
.store .store-l img{
  height: 55px;
  margin-bottom: 10px;
}

.store .store-r img{
height: 120px;
}
.sub-banner .txt {

  top: 2.6rem;

}

/*# sourceMappingURL=./style.css.map */

@media (max-width: 768px)  {

  .unv-box-app .convenient-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.unv-box-app h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.unv-box-app .Earn-box {
  display: flex;
 flex-direction: column-reverse;
  align-items: center;
}
.Earn-box h2{
  margin-top: 20px;
}
.unv-box-app .Manager-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Manager-box img,.Earn-box img,.convenient-box img{
  width: 100%;
}
.unv-box-app p {

  padding: 20px 10px;
}
iframe{
  width: 100%;
}


.unv-box-app .unv-box-video {
 
  padding: 60px 0 0 0;
}
.mt-tabpage{
  display: none;
}
.mt-mb{
  display: inherit;
}
.mt-mb h2{
  text-align: center;
}


/*end*/
}