#app {
    padding-bottom: 1rem;
}
.banner img {
  display: block;
  width: 100%;
}
.container {
  margin: 0 0.4rem;
  font-size: 0.3rem;
}
.main_wrap {
  position: relative;
  z-index: 2;
  padding-top: 0.67rem;
  background-color: #fff;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  margin-top: -0.37rem;
}
.app_logo img {
  display: block;
  width: 2.36rem;
  height: 2.36rem;
}
.app_logo {
  margin-right: 0.32rem;
}
.app_info {
  display: flex;
}
.app_detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app_detail .app_title {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.56rem;
  margin-bottom: 0.1rem;
}
.app_detail .app_ins {
  color: #8a8a8d;
  line-height: 0.35rem;
}
.app_detail .app_detail_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_detail .app_detail_bottom .app_get button{
  display: block;
  width: 1.44rem;
  height: 0.56rem;
  background: #3478f6;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
}
.app_detail .app_detail_bottom .app_tutorials {
  color: #8a8a8d;
  line-height: 0.35rem;
}
.app_shop_info {
    margin-top: 0.36rem;
    margin-bottom: 0.39rem;
    border-top: 0.01rem solid #C6C6C8;
    border-bottom: 0.01rem solid #C6C6C8;
    padding-top: 0.38rem;
    padding-bottom: 0.46rem;
    display: flex;
    justify-content: space-between;
}
.app_shop_info .shop_info_item {
    flex: 1;
    text-align: center;
}
.app_shop_info .shop_info_item .info_top {
    font-size: 0.22rem;
    color: #B4B4B8;
}
.app_shop_info .shop_info_item .info_content {
    line-height: 0.6rem;
    color: #8E8D92;
    font-weight: bold;
    font-size: 0.38rem;
}
.app_shop_info .shop_info_item + .shop_info_item .info_content {
    border-left: 0.01rem solid #C6C6C8;
}
.app_shop_info .shop_info_item .info_ft {
    font-size: 0.22rem;
    color: #B4B4B8;
}
.app_shop_info .shop_info_item .level {
    color: #8E8D92;
    font-weight: bold;
    letter-spacing: 0.04rem;
}
.app_intro {
   
}
.app_intro .app_intro_title {
    font-size: 0.36rem;
    line-height: 0.77rem;
    font-weight: bold;
}
.app_intro .app_intro_content {
    font-size: 0.24rem;
    line-height: 0.51rem;
}
.text-bold {
    font-weight: bold;
}
.app_evaluate {
    margin-top: 0.67rem;
    border-top: 0.01rem solid #C6C6C8;
    padding-top: 0.34rem;
}
.app_evaluate .app_evaluate_title {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.4rem;
}
.app_scoring {
    display: flex;
    justify-content: space-between;
    margin-top: 0.29rem;
} 
.app_scoring .app_scoring_left .score {
    font-size: 1.2rem;
    color: #4A4A4D;
    font-weight: bold;
    line-height: 0.96rem;
}
.app_scoring .app_scoring_left .score_full {
    color: #8A8A8D;
    line-height: 0.35rem;
    margin-top: 0.08rem;
    text-align: center;
}
.app_scoring .app_scoring_right .score_wrap .score_item {
    display: flex;
    align-items: center;
}
.app_scoring .app_scoring_right .score_wrap .score_item .level{
    margin-right: 0.24rem;
    font-size: 0.14rem;
    letter-spacing: 0.02rem;
    color: #8E8D92;
    font-weight: bold;
    width: 0.78rem;
}
.app_scoring .app_scoring_right .score_wrap .score_item .progress {
    width: 3.36rem;
    height: 0.04rem;
    background-color: #e4e4e6;
}
.app_scoring .app_scoring_right .score_wrap .score_item .progress .progress_up {
    background-color: #7F7F83;
    height: 100%;
}
.app_scoring .app_scoring_right .score_wrap .score_item:first-of-type .progress .progress_up {
    width: 2.66rem;
}
.app_scoring .app_scoring_right .score_wrap .score_item:nth-of-type(2) .progress .progress_up {
    width: 0.56rem;
}
.app_scoring .app_scoring_right .score_wrap .score_item:nth-of-type(3) .progress .progress_up {
    width: 0.12rem;
}
.app_scoring .app_scoring_right .score_wrap .score_item:nth-of-type(4) .progress .progress_up {
    width: 0.1rem;
}
.app_scoring .app_scoring_right .score_wrap .score_item:nth-of-type(5) .progress .progress_up {
    width: 0.08rem;
}
.app_scoring .app_scoring_right .comment_n {
    color: #8A8A8D;
    text-align: right;
    margin-top: 0.09rem;
}
.app_comment {
    margin-top: 0.28rem;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    background-color: #F2F2F7;
    padding: 0.27rem 0.4rem;
}
.app_comment .comment_item .comment_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.13rem;
}
.app_comment .comment_item .comment_top .comment_tag {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.32rem;
}
.app_comment .comment_item .comment_top .comment_time {
    color: #84848A;
    font-size: 0.24rem;
}
.app_comment .comment_item .comment_level {
    margin-bottom: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app_comment .comment_item .comment_level .level {
    color: #EE8834;
    font-size: 0.23rem;
    font-weight: bold;
    letter-spacing: 0.06rem;
}
.app_comment .comment_item .comment_level .nickname {
    font-size: 0.24rem;
    color: #84848A;
}
.app_comment .comment_item .comment_content {
    position: relative;
    font-size: 0.24rem;
    line-height: 0.33rem;
}
.app_comment .comment_item .comment_content .getMore {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #3478F6;
}
