.top {
  height: 56px;
  display: flex;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  justify-content: space-between;
  overflow: hidden;
  top: 0;
}

.top-l {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.top-l span {
  font-size: 22px;
  color: #5f6368;
}

.top-l-img {
  width: 40px;
  margin-right: 8px;
}
.top-tabbar {
  display: none;
}
.top-r {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f6368;
  margin-right: 100px;
}

.top-r span {
  font-size: 24px;
  /* font-weight: 600; */
}

.top-r span:nth-child(1) {
  margin-right: 24px;
}
.cutoff{
  padding: 0 24px;
}
.banner {
  /* height: 204px; */

  margin-top: 80px;
  padding: 0 24px;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  /*  Firefox */
  -ms-overflow-style: none;
  /*IE and Edge */
}

.banner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

.banner img {
  height: 180px;
  /* min-width: 92px; */
  border-radius: 8px;
  margin-right: 16px;
}

.banner img:nth-last-child(1) {
  margin-right: 0;
}

.about {
  padding: 0 24px;
}

.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #202124;
  margin: 30px 0;
  align-items: center;
  overflow: hidden;
  height: 45px;
}

.nav .title {
  font-weight: 500;
  font-size: 18px;
}

.nav span {
  font-size: 24px;
  color: #5f6368;
}

.about-content {
  font-size: 14px;
  color: #5f6368;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* font-family: Roboto, Helvetica, Arial, sans-serif; */
}

.renewal {
  margin-top: 24px;
}

.renewal-title {
  font-size: 14px;
  color: #202124;
}

.renewal-date {
  font-size: 14px;
  color: #5f6368;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.tag-item {
  border: 1px solid #ddd;
  border-radius: 16px;
  font-size: 14px;
  padding: 5px 10px;
  color: #5f6368;
  margin-right: 10px;
  margin: 15px 10px 0 0;
}

.dataSafe {
  padding: 0 24px;
}

.dataSafe-block {
  width: 100%;
  min-height: 286px;
  border: 2px solid #eee;
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px;
}

.dataSafe-item {
  display: flex;
  margin-bottom: 20px;
}

.dataSafe-item img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}



.dataSafe-item-title {
  font-size: 14px;
  color: #5f6368;
}

.dataSafe-item-content {
  font-size: 12px;
  color: #5f6368;
}

.dataSafe .ver {
  margin: 18px 0;
  color: #01875f;
  font-size: 14px;
}

.comment {
  padding: 0 24px;
}

.comment-verify {
  display: flex;
  align-items: center;
}

.comment-verify-title {
  font-size: 12px;
  color: #5f6368;
}

.comment-verify span {
  font-size: 16px;
  margin-left: 8px;
}

.comment-device {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.device-item {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 16px;
  font-size: 14px;
  padding: 0px 16px;
  color: #5f6368;
  margin-right: 10px;
  align-items: center;
  margin-top: 10px;
}

.device-item:nth-child(1) {
  color: #01875f;
  border: none;
  background-color: #01875f1e;
}

.device-text {
  margin: 6px 4px;
}

.score {
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
  margin-top: 30px;
  height: 140px;
  /* overflow: hidden; */
}
.score::after{
  content: "";
  display: block;
  clear: both;
}
.score-after::after{
  content: "";
  display: block;
  clear: both; 
}
.score-item::after{
  content: "";
  display: block;
  clear: both; 
}
.score-item {
  margin-right: 40px;
}
.item-score {
  font-size: 56px;
  color: #202124;
}

.item-star {
  display: flex;
  color: #01875f;
}


.score-item .item-num {
  font-size: 12px;
  color: #5f6368;
  margin-top: 10px;
}

.stat {
  width: 100%;
  line-height: 8px;
}

.stat .stat-item {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.stat-item .item-num {
  font-size: 12px;
  color: #5f6368;
  /* margin-top: 8px; */
  padding-right: 16px;
  /* width: 22px; */
}

.stat .stat-item .wai {
  width: 70%;
  height: 10px;
  background-color: rgb(232, 234, 237);
  border-radius: 5px;
}

.stat .stat-item .wai .li {
  height: 10px;
  background-color: #01875f;
  border-radius: 5px;
}

.stat .stat-item:nth-child(1) .wai .li {
  width: 55%;
}

.stat .stat-item:nth-child(2) .wai .li {
  width: 20%;
}

.stat .stat-item:nth-child(3) .wai .li {
  width: 13%;
}

.stat .stat-item:nth-child(4) .wai .li {
  width: 7%;
}

.stat .stat-item:nth-child(5) .wai .li {
  width: 5%;
}

.commentsSection {
  padding: 0 24px;
}

.commentsSection-item {
  margin-top: 30px;
}

.commentsSection .userInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commentsSection .userInfo span {
  font-size: 24px;
  color: #5f6368;
}

.commentsSection .userInfo-l {
  display: flex;
  align-items: center;
}

.commentsSection .userInfo-l img {
  width: 32px;
  border-radius: 100%;
}

.commentsSection .userInfo-l .username {
  font-size: 14px;
  color: #202124;
  margin-left: 15px;
}

.commentsSection .user-star-date {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.commentsSection .user-star {
  display: flex;
  color: #01875f;
}


.commentsSection .user-star span {
  font-size: 12px;
}

.commentsSection .user-date {
  font-size: 12px;
  color: #5f6368;
  margin-left: 7px;
}

.commentsSection .content {
  font-size: 14px;
  color: #5f6368;
  margin-top: 15px;
}

.commentsSection h2 {
  font-size: 12px;
  color: #5f6368;
  margin-top: 16px;
}

.commentsSection-bottom {
  display: flex;
  align-items: center;
  /* margin-top: 20px; */
}

.commentsSection-bottom h1 {
  font-size: 12px;
  color: #5f6368;
}

.commentsSection-bottom .choose {
  display: flex;
  align-items: center;
}

.commentsSection-bottom .choose .btn {
  border: 1px solid #ddd;
  border-radius: 16px;
  margin: 10px 0px 10px 10px;
  padding: 0 12px;
}

.commentsSection-bottom .choose .btn h3 {
  font-size: 14px;
  color: #5f6368;
  margin: 3px 4px;
}

.commentsSection .ver {
  margin: 18px 10px;
  color: #01875f;
  font-size: 14px;
}
.news {
  padding: 0 24px;
}
.news .news-title {
  font-size: 18px;
  color: #202124;
}
.news .news-content {
  font-size: 14px;
  color: #5f6368;
  margin-top: 20px;
}
.flag {
  padding: 0 24px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.flag span {
  margin-right: 16px;
  font-size: 18px;
  color: #5f6368;
}
.flag h1 {
  font-size: 14px;
  color: #202124;
}
.lines {
  padding: 0 24px;
  width: 100%;
  height: 1px;
  margin: 36px 0;
  background-color: #ddd;
}
.googleAd{
  padding: 0 24px;

}
.googlePlay {
  margin: 10px 0 20px 0;
}
.googlePlay h1 {
  font-size: 14px;
  color: #5f6368;
  font-weight: 600;
  line-height: 24px;
}
.googlePlay h2 {
  font-size: 14px;
  color: #5f6368;
  line-height: 32px;
}
.menu {
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  line-height: 48px;
  font-size: 12px;
  color: #5f6368;
}
.menu span {
  margin-right: 20px;
}
.lastpart {
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  line-height: 48px;
  font-size: 12px;
  color: #5f6368;
  align-items: center;
  padding-bottom: 65px;
}
.lastpart img {
  width: 24px;
  height: 18px;
  margin-right: 10px;
}
.tabbar {
  position: fixed;
  bottom: 0;
  height: 55px;
  width: 100%;
  display: flex;
  background-color: #fff;
  z-index: 999;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #ddd;
}
.tabbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5f6368;
  font-size: 14px;
}
.tabbar-item img {
  width: 24px;
  height: 24px;
}
.forward-circle {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f1f1f1; */
}
.forward-circle:hover {
  width: 38px;
  height: 38px;
  /* background-color: blue; */
  border-radius: 100%;
  border: 2px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}
@media screen and (max-width: 839px) {
  .iswrapper {
    display: none;
  }
  .comment .heng {
    display: none;
  }
  .appintro {
    /* margin-top: 56px; */
    /* padding: 0 24px; */
    /* padding-left:24px ; */
    margin-top: 96px;
  }

  .appintro-top {
    padding: 0 24px;
    display: flex;
  }

  .appintro .appintro-top img {
    width: 72px;
    height: 72px;
    border-radius: 20%;
    margin: 7px 24px 0 0;
  }

  .appintro-top h1 {
    color: #202124;
    font-size: 24px;
  }

  .appintro-top h2 {
    color: #01875f;
  }

  .appintro-top h3 {
    font-size: 12px;
    color: #5f6368;
  }

  .userEvaluate {
    /* width: 450px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 24px 0;
    padding: 24px;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    /*  Firefox */
    -ms-overflow-style: none;
    /*IE and Edge */
  }

  .userEvaluate-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mark span {
    font-size: 12px;
    display: inline-block;
    position: absolute;
  }

  .userEvaluate .item-top {
    font-size: 14px;
    color: #202124;
  }

  .userEvaluate .item-bottom {
    font-size: 12px;
    color: #5f6368;
    white-space: nowrap;
    overflow: hidden;
  }

  .userEvaluate-item img {
    width: 16px;
  }
  .line {
    width: 1px !important;
    background-color: rgb(232, 234, 237);
    display: block;
    height: 24px;
    margin: 0 23px;
  }

  .button-instalar {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01875f;
    color: #fff;
  }
  .button-instalar-box {
    padding: 0 24px;
    width: 100%;
  }
  .share-tag {
    display: flex;
    height: 48px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
  }

  .share-tag .item {
    display: flex;
    height: 48px;
    align-items: center;
    color: #01875f;
    margin: 0;
    margin: 0 10px;
  }
  .share-tag .tag {
    display: flex;
    flex-wrap: nowrap;
  }
  .icon-tianjiabiaoqian-03 {
    font-weight: 600;
  }

  .share-tag .item span {
    font-size: 24px;
    margin: 0 5px 0 10px;
  }

  .share-tag-text {
    /* width: 130px; */
    font-size: 14px;
    line-height: 14px;
  }

  .intro {
    padding: 0 24px;
    display: flex;
    color: #5f6368;
  }

  .intro span {
    font-size: 20px;
    margin-right: 12px;
  }

  .intro .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 840px) {
  .tabbar {
    display: none;
  }
  .top-tabbar {
    display: flex;
    height: 56px;
    align-items: center;
  }
  .top-tabbar .btn {
    margin: 0 16px;
    color: #5f6368;
    font-weight: 500;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    position: relative;
  }
  .top-tabbar .btn:nth-child(2) {
    color: #01875f;
  }
  .top-tabbar .btn:nth-child(2) .btn-line {
    width: 28px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #01875f;
  }
  .appintro {
    /* margin-top: 56px; */
    padding: 0 10%;
    margin-top: 96px;
    position: relative;
  }

  .appintro-top {
    display: flex;
  }

  .appintro .appintro-top img {
    width: 180px;
    border-radius: 20%;
    margin: 7px 24px 0 0;
    position: absolute;
    top: 0;
    right: 10%;
  }

  .appintro-top h1 {
    color: #202124;
    font-size: 24px;
  }

  .appintro-top h2 {
    color: #01875f;
  }

  .appintro-top h3 {
    font-size: 12px;
    color: #5f6368;
  }
  .about {
    padding: 0 10%;
  }
  .dataSafe {
    padding: 0 10%;
  }
  .comment {
    padding: 0 10%;
  }
  .score {
    padding: 0 10%;
  }
  .commentsSection {
    padding: 0 10%;
  }
  .news {
    padding: 0 10%;
  }
  .flag {
    padding: 0 10%;
  }
  .menu {
    padding: 0 10%;
  }
  .lastpart {
    padding: 0 10%;
  }
  .cutoff{
    padding: 0 10%;
  }
  .googleAd{
    padding: 0 10%;
  }
  .userEvaluate {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 24px 0;
    padding: 12px 0;
  }

  .userEvaluate-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mark span {
    font-size: 12px;
    display: inline-block;
    position: absolute;
  }

  .userEvaluate .item-top {
    font-size: 14px;
    color: #202124;
  }

  .userEvaluate .item-bottom {
    font-size: 12px;
    color: #5f6368;
  }

  .userEvaluate-item img {
    width: 16px;
  }
  .line {
    width: 1px;
    background-color: rgb(232, 234, 237);
    display: block;
    height: 24px;
  }
  .button-instalar-box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }
  .button-instalar {
    width: 160px;
    height: 35px;
    border-radius: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01875f;
    color: #fff;
  }

  .share-tag {
    display: flex;
    height: 48px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .share-tag .item {
    display: flex;
    height: 48px;
    align-items: center;
    color: #01875f;
    margin: 0;
  }

  .icon-tianjiabiaoqian-03 {
    font-weight: 600;
    margin: 0;
  }

  .share-tag .item span {
    font-size: 24px;
    margin: 0 8px 0 13px;
  }

  .share-tag-text {
    /* width: 100px; */
    font-size: 14px;
    line-height: 14px;
    /* display: none; */
  }

  .intro {
    display: flex;
    color: #5f6368;
  }

  .intro span {
    font-size: 20px;
    margin-right: 12px;
  }

  .intro .text {
    font-size: 14px;
  }
  .nowrapper {
    display: none;
  }
  .wrapper {
    min-height: 320px;
    overflow: hidden;
    position: relative;
  }
 
  .wrapper-left {
    display: none;
    position: absolute;
    left: 10px;
    width: 100px;
    height: 100px;
    background-color: blue;
  }
  .wrapper-right {
    position: absolute;
    left: 700px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    /* background-color: blue; */
    border-radius: 100%;
    border: 2px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper-right:hover {
    background-color: #f1f1f1;
    width: 54px;
    height: 54px;
  }
  .wrapper img {
    width: 200px;
    margin-right:20px ;
    border-radius: 10px;
    /* height: 500px; */
  }
  .wrapper .contain {
    display: flex;
    width: 2500px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wrapper .btn {
    width: 150px;
    display: flex;
    justify-content: space-around;
    margin: auto;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
  }
  .active {
    background-color: #000 !important;
  }
  .btn span {
    display: block;
    width: 20px;
    height: 20px;
    /* border: 3px solid white; */
    border-radius: 50%;
    background-color: #ccc;
  }

  .wrapper a {
    text-decoration: none;
    /* font-size: 50px; */
    /* color: red; */
    position: absolute;
    /* top: 35%; */
  }

  .wrapper a:nth-of-type(1) {
    left: 10px;
  }
  .wrapper a:nth-of-type(2) {
    right: 10px;
  }
  .comment .shu {
    display: none;
  }
  .comment .heng {
    display: flex;
    max-width: 852px;
    justify-content: space-between;
  }
  .nav {
    /* background-color: #01875f; */
    display: flex;
    /* width: 250px; */
    justify-content: flex-start;
    /* width: 30%; */
    color: #202124;
    margin: 20px 0;
  }
  .nav .title {
    margin-right: 30px;
  }
  .nav span {
    cursor: pointer;
  }
  .comment-verify-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* .comment .heng .title{
    width: 500px;
  } */
}
@media (min-width: 839px) and (max-width: 1000px) {

.share-tag-text {
  /* width: 100px; */
  /* font-size: 14px; */
  /* line-height: 14px; */
  display: none !important;
}}