.app-left-block {
    background: none;
}

.app-wrap {
    background: none;
    position: relative;
    /*min-height: 200px;*/
}
.app-desc{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #707070;

}

.app-wrap .app-item {
    position: relative;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(91, 113, 149, 0.09);
}

.app-wrap .app-info-box .app-icon {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    float: left;
}

.app-wrap .app-info-box .app-base-info {
    display: block;
    padding-left: 110px;
    height: 24px;
    min-height: 24px;
    padding-top: 10px;
}

.app-wrap .app-base-info li {
    float: left;
    line-height: 24px;
    margin-right: 10px;
}

.app-wrap .app-name {
    font-size: 24px;
}

.app-wrap .app-tag {
    vertical-align: super;
    font-size: 12px;
    color: #3E8FF7;
    background: #EAF3FB;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 12px;
    margin: 4px 0;
}

.app-wrap .blue-span,
.reportDetail .blue-span {
    background: #3E8FF7;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 10px 32px -10px #3E8FF7;
}

.app-wrap .blue-span {
    font-size: 14px;
    padding: 5px 10px;
}

.app-wrap .to-read {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 100px;
    height: 36px;
}

.app-wrap .blue-span:hover,
.reportDetail .blue-span:hover {
    background: RGB(13, 127, 233);
    color: #fff;
}

.app-wrap .public-time {
    position: absolute;
    right: 20px;
    top: 80px;
    font-size: 14px;
    color: #AEB3B9;
}

.app-wrap .app-joiners {
    display: block;
    padding-left: 110px;
    height: 30px;
    margin-top: 24px;
}

.app-wrap .auth-image {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.app-wrap .app-joiners li {
    float: left;
    cursor: pointer;
}

.app-wrap .app-joiners li:nth-last-child(2) {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background: #3E8FF7;
}

.app-wrap .app-joiners li:last-child {
    font-size: 12px;
    color: #B4B9BE;
    line-height: 32px;
    margin-left: 10px;
    cursor: initial;
}

.app-wrap .app-detail-box {
    background: #F7F8F9;
    border-radius: 10px;
    width: 100%;
    min-height: 210px;
    padding: 40px 25px;
    margin-top: 20px;
}

.app-wrap .app-tag-list {
    flex-wrap: wrap;
}

.app-wrap .app-tag-list li {
    /* display: inline-block; */
    width: 300px;
    height: 30px;
    margin-bottom: 20px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.app-wrap .app-tag-list li:last-child {
    margin-bottom: 0;
}

.app-wrap .app-tag-list label {
    color: #6E7587;
    font-size: 14px;
    width: 80px;
    margin: 0;
    flex: 0 0 80px;
}

.app-wrap .app-tag-list a {
    border-radius: 4px;
    margin-right: 4px;
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    color: #B4B9BE;
    border: 1px solid #fff;
    box-shadow: 0 0 20px 0 rgba(230, 233, 238, 0.4);
    text-overflow: ellipsis;
    overflow: hidden;
}

.app-wrap .app-tag-list a:last-child {
    margin-right: 0;
}

.app-wrap .app-tag-list a:hover {
    border: 1px solid #3D8EF7;
    color: #3D8EF7;
}

.app-wrap .app-img-list li {
    display: inline-block;
    height: 65px;
    width: 72px;
    text-align: -webkit-center;
    line-height: 62px;
    margin-top: 20px;
    border-left: 1px dotted #DDDDDD;
}

.app-wrap .app-img-list li:first-child {
    border: none;
}

.app-wrap .app-img-list img {
    width: 40px;
    max-height: 100%;
    cursor: pointer;
}

.app-wrap .auth-box {
    margin-top: 10px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}

.app-wrap .auth-img {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    margin-right: 8px;
    margin-top: -3px;
}

.app-wrap .auth-name {
    color: #6E7587;
    margin-right: 14px;
}

.app-wrap .auth-name:hover {
    color: #3D8EF7;
}

.app-wrap .auth-camp {
    color: #AEB3B9;
    margin-right: 14px;
}

.app-wrap .action-row-left {
    color: #AEB3B9;
    line-height: 24px;
    display: inline;
}

.app-wrap .action-row-right {
    display: block;
    float: right;
    line-height: 24px;
}

.app-wrap .action-row-right .bottom-btn {
    margin-right: 10px;
    cursor: pointer;
}

.app-wrap .action-row-right .bottom-btn img {
    width: 14px;
}

.app-wrap .bottom-btn:hover {
    color: #3D8EF7;
}

.reportDetail section {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 40px 30px 34px;
    position: relative;
    min-height: 200px;
    margin-bottom: 15px;
}
.reportDetail section .js-info-word{
    margin-bottom: 34px;
}
.reportDetail section .js-info-word:last-child{
    margin-bottom: 0;
}
.js-info-word .comment-words{
    border-bottom: 1px solid rgba(182,187,200,0.15);
}
/* .js-info-word:last-child .comment-words{
    border:0;
} */
.reportDetail .app-icon {
    width: 114px;
    height: 114px;
    border-radius: 10px;
}
.reportContainer{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-top: 70px; */
  overflow: hidden;
  padding-top: 70px;
  min-width: 1035px !important;
  width: 1130px!important;
}
.reportDetail .app-content {
    padding-left: 28px;
    position: relative;
}

/* .reportDetail .app-base-info {
    display: block;
    min-height: 68px;
    line-height: 30px;
    max-width: 316px;
} */

.reportDetail .app-base-info {
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
}

.reportDetail .app-base-info li {
    float: left;
    line-height: 28px;
}

.reportDetail .app-base-info .app-tag{
  vertical-align: super;
  font-size: 13px;
  border-radius:2px;
  border:1px solid rgba(0,143,255,1);
  color: #3E8FF7;
  display: inline-block;
  padding: 4px 10px;
  line-height: 12px;
  margin: 4px 0;
}
.reportDetail .app-base-info .app-tag:hover{
  background: #3E8FF7;
  color: white;
}

.reportDetail .app-name {
    color: #1D1F23;
    font-size: 24px;
    margin-right: 26px;
}

.reportDetail .action-row-right .app-opt a{
    color: #8F8F8F;
    font-size: 14px;
    margin-right: 20px;
}

.reportDetail .app-opt a:hover {
  color: #1B9BFF;
}

.reportDetail .label-delete {
    margin-right: 15px;
}

.reportDetail .label-edit {
    margin-left: 15px;
}

.reportDetail .dianzan {
    height: 28px;
    background: #E6F2FC;
    color: #3E8FF7;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    line-height: 14px !important;
    white-space: nowrap;
}

.reportDetail .blue-span {
    /* position: absolute; */
    display: inline-block;
    font-size: 13px;
    color: #565656;
    width: 110px;
    text-align: center;
    margin-right: 10px;
    background:rgba(242,242,242,1);
    border-radius: 30px;
    box-shadow: 0px 0 0 0;
}
.reportDetail .blue-span .text{
  vertical-align: middle;
}
.reportDetail .auth-box {
    margin-top: 10px;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    /* overflow: hidden; */
    font-size: 12px;
}

.reportDetail .auth-img {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    margin-right: 8px;
    margin-top: -3px;
}

.reportDetail .auth-name {
    color: #6E7587;
    margin-right: 14px;
}

.reportDetail .auth-camp {
    color: #AEB3B9;
    margin-right: 14px;
}

.reportDetail .action-row-left {
    color: #AEB3B9;
    line-height: 24px;
    width: 65%;
    margin-right: 0;
    display: inline-block;
}

.reportDetail .action-row-left a.active{
  background: #3D8EF7!important;
  color: #FFFFFF;
}
.reportDetail .action-row-right {
    display: block;
    line-height: 24px;
    color: #B6BBC0;
    font-size: 14px;
}

.reportDetail .action-row-right a {
    color: #7D7D7D;
    font-size: 12px;
}

.reportDetail .action-row-right .bottom-btn {
    margin-right: 10px;
    cursor: pointer;
}

.reportDetail .action-row-right .bottom-btn:hover,.reportDetail .action-row-right .bottom-btn.active {
    color: #1B9BFF!important;
}

.reportDetail h2 {
    font-size: 21px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 20px;
}
.reportDetail h2, .reportDetail h3, #cm{
    position: relative;
    z-index: 1;
    border-top: 78px solid rgba(255,255,255,0);
    margin-top: -78px;
}
.reportDetail .tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #B6BBC8;
}

.reportDetail .tag-list li {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    margin-bottom: 23px;
    margin-right: 18px;
    border-radius: 4px;
    cursor: pointer;
}

/* .reportDetail h3 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 6px;
} */

.app-tag-info .user-header {
    margin-right: 25px;
    width: 44px;
}

.app-tag-info .user-active {
    width: 892px;
}

.app-tag-info .user-avatar {
    border-radius: 5px;
}

.app-tag-info .user-info-warp .user-info-text {
    color: #AFB5C2;
}

.app-tag-info .list-li-title {
    float: right;
}

.app-tag-info .user-common {
    display: flex;
    justify-content: space-between;
}

.app-tag-info .user-common span {
    background-color: #EBF2FE;
    color: #3E8FF6;
}

.app-tag-info .user-common i {
    color: #2096FE;
    font-size: 15px;
    position: relative;
}

.app-tag-info .talking-btn {
    font-size: 16px;
    height: 32px;
    width: 80px;
    line-height: 18px;
    background: #008FFF;
    color: #FEFEFE;
    border-radius: 4px;
    margin-left: 20px;
    text-align: center;
}

.app-tag-info .user-common-right {
    line-height: 32px;
    color: #AEB3B9;
    font-size: 16px;
}

.app-tag-info .user-common-right a {
    color: #AEB3B9;
    cursor: pointer;
}

.app-tag-info .user-common-right a:hover {
    color: #008FFF;
}

.app-tag-info .user-common-right img {
    margin-bottom: 5px;
    margin-right: 5px;
}


/*蓝色系列*/
.blue {
    color: #2B6DCE;
}

.blue-btn {
    color: #2B6DCE;
    background: rgba(240, 247, 255, 1);
    box-shadow: 0px 0px 21px 0px rgba(230, 233, 238, 0.4);
}

.blue-btn:hover,
.blue-btn.active {
    color: #fff;
    background: #2B6DCE;
}

.blue-h2:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #3E8FF7;
    margin-right: 9px;
    height: 15px;
    border-radius: 2px;
}

.blue-h3 {
    color: #2B6DCE;
    border-bottom: 2px solid #2B6DCE;
}

/*绿色系列*/
.green {
    color: #5DB195;
}

.green-btn {
    color: #5DB195;
    background: rgba(241, 252, 248, 1);
    box-shadow: 0px 0px 21px 0px rgba(230, 233, 238, 0.4);
}

.green-btn:hover,
.green-btn.active {
    color: #fff;
    background: #549f86;
}

.green-h2:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #5DB195;
    border-radius: 2px;
    margin-right: 9px;
    height: 15px;
}

.green-h3 {
    color: #5DB195;
    border-bottom: 2px solid #5DB195;
}

/*黄色系列*/
.yellow {
    color: #DDA546;
}

.yellow-btn {
    color: #DDA546;
    background: rgba(254, 249, 243, 1);
    box-shadow: 0px 0px 21px 0px rgba(230, 233, 238, 0.4);
}

.yellow-btn:hover,
.yellow-btn.active {
    color: #fff;
    background: #c6943f;
}

.yellow-h2:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #DDA546;
    margin-right: 9px;
    height: 15px;
}

.yellow-h3 {
    color: #DDA546;
    border-bottom: 2px solid #DDA546;
}

/*紫色系列*/
.purple {
    color: #7661C6;
}

.purple-btn {
    color: #7661C6;
    background: rgba(249, 248, 255, 1);
    box-shadow: 0px 0px 21px 0px rgba(230, 233, 238, 0.4);
}

.purple-btn:hover,
.purple-btn.active {
    color: #fff;
    background: #6a57b2;
}

.purple-h2:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #7661C6;
    margin-right: 9px;
    height: 15px;
}

.purple-h3 {
    color: #7661C6;
    border-bottom: 2px solid #7661C6;
}

/*红色系列*/
.red {
    color: #E55544;
}

.red-btn {
    color: #E55544;
    background: rgba(255, 248, 248, 1);
    box-shadow: 0px 0px 21px 0px rgba(230, 233, 238, 0.4);
}

.red-btn:hover,
.red-btn.active {
    color: #fff;
    background: #ce4c3d;
}

.red-h2:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #E55544;
    margin-right: 9px;
    height: 15px;
}

.red-h3 {
    color: #E55544;
    border-bottom: 2px solid #E55544;
}

.user-active-content p img {
    max-width: 50%;
    margin: 15px auto;
    display: block;
}

/* 评论 */
.ui-btn:hover {
    background: #0380e2 !important;
    color: #fff !important;
}

.ui-btn:active {
    color: #999 !important;
    background-color: #e5e5e5 !important;
}

.article-detail-contentTwo {
    padding: 0;
}

.js-info-word .user-active .user-info-warp {
    display: block;
}

.skew_bg { 
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 19px 0 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    z-index: 0;
    user-select: none;

    font-weight: normal;
}
.skew_bg::before { 
    border-radius: 4px;
    position: absolute;
    border-radius: 30px;
    left: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: ' ';
    background: #3E8FF7;
}
/* .skew_bg::after { 
    content: '•';
    position: absolute;
    left: 16px;
} */
.skew_bg.blue{
  color: #3E8FF7;
}
.skew_bg.blue::before{
    background:#E5F3FF;;
}
.skew_bg.green{
  color: #5DB195;
}
.skew_bg.green::before{
    background:#EFF7F4;
}
.skew_bg.yellow{
  color: #DDA546;
}
.skew_bg.yellow::before{
  background:#FCF9F3;
}
.skew_bg.red{
  color: #F26F60;
}
.skew_bg.red::before{
    background:#FCF2F1;
}
.skew_bg.purple{
  color:#8A74DC;
}
.skew_bg.purple::before{
    background:#F1EFF9;
}

.js-info-word .comment-words .comment-wordss {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
    color: #151515;
    word-break: break-all;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.js-info-word .comment-words .comment-wordss p{
    margin-top: 22px;
    margin-bottom: 22px;
}

.js-info-word .comment-words .comment-wordss img{
    max-width: 50%;
    display: block;
}
.search-none-body{
    display: none;
}
.search-none {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*版本信息样式修正*/
.incident-record{
    display: inherit !important;
}
.incident-record .screenshot{
    width: 18%;
    float: left;
    margin: 0 10px 10px 0; 
}
/*开通会员提醒*/
.open-vip-wrap {
    position: relative;
    z-index: 8;
    width: 598px;
    height: 308px;
}
.open-vip-wrap img {
    width: 598px;
    height: 308px;
}
.open-vip-wrap .open-vip-title-wrap {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
}
.open-vip-wrap .open-vip-title-wrap .open-vip-title {
    height:14px;
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.open-vip-wrap .open-vip-title-wrap .open-vip-subtitle {
    height:12px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.8;
    margin-top: 13px;
}
.open-vip-wrap .open-vip-content-wrap {
    position: absolute;
    bottom: 15px;
    width:538px;
    height:220px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(225,225,225,1);
    border-radius:5px;
    margin: 0 30px;
}
.open-vip-wrap .open-vip-content-wrap .open-vip-selected-wrap {
    width: 100%;
    margin-top: 35px;
}
.open-vip-wrap .open-vip-content-wrap .open-vip-selected {
    position: relative;
    display: inline-block;
    margin-left: 27px;
}
.open-vip-wrap .open-vip-content-wrap .selected-tips {
    width: 40px;
    height: 15px;
    position: absolute;
    top: -7px;
}
.open-vip-wrap .open-vip-content-wrap img {
    width: 130px;
    height: 40px;
}
.open-vip-wrap .open-vip-content-wrap .open-vip-selected:hover {
    cursor: pointer;
}
.open-vip-wrap  .open-vip-selected .open-vip-selected-content {
    position: absolute;
    top: 10px;
    left: 13px;
    width:100px;
    height:20px;
    font-family:PingFangSC-Regular;
    font-weight:400;
}
.open-vip-wrap  .open-vip-selected .open-vip-selected-content .selected-num {
    font-size: 15px;
    color: #1582EA;
}

.open-vip-wrap  .open-vip-selected .open-vip-selected-content .selected-content {
    font-size: 12px;
    color: #333333;
}
.open-vip-wrap .open-vip-content-wrap .open-btn-wrap {
    margin-top: 44px;
    margin-left: 27px;
}
.open-vip-wrap .open-vip-content-wrap .open-btn-wrap .open-btn-self {
    width: 140px;
    height: 35px;
}
.open-vip-wrap .open-vip-content-wrap .open-btn-wrap img {
    width: 140px;
    height: 35px;
}
.open-vip-wrap .open-vip-content-wrap .open-btn-wrap .open-btn-average {
    font-size: 12px;
    color: #333;
    margin-right: 10px;
}

.open-vip-wrap .open-vip-content-wrap .open-btn-wrap .open-btn-content {
    display: inline-block;
    margin-right: 12px;
}
.open-vip-wrap .open-vip-content-wrap .open-btn-wrap .open-btn-content span {
    font-weight:600;
    color:rgba(21,130,234,1);
    font-size: 24px;
    opacity: .8;
}
.open-vip-wrap .open-vip-content-wrap .open-btn-wrap .open-btn-content i {
    font-size: 12px;
    color: #333;
}
.open-vip-wrap .open-vip-content-wrap .open-content-footer {
    text-align: center;
    margin-top: 35px;
}
.open-vip-wrap .open-vip-content-wrap .open-content-footer span {
    color: #999;
    font-size: 12px;
}
.open-vip-wrap .open-vip-content-wrap .open-content-footer i {
    color: #1582EA;
    font-size: 12px;
}
/*同行业体验报告*/
.peer-experience-report h2{
    font-size:22px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(29,31,35,1);
    margin-left: 20px;
    margin-bottom: 30px;
}
.peer-experience-report .peer-label::before {
    content: ' ';
    display: inline-block;
    border: 2px solid rgba(255, 241, 0, 1);
    margin-right: 9px;
    height: 15px;
}
.peer-experience-report .product-position  {
    margin-top: -50px;
    margin-left: 30px;
    display: inline-block;
}
.peer-experience-report .key-word {
    height:20px;
    border:1px solid rgba(1,143,254,1);
    border-radius:10px;
    font-size:12px;
    font-family:PingFangSCRegular;
    font-weight:400;
    color:rgba(1,143,254,1);
    line-height:20px;
    text-align: center;
    padding: 0 9px;
    margin-left: 5px;
}
.peer-experience-report .product-position::before {
    content: ' ';
    display: inline-block;
    border: 2px solid rgba(48, 56, 66, 1);
    margin-right: 9px;
    height: 15px;
}
.peer-experience-report .report-introduction {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.report-introduction .report-img {
    flex: 1;
    width:86px;
    height:86px;
    margin-left: 30px;
}
.report-introduction .report-img img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}
.report-introduction .report-author {
    flex: 3;
    display: flex;
    flex-direction: column;
}
.report-introduction .report-author .product-name {
    width: 200px;
    font-size:22px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(29,31,35,1);
    flex: 3;
}
.report-introduction .report-author .author-name {
    flex: 1;
}
.report-introduction .report-author .author-name span:first-child {
    font-size:20px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(27,27,27,1);
    margin-right: 15px;
}
.report-introduction .report-author .author-name span:nth-child(2) {
    font-size:14px;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(119,119,119,1);
}
.report-introduction .read-rank {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.report-introduction .read-rank div:first-child {
    display: flex;
    justify-content: center;
    flex: 3;
}
.report-introduction .read-rank div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex: 2;
}
.report-introduction .read-rank div:first-child span{
    text-align: center;
    height:16px;
    background:rgba(1,143,254,1);
    border-radius:2px;
    line-height: 16px;
    font-size:8px;
    font-family:PingFang-SC-Medium;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.report-introduction .read-rank div:nth-child(2) span{
    float: right;
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
    background: rgba(1,143,254,1);
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.report-introduction .read-rank div:nth-child(2) span:hover {
    background: #0380E2;
}
.product-detail-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 4%;
    /*opacity:0.3;*/
    border-radius:4px;
    width: 96%;
    height: auto;
    padding: 4%;
    position: relative;
    z-index: 1;
}
.product-detail-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 100%;
    background: url('/tp_static/images/report_bg.png') center top;
    filter: blur(2px);
    z-index: -1;
    background-size: cover;
}
.peer-experience-report {
    min-height: 500px;
}
.product-detail-wrap .product-detail-introduction{
    flex: 1;
    align-items: center;
    justify-content: center;
    height:66px;
    font-size:14px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:26px;
    text-align: center;
}
.product-detail-wrap .btn-wrap {
    flex: 1;
    display: flex;
}
.product-detail-wrap .btn-wrap .btn-wrap-list {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-wrap-list .share-image {
    vertical-align: -6px;
}
.product-detail-wrap .btn-wrap .btn-wrap-list div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-wrap .btn-wrap .btn-wrap-list span {
    font-size:12px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-left: 2px;
}
.product-detail-wrap .btn-wrap .btn-wrap-list span:hover {
    cursor: pointer;
    color: #018FFE;
}
.product-detail-wrap .btn-wrap .btn-wrap-list span.active {
    color: #018FFE;
}
/*用户反馈*/
.app-tag-info .user-feedback {
    display: inline-block;
}
.app-tag-info .see-more-wrap {
    display: inline-block;
    float: right;
}
.app-tag-info .see-more-wrap img {
    margin-right: 10px;
    cursor: pointer;
}
.app-tag-info .see-more-wrap a {
    width:42px;
    height:14px;
    font-size:14px;
    font-family:PingFangSCRegular;
    font-weight:400;
    color:rgba(109,109,109,1);
    line-height:14px;
    cursor: pointer;
}
.app-tag-info .user-feedback::before {
    content: ' ';
    display: inline-block;
    border: 2px solid rgba(1, 143, 254, 1);
    margin-right: 9px;
    height: 15px;
}
.app-tag-info .message-box-wrap {
    width: 100%;
    min-height: 200px;
    /*border-bottom: 1px solid rgba(182,187,200,0.15);*/
}
.app-tag-info .message-box-wrap ul {
    width: 100%;
    min-height: 200px;
}
.app-tag-info .message-box-wrap ul li {
    float: left;
    margin: 15px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:190px;
    height:85px;
    background:rgba(243,243,243,1);
    border-radius:8px;
    cursor: pointer;
    position: relative;
}
.app-tag-info .message-box-wrap ul li:nth-child(3n+1) {
    margin-left: 0;
}
.app-tag-info .message-box-wrap ul li:nth-child(3n+3) {
    margin-right: 0;
}
.app-tag-info .message-box-wrap ul li .avatar {
    display: block;
    height: 100%;
}
.app-tag-info .message-box-wrap ul li img {
    margin-top: 15px;
    width:28px;
    height:28px;
    border-radius:50%;
}
.app-tag-info .message-box-wrap ul li .pop-feedback {
    position: absolute;
    z-index: 2;
    top: -84px;
    left: -18px;
    width: 226px;
    height: 95px;
    border-radius: 0;
    margin-top: 0;
    background: url("/tp_static/images/report_detail/feedfack.png");
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(43,43,43,1);
    font-size: 12px;
    padding: 15px 20px;
}
.app-tag-info .message-box-wrap ul li .content {
    display: block;
    height: 100%;
    margin-left: 10px;
}
.app-tag-info .message-box-wrap ul li .name {
    display: block;
    margin-top: 15px;
    margin-bottom: 12px;
    width:130px;
    height:14px;
    line-height:14px;
    font-size:14px;
    font-family:PingFangSCRegular;
    font-weight:400;
    color:rgba(43,43,43,1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-tag-info .message-box-wrap ul li .desc {
    display: -webkit-box;
    width:130px;
    font-size:12px;
    font-family:PingFangSCRegular;
    font-weight:400;
    color:rgba(43,43,43,1);
    line-height:14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bottom-btn {
    font-size: 12px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255,255,255,1);
}

.micro-report {
    float: right;
    color: rgba(150,181,167,1);
}

.micro-report:hover {
    color: #008FFF;
}