.header{
  display: flex;
  flex-direction: row;
  padding: 8px 15px;
  align-items: center;
  justify-content: space-between;
}
.header-left{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.google-logo{
  margin-right: 8px;
  height: 40px;
  width: 40px;
}
.google-play{
  width: 119px;
  height: 23px;
}
.header-right{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:flex-end;
}
.icon24{
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.user-icon{
  width: 32px;
  height: 32px;
}
/* 下载区域 */
.down-load{
  margin-top: 48px;
  padding: 0 15px;
}
.down-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.down-left .logo{
  width: 72px;
  height: 72px;
  margin-right: 24px;
}
.down-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}
.down-right span:nth-child(1){
  font-size: 24px;
}
.down-right span:nth-child(2){
  font-size: 16px;
  color: #01875f;
}
.down-block{
  margin: 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.down-item-1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 96px;
  height: 44px;
  position: relative;
}
.down-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 96px;
  height: 44px;
  position: relative;
}
.down-item::before{
  background-color: rgb(232, 234, 237);
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.down-item:first .down-item::before{
  display: none;
}

.down-item-1 span, .down-item span{
  color: #5f6368;
  font-size: 12px;
  text-align: center;
}
.down-item-1 span.t1, .down-item span.t1{
  color: #03875f;
  font-size: 14px;
  font-weight: 500;
}
.down-item-1 span.t1 .start{
  width: 12px;
  height: 12px;
}
.jinggao{
  width: 10px;
  height: 10px;  
  position: relative;
  top: 2px;
}
.down-item .t2{
  display: flex;
  align-items: center;
  justify-content: center;
}

.down-item .t2 img{
  display: flex;
  width: 16px;
  height: 16px;
}
.install{
  text-decoration: none;
  width: 100%;
  display: inline-block;
  background-color: #01875f;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 36px;
  line-height: 36px;
  margin-top: 24px;
}
.row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  width: -webkit-fill-available;
  height: 52px;
}
.row .share{
  width: 35%;
  color: #01875f;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.row .share .webp{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.wishlist{
  flex: 1;
  margin-left: 40px;
  color: #b7b8b9;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wishlist .webp{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
/*广告滚动*/
.ad-list{
  overflow-x: scroll;
  width: -webkit-fill-available;
  padding: 0 15px;
  margin-top: 40px;
}
.scroll{
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  scrollbar-width: none;
}
.scroll .item{
  margin-right: 12px;
}

.scroll .item img{
  width: 115px;
  height: 204px;
}
/*about*/
.about{
  padding: 0 15px;
  margin-top: 20px;
}
.about-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.about .title{
  color: #202124;
  font-size: 18px;
  font-weight: 500;
}
.about p{
  font-size: 14px;
  color: #5f6368;
  margin-bottom: 15px;
}
.secound-page{
  display: none;
}
.right-icon{
  width: 24px;
  height: 24px;
}
/***views***/
.views img{
  width: 100%;
}
/****Foot*****/
.footer{
  background-color: #fff;
  border-top: 1px solid #dadce0;
  justify-content: center;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.foot-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a{
  text-decoration: none;
}
.foot-item .foot-webp{
  width: 24px;
  height: 24px;
}
.foot-item span{
  font-size: 14px;
  color:#5f6368;
}
