
* { 
  margin:0;
  padding:0; 
}
body{
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font: normal 14px 'Google Sans', Roboto,Arial,sans-serif;
  color:#212123;
}
ul,li{
  list-style: none;
}

.app-page{
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 60px;
  width:100%;
  box-sizing: border-box;
}

.the-header{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}


.the-info .pinfo{
  display: flex;
  align-items: center;
  position:relative
}
.the-info .the-logo{
  display: none;
}
.the-info .pname h1{
  font-size: 64px;
  font-weight: 600;
  line-height: 1.5;
}
.the-info .pname p{
  color:#01875f;
  font-size: 16px;
}

.the-info .btn-box{
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.the-info .btn-box .the-btn{
  width: 200px;
  height: 48px;
  border-radius: 12px;
  background:#01875f;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.the-info .btn-box .the-btn.load{
  opacity: .5;
}
.the-info .btn-box .txt{
  display: flex;
  align-items: center;
  gap: 10px;
}
.the-info .btn-box .txt svg{
  width: 18px;
  height:18px;
}

.the-info .features{
  display:flex;
  align-items: center;
  text-align: center;
}
.the-info .features .of{
  position:relative;
  width: 100px;
  height: 45px;
}
.the-info .features .of .age{
  border:solid 1px #000000;
  width: 20px;
  font-size:11px;
  height:16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;  
}
.the-info .features .of::after{
  content: '';
  width:1px;
  height:60%;
  background:#000;
  opacity: .25;
  right:0;
  top: 20%;
  position: absolute;
}
.the-info .features .of:last-child:after{
  display: none;
}
.the-info .features .ot{
  font-size: 14px;
  padding-bottom: 5px;
  color:#000;
  font-weight: 500;
}
.the-info .features .ob{
  font-size: 12px;
  opacity: .7;
}

.the-info .features .of1 .ot svg{
  height: 14px;
  width:14px;
}



.the-header .the-logo-img{
  position:relative;
}
.the-header .the-b-logo{
  width: 240px;
  border-radius: 20%;
  position: relative;
  z-index:10;
}
.the-header .the-s-logo{
  width:200px;
  position: absolute;
  z-index:5;
  bottom:-10px;
  left:20px;
  filter: blur(10px);
  opacity: .5;
  border-radius: 20%;

}

.app-detail{
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
.app-detail .the-detail{
  width:100%;
}
.app-imgs{
  width:100%;
  height: 300px;
  overflow: hidden;
}
.app-imgs ul{
  height: 400px;
  overflow-x: auto;
  white-space: nowrap;
}
.app-imgs li{
  display:inline-block;
  margin-right: 10px;
}
.app-imgs li img{
  display: block;
  height:296px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 2px 2px #00000020;
}

.m-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 30px;
}
.m-title h2{
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.m-title h2 svg{
  width:30px;
  height:30px;
  opacity: .5;
}


.m-txt{
  font-size:14px;
  line-height: 1.35;
  opacity: .82;
}


.m-title.mt-2 p {
  display:flex;
  align-items: center;
  gap: 5px;
  font-size:14px;
  opacity: .75;
}
.m-title.mt-2 p svg{
  width:16px;
  height:16px;
}

.app-other{
  width: 364px;
}
.app-other .m-title{
  padding-top:0;
}

.score-box{
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.score-box .the-score h2{
  font-size: 60px;
  font-weight: 500;
}
.score-box .the-score .the-stars{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.score-box .the-score .the-stars svg{
  width: 14px;
  height:14px;
  color:#01875f
}
.score-box .the-score span{
  display:inline-block;
  padding-top: 8px;
  opacity: .75;
}
.score-box .score-list {
  flex:1;
}
.score-box .score-list li{
  display: flex;
  align-items: center;
  gap: 10px;
  height: 16px;
}
.score-box .score-list li .bar{
  flex:1;
  width:100%;
  height: 10px;
  background:#e8eaed;
  border-radius: 100px;
}
.score-box .score-list li .bar .ib{
  height:10px;
  background:#01875f;
  border-radius: 100px;
}

.msg-box{
  padding-bottom: 30px;
}
.omsg{
  padding: 40px 0 0;
}
.omsg .user-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.omsg .user-info .avatar{
  width:32px;
  height:32px;
}
.omsg .user-info .avatar img{  
  display: block;
  border-radius: 50%;
}
.omsg .user-info .name{
  flex:1;
  font-size:14px;
}
.omsg .user-info .icon svg{
  width:22px;
  height:22px;
  opacity: .8;
}

.omsg .msg-score{
  padding: 24px 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.omsg .m-score{
  display: flex;
  align-items: center;
  gap: 1px;
}
.omsg .m-score svg{
  width: 10px;
  height:10px;
}
.omsg .msg-score .t{
  opacity: .75;
}
.omsg .msg-txt{
  font-size:14px;
  line-height: 1.35;
  opacity: .8;
}
.omsg .msg-tip{
  padding-top: 15px;
  opacity: .75;
}

.msg-box .see-all{
  color:#01875f;
  padding-top: 20px;
  font-size:14px;
  font-weight:500;
}

.install-loader {
  display: none;
}

@media screen and (max-width: 860px) {

  #app-topimg.load .install-loader{
    display: block;
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #01875f;
    animation:
      l20-1 0.8s infinite linear alternate,
      l20-2 1.6s infinite linear;
    position:absolute;
    left: -2px;
    top:-2px;
    z-index:10;
  }
  #app-topimg.load  .the-logo{
    transform-origin: center;
    transform: scale(.6);
  }

  
  
  .app-page{
    max-width: 100%;
    padding: 40px 24px;
    box-sizing: border-box;
  } 
  .the-header .the-logo-img {
    display: none;
  }

  .the-info{
    width: 100%;
  }
  .the-info .pinfo{
    gap: 20px;
    align-items: flex-start;
  }
  .the-info .pinfo .the-logo{
    display: block;
    width:72px;
    border-radius: 28%;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    transition: all .4s;
  }

  .the-info .pname h1{
    font-size: 26px;
    font-weight: 600;
  }

  .the-info .pname p{
    font-size: 15px;
  }

  .the-info .btn-box{
    padding-top: 30px;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }
  .the-info .btn-box .the-btn{
    width:100%;
    height: 44px;
    font-size: 16px;
  }
  .the-info .btn-box .txt{
    position: absolute;
    bottom: -80px;
    text-align: left;
    width:100%;
  }
  .the-info .features{
    padding-bottom: 30px;
  }
  .the-info .features .of{
    width:auto;
    flex:1;
  }

  .app-detail{
    flex-direction: column;
  }
  .app-detail .the-detail {
    width:100%;
  }
  .app-imgs{
    height:210px;
  }
  .app-imgs li img{
    height: 206px;
    border-radius: 10px;
  }

  .m-title{
    padding: 25px 0 20px;
  }
  .m-title h2{
    font-size: 18px;
    font-weight: 600;
    width:100%;
    justify-content: space-between;
  }

  .m-title.mt-2{
    flex-direction: column;
  }
  .m-title.mt-2 p{
    width: 100%;
    font-size:12px;
    padding: 10px 20px;
  }
  .m-title.mt-2 p svg{
    width: 14px;
    height:14px;
  }

  .omsg .user-info .icon svg{
    width:20px;
    height:20px;
  }

}



@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}