@charset 'UTF-8';
/**
 * 陪玩详情页 新版3
 * Created by yx on 2019-09-12
 */
img {
  max-width: 100%;
}
.wai {
  display: table;
  width: 100%;
  height: 100%;
}
.nei {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.nei img {
  max-width: 100%;
  max-height: 100%;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-bottom-1px::after {
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    -ms-transform: scaleY(0.7);
    -o-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }
  .border-top-1px::before {
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    -ms-transform: scaleY(0.7);
    -o-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-bottom-1px::after {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .border-top-1px::before {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .border-bottom-1px::after {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  .border-top-1px::before {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
}
[v-cloak] {
  display: none;
}
section {
  /*钻石不足弹窗*/
  /*冠名输入弹窗*/
  /*冠名提交成功*/
  /*礼物送出成功*/
}
section .p-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10010;
}
section .detail_wrapper .detail_content {
  width: 1240px;
  min-height: 876px;
  margin: 0 auto 35px;
}
section .detail_wrapper .detail_content .crumbs_nav {
  width: 1200px;
  min-height: 46px;
  line-height: 46px;
}
section .detail_wrapper .detail_content .crumbs_nav .nav_list {
  margin: 0 auto;
}
section .detail_wrapper .detail_content .crumbs_nav .nav_list a {
  font-size: 14px;
  color: #666666;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
section .detail_wrapper .detail_content .crumbs_nav .nav_list a:hover {
  color: #ff6477;
}
section .detail_wrapper .detail_content .crumbs_nav .nav_list .active {
  color: #ff6477;
}
section .detail_wrapper .detail_content .crumbs_nav .nav_list img {
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_top {
  width: 1240px;
  height: 120px;
  background: #ffffff;
  margin: 0 0 20px 0;
  border-radius: 8px;
  background: #fff;
  position: relative;
  /*滚动数据*/
}
section .detail_wrapper .detail_content .content_top .is_client {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -205px;
  width: 554px;
  height: 59px;
  line-height: 59px;
  background-image: url('../../img/item_v3/client.png');
  background-size: 100% 100%;
  padding-left: 57px;
  color: #EEEEEE;
  font-size: 17px;
}
section .detail_wrapper .detail_content .content_top .is_client span {
  display: inline-block;
  vertical-align: middle;
  color: #FFE600;
  margin: 0 3px 0 5px;
  margin-top: -4px;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section .detail_wrapper .detail_content .content_top .is_client img {
  width: 38px;
  margin-left: 10px;
}
section .detail_wrapper .detail_content .content_top .is_client .enter {
  float: right;
  font-weight: 600;
  margin-right: 60px;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_top .is_client .enter img {
  width: 12px;
  height: 17px;
  vertical-align: middle;
  margin-top: -4px;
}
section .detail_wrapper .detail_content .content_top .status {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 45px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 8px 0px 8px 0px;
}
section .detail_wrapper .detail_content .content_top .status.on_line {
  background: #29d462;
}
section .detail_wrapper .detail_content .content_top .status.off_line {
  background: #d5d5d5;
  color: #666;
}
section .detail_wrapper .detail_content .content_top .pic_box {
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 19px;
  margin-left: 25px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic > img {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -10px;
  width: 100px;
  height: 100px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_15 {
  background-image: url("../../../public/img/avatar_frame/frame_15.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_14 {
  background-image: url("../../../public/img/avatar_frame/frame_14.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_13 {
  background-image: url("../../../public/img/avatar_frame/frame_13.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_12 {
  background-image: url("../../../public/img/avatar_frame/frame_12.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_9 {
  background-image: url("../../../public/img/avatar_frame/frame_9.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_6 {
  background-image: url("../../../public/img/avatar_frame/frame_6.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_5 {
  background-image: url("../../../public/img/avatar_frame/frame_5.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_4 {
  background-image: url("../../../public/img/avatar_frame/frame_4.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_3 {
  background-image: url("../../../public/img/avatar_frame/frame_3.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_2 {
  background-image: url("../../../public/img/avatar_frame/frame_2.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1 {
  background-image: url("../../../public/img/avatar_frame/frame_1.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_1,
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_2 {
  top: 0px;
  background-size: 100% auto;
  background-position: top center;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_6,
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_7 {
  left: -10px;
  top: -12px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_100 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_99 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_98 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_97 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_96 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_95 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_94 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_93 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_92 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_91 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_90 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_89 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_88 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_87 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_86 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_85 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_84 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_83 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_82 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_81 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_80 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_79 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_78 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_77 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_76 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_75 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_74 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_73 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_72 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_71 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_70 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_69 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_68 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_67 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_66 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_65 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_64 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_63 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_62 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_61 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_60 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_59 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_58 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_57 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_56 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_55 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_54 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_53 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_52 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_51 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_50 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_49 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_48 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_47 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_46 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_45 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_44 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_43 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_42 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_41 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_40 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_39 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_38 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_37 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_36 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_35 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_34 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_33 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_32 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_31 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_30 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_29 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_28 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_27 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_26 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_25 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_24 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_23 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_22 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_21 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_20 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_19 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_18 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_17 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_16 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_15 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_14 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_13 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_12 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_11 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_10 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_9 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .pic_box .pic span.frame_8 {
  top: -17px;
  width: 114px;
  height: 114px;
  left: -17px;
}
section .detail_wrapper .detail_content .content_top .box1 {
  float: left;
  width: 400px;
  margin-top: 23px;
  margin-left: 15px;
}
section .detail_wrapper .detail_content .content_top .box1 i {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  /*超时赔*/
}
section .detail_wrapper .detail_content .content_top .box1 i > span {
  position: absolute;
  top: 17px;
  left: -10px;
  z-index: 5;
  display: none;
  width: auto;
  width: 58px;
  height: 17px;
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
  text-align: center;
  color: #342d1f;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
section .detail_wrapper .detail_content .content_top .box1 i:hover span {
  display: block;
}
section .detail_wrapper .detail_content .content_top .box1 i.gender {
  width: 11px;
  height: 15px;
  background: url('../../img/item_v3/ico_girl.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 i.boy {
  width: 11px;
  height: 15px;
  background: url('../../img/item_v3/ico_boy.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 i.rz {
  width: 20px;
  height: 16px;
  background: url('../../img/item_v3/ico_11.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 i.star {
  width: 20px;
  height: 18px;
  background: url('../../img/item_v3/ico_10.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 i.qihuang {
  width: 16px;
  height: 17px;
  background: url('../../img/item_v3/ico_19.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 i.ml {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  background: url('../../img/item_v3/ico_01.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 i.pei {
  position: relative;
  width: 19px;
  height: 20px;
  display: inline-block;
  height: 19px;
  background: url('../../img/item_v3/ico_16.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 img.ico {
  display: inline-block;
  width: 30px;
  height: auto;
  vertical-align: bottom;
}
section .detail_wrapper .detail_content .content_top .box1 .t1 {
  font-size: 20px;
  line-height: 26px;
  color: #222222;
}
section .detail_wrapper .detail_content .content_top .box1 > .font_red {
  color: #00ffde;
}
section .detail_wrapper .detail_content .content_top .box1 > .font_orange {
  color: #fff600;
}
section .detail_wrapper .detail_content .content_top .box1 > .font_violet {
  color: #ff0bbd;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 {
  font-size: 0;
  line-height: 26px;
  margin-top: 8px;
  color: #686868;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 > div {
  display: inline-block;
  font-size: 12px;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num_box {
  vertical-align: middle;
  margin-top: -10px;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .vip_num {
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  line-height: 12px;
  font-size: 0px;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .mieli {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #F71D1D;
  margin-left: 14px;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .mieli span {
  position: absolute;
  top: 20px;
  left: -10px;
  display: block;
  display: none;
  width: auto;
  width: 230px;
  height: 17px;
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
  text-align: center;
  color: #342d1f;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .mieli:hover span {
  display: block;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .qiri {
  position: relative;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .qiri .text {
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  padding: 0 14px;
  line-height: 20px;
  color: #FE586B;
  border-radius: 10px;
  background: #FFE4E7;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .qiri .text.ten {
  color: #F95F02;
  border: 1px solid #FAB023;
  background: #FFF092;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .qiri .text .num {
  font-style: normal;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .qiri .desc {
  position: absolute;
  top: 17px;
  left: -35px;
  display: block;
  display: none;
  width: auto;
  width: 198px;
  height: 17px;
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
  text-align: center;
  color: #342d1f;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
section .detail_wrapper .detail_content .content_top .box1 .t2 .qiri:hover .desc {
  display: block;
}
section .detail_wrapper .detail_content .content_top .box1 .t3 {
  line-height: 18px;
  color: #656565;
  font-size: 0;
}
section .detail_wrapper .detail_content .content_top .box1 .t3 .ico_address {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_top .box1 .t3 .text {
  font-size: 12px;
  color: #999;
  padding: 0;
}
section .detail_wrapper .detail_content .content_top .box2 {
  float: left;
  overflow: hidden;
  width: 440px;
  height: 68px;
  margin-top: 35px;
  margin-left: 15px;
}
section .detail_wrapper .detail_content .content_top .box2.active {
  height: 56px;
  margin-top: 60px;
}
section .detail_wrapper .detail_content .content_top .box2.active ul li div {
  margin: 2px 10px;
  padding: 0 10px;
}
section .detail_wrapper .detail_content .content_top .box2 ul li {
  overflow: hidden;
  font-size: 12px;
  color: #6b6a66;
}
section .detail_wrapper .detail_content .content_top .box2 ul li div {
  float: left;
  margin: 5px 10px;
  padding: 0 10px;
  border-radius: 15px;
  background: #fdfcf7;
}
section .detail_wrapper .detail_content .content_top .box2 ul li div span,
section .detail_wrapper .detail_content .content_top .box2 ul li div a {
  color: #f45a1e;
}
section .detail_wrapper .detail_content .content_top .box2 ul li div img {
  display: inline-block;
  width: 24px;
  height: auto;
  max-height: 24px;
  margin-left: 10px;
  vertical-align: middle;
}
section .detail_wrapper .detail_content .content_top .box2 ul li div .nickname {
  margin-left: 15px;
}
section .detail_wrapper .detail_content .content_top .box3 {
  float: right;
  width: 160px;
  height: 104px;
  margin-right: 30px;
}
section .detail_wrapper .detail_content .content_top .box3 .gz {
  position: relative;
  width: 160px;
  height: 36px;
  margin-top: 24px;
  background-color: #F0F2F3;
  border-radius: 30px;
  font-size: 14px;
}
section .detail_wrapper .detail_content .content_top .box3 .gz p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666666;
}
section .detail_wrapper .detail_content .content_top .box3 .gz p:nth-child(1) img {
  display: inline-block;
  vertical-align: middle;
}
section .detail_wrapper .detail_content .content_top .box3 .gz p:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 89px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  border-left: none;
  border-radius: 30px;
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_top .box3 .gz .follow_ico {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_top .box3 .gz.on p:nth-child(2) {
  background: #FFA9A9;
}
section .detail_wrapper .detail_content .content_top .box3 .gz.on .follow_ico {
  display: none;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap {
  position: relative;
  margin: 16px auto 0;
  float: right;
  width: 60px;
  height: 22px;
  text-align: left;
  overflow: hidden;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_text_wrap {
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_text_wrap .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 6px;
  background-image: url("../../img/item_v3/share.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_text_wrap .text {
  font-size: 12px;
  color: #666;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap:hover {
  overflow: visible;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap:hover .share_box .share_content {
  top: 5px;
  -webkit-transition: 0.3s ease;
  /* Safari 和 Chrome */
  -moz-transition: 0.3s ease;
  /* Firefox 4 */
  -o-transition: 0.3s ease;
  /* Opera */
  transition: 0.3s ease;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box {
  position: absolute;
  z-index: 20;
  top: 18px;
  right: 0;
  width: 323px;
  height: 168px;
  padding-top: 10px;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content {
  position: relative;
  top: 0px;
  width: 323px;
  height: 168px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #FE586B;
  -webkit-transition: 0.3s ease;
  /* Safari 和 Chrome */
  -moz-transition: 0.3s ease;
  /* Firefox 4 */
  -o-transition: 0.3s ease;
  /* Opera */
  transition: 0.3s ease;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .icon {
  position: absolute;
  top: -7px;
  right: 36px;
  display: block;
  width: 14px;
  height: 7px;
  background-image: url("../../img/item_v3/share_ico.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail {
  padding: 20px 20px 0;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .bdsharebuttonbox {
  display: inline-block;
  overflow: hidden;
  width: 205px;
  height: 74px;
  margin-right: 15px;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .bdsharebuttonbox a {
  display: inline-block;
  width: 50px;
  height: 81px;
  margin: 0 20px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .bdsharebuttonbox a span {
  z-index: 5555555;
  display: block;
  margin-top: 46px;
  font-size: 12px;
  text-indent: 0;
  color: #666;
  color: #222;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .bdsharebuttonbox a:nth-child(1) {
  background-image: url('../../img/item_v3/share_qq.png');
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .bdsharebuttonbox a:nth-child(2) {
  background-image: url('../../img/item_v3/share_zone.png');
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .bdsharebuttonbox a:nth-child(3) {
  margin-right: 0;
  background-image: url('../../img/item_v3/share_sina.png');
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .share_wx {
  display: inline-block;
  width: 58px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .share_wx img {
  display: block;
  width: 58px;
  height: 58px;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_detail .share_wx span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  color: #666;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_url {
  margin-top: 20px;
  padding-left: 20px;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_url .inpt {
  width: 223px;
  height: 26px;
  padding-left: 5px;
  line-height: 28px;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_url .inpt:focus {
  outline: none;
}
section .detail_wrapper .detail_content .content_top .box3 .share_wrap .share_box .share_content .share_url .copy_btn {
  display: inline-block;
  width: 50px;
  height: 28px;
  margin-left: 5px;
  line-height: 28px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background: #fb7888;
}
section .detail_wrapper .detail_content .content_bottom {
  font-size: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top {
  width: 410px;
  height: 486px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic {
  position: relative;
  overflow: hidden;
  width: 410px;
  height: 410px;
  border-radius: 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .picBox_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .picBox_info p {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .picBox_info p .picImg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .picBox_info p .i1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .8;
  background: rgba(0, 0, 0, 0.4) url('../../img/item_v3/ico_video_3.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .picBox_info p:nth-child(1) {
  z-index: 1;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .enlarge {
  position: absolute;
  z-index: 80;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .pic .enlarge img {
  position: absolute;
  top: 8px;
  left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn {
  position: relative;
  height: 68px;
  margin-top: 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn .leftBtn {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 22px;
  height: 66px;
  display: block;
  cursor: pointer;
  background-image: url("../../img/item_v3/ico_24.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn .leftBtn:hover {
  background-image: url("../../img/item_v3/ico_24_hover.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn .rightBtn {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 22px;
  height: 66px;
  display: block;
  cursor: pointer;
  background-image: url("../../img/item_v3/ico_25.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn .rightBtn:hover {
  background-image: url("../../img/item_v3/ico_25_hover.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn div {
  position: relative;
  overflow: hidden;
  width: 360px;
  height: 72px;
  margin: 0 auto;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn div ul {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: left .2s;
  /* Safari 和 Chrome */
  -moz-transition: left .2s;
  /* Firefox 4 */
  -o-transition: left .2s;
  /* Opera */
  transition: left .2s;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn div ul li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 62px;
  height: 62px;
  margin: 0px 2px;
  border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0);
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn div ul li.active {
  border: solid 2px #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn div ul li .img_tab {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_left .top .picBtn div ul li .i1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .8;
  background: rgba(0, 0, 0, 0.4) url("../../img/item_v3/ico_video_1.png") no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle {
  position: relative;
  width: 410px;
  height: 372px;
  margin-top: 20px;
  border-radius: 8px;
  background: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_tab_wrapper {
  position: relative;
  top: 20px;
  width: 230px;
  height: 40px;
  font-size: 0;
  margin: 0 auto;
  background-image: url("../../img/item_v3/gift_1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_tab_wrapper .middle_tab_item {
  display: inline-block;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_tab_wrapper.on {
  background-image: url("../../img/item_v3/gift_2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper {
  top: 20px;
  position: relative;
  padding: 20px;
  font-size: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item {
  display: none;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item.on {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item {
  position: relative;
  display: inline-block;
  width: 83px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .img_wrap {
  width: 83px;
  height: 83px;
  border: 1px solid #fff;
  background: #FFFAFA;
  border-radius: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .info {
  margin-top: 6px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .info .name {
  width: 100%;
  line-height: 1.1;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  color: #666;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .info .num {
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .info .num .icon {
  margin-top: 2px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .info .num .text {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #FF8E1A;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item:nth-child(4n) {
  margin-right: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .gift_icon {
  width: 83px;
  height: 83px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .gift_mark {
  display: inline-block;
  position: absolute;
  left: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-style: normal;
  text-align: right;
  /* 保持大小不变的小圆圈  */
  /* 产生动画（向外扩散变大）的圆圈  */
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .gift_mark .dot {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 15px;
  top: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 2px solid #FCA50D;
  border-radius: 20px;
  z-index: 2;
  background: #FFD721;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item .gift_mark .pulse {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 2px;
  top: 2px;
  border: 6px solid #FCA50D;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: warn 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_list_wrapper .gift_list_item:hover .img_wrap {
  border: 1px solid #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .swiper-container {
  height: 260px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .swiper-pagination {
  width: 100%;
  left: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background: #E7E7E7;
  opacity: 1;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item {
  position: absolute;
  z-index: 22;
  top: 90px;
  left: -137px;
  display: none;
  width: 352px;
  min-height: 143px;
  border: 1px solid #FE586B;
  border-radius: 10px;
  background: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .icon {
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper {
  margin: 15px 0 10px 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .cur_icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .gift_info_content {
  display: inline-block;
  margin-top: 12px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .gift_info_content .name {
  display: inline-block;
  font-size: 18px;
  color: #222;
  vertical-align: top;
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .gift_info_content .price_wrapper {
  display: inline-block;
  margin: 4px 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .gift_info_content .price_wrapper .price_icon {
  margin-top: 2px;
  margin-right: 2px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .gift_info_content .price_wrapper .text {
  font-size: 12px;
  color: #FF8E1A;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_info_wrapper .gift_info_content .desc {
  width: 192px;
  margin: 5px auto 0;
  font-size: 14px;
  color: #999;
  display: block;
  text-align: left;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_pop_list_wrapper {
  font-size: 0;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_pop_list_wrapper .gift_pop_list_item {
  display: inline-block;
  width: 42px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  color: #666675;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #b1b1bd;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_pop_list_wrapper .gift_pop_list_item:last-child {
  margin-right: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_pop_list_wrapper .gift_pop_list_item .num {
  font-size: 12px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_pop_list_wrapper .gift_pop_list_item.active {
  color: #FE586B;
  background: #fff;
  border: 1px solid #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom {
  margin-top: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .user_info_wrapper {
  margin-bottom: 18px;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  display: inline-block;
  margin-top: 5px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .user_info_wrapper .surplus_diamonds {
  font-size: 12px;
  color: #999;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .user_info_wrapper .surplus_diamonds .num {
  color: #222;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .user_info_wrapper .recharge_btn {
  display: inline-block;
  vertical-align: top;
  color: #F71D1D;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .user_info_wrapper .recharge_btn .recharge_icon {
  display: inline-block;
  width: 4px;
  height: 6px;
  margin: 6px 0 0 4px;
  background-image: url("../../img/item_v3/ico_40.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .btn_wrapper {
  float: right;
  margin-right: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .btn_wrapper .inpt {
  display: inline-block;
  width: 60px;
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
  color: #222;
  border: 1px solid #e9e9e9;
  background: #fff;
  text-align: center;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .btn_wrapper .inpt:focus {
  outline: none;
  border: 1px solid #FE586B;
  border-right: none;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_op_bottom .btn_wrapper .send_btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item .gift_bz {
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #F0F2F3;
  font-size: 12px;
  color: #999;
  border-radius: 0 0 10px 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item1 {
  top: 111px;
  left: -117px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item2 {
  top: 111px;
  left: -26px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item3 {
  top: 111px;
  left: 69px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item4 {
  top: 111px;
  left: 162px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item5 {
  top: 243px;
  left: -117px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item6 {
  top: 243px;
  left: -26px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item7 {
  top: 243px;
  left: 69px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .middle .middle_content_wrapper .middle_content_item .gift_pop_wrapper .gift_pop_item.gift_pop_item8 {
  top: 243px;
  left: 162px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom {
  margin-top: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .title {
  height: 50px;
  width: 300px;
  background-image: url("../../img/item_v3/bind_1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  font-size: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .title.on {
  background-image: url("../../img/item_v3/bind_2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .title .bottom_tab {
  display: inline-block;
  height: 50px;
  width: 150px;
  font-size: 14px;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper {
  width: 410px;
  height: 1000px;
  padding-top: 20px;
  background: #ffffff;
  border-radius: 0px 8px 8px 8px;
  display: none;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper.on {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item {
  width: 330px;
  height: 60px;
  margin: 0 auto 40px;
  padding: 0 40px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .num_wrapper {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 23px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: #fef5e4;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .num_wrapper .num_item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  line-height: 18px;
  border-radius: 50%;
  background: #fdcf77;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .num_wrapper .num_item .num {
  font-size: 14px;
  font-style: normal;
  color: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  vertical-align: top;
  border-radius: 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .logo {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper p {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .logo_wrapper .vip_num {
  top: 52px;
  left: 0px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item:nth-child(1) .logo_wrapper p {
  background-image: url('../../img/item_v3/top_1.png');
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item:nth-child(2) .logo_wrapper p {
  background-image: url('../../img/item_v3/top_2.png');
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item:nth-child(3) .logo_wrapper p {
  background-image: url('../../img/item_v3/top_3.png');
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .nick_name {
  display: inline-block;
  width: 110px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .font_red {
  color: #00ffde;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .font_orange {
  color: #fff600;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .font_violet {
  color: #ff0bbd;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .icon_wrapper .icon_nobile {
  min-width: 44px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .icon_wrapper .icon_level {
  min-width: 40px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .info_wrapper .icon_wrapper .icon_title {
  min-width: 34px;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .right_wrapper {
  float: right;
  width: 72px;
  margin-top: 9px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .right_wrapper .right_box {
  width: 100%;
  display: table;
  height: 43px;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .right_wrapper .right_box .right_content {
  display: table-cell;
  vertical-align: middle;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .right_wrapper .right_box .right_content .hot_wrapper .hot_text {
  font-size: 14px;
  color: #F71D1D;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section .detail_wrapper .detail_content .content_bottom .content_left .bottom .list_wrapper .list_item .right_wrapper .right_box .right_content .hot_wrapper .icon {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
section .detail_wrapper .detail_content .content_bottom .content_right {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top {
  position: relative;
  overflow: hidden;
  width: 810px;
  height: 110px;
  background-image: url('../../img/item_v3/ico_20.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .top_title_text {
  position: absolute;
  top: 80px;
  left: 35px;
  font-size: 12px;
  color: #fb7888;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top > img {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff7f7;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper {
  position: relative;
  width: 649px;
  margin-top: 7px;
  margin-left: 116px;
  padding: 0 22px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .empty {
  /* display: none;*/
  width: 90px;
  margin: 8px auto 0 245px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .swiper-container {
  width: 616px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 78px;
  margin-right: 30px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .swiper-container .swiper-wrapper .swiper-slide .img_wrap {
  display: block;
  width: 78px;
  height: 78px;
  text-align: center;
  overflow: hidden;
  background-image: url("../../img/item_v3/ico_21.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .swiper-container .swiper-wrapper .swiper-slide .img_wrap .gift_img {
  display: block;
  width: 55px;
  height: 55px;
  margin: 10px auto;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .swiper-container .swiper-wrapper .swiper-slide .gift_price {
  display: block;
  width: 53px;
  height: 14px;
  margin-top: 4px;
  margin: 4px auto 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #6312B0;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.3);
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .op_btn {
  top: 38px;
  left: auto;
  width: 22px;
  height: 66px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .op_btn.swiper-button-prev {
  right: 0;
  background-image: url('../../img/item_v3/ico_23.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .op_btn.swiper-button-prev:hover {
  background-image: url('../../img/item_v3/ico_23_hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .op_btn.swiper-button-next {
  left: 0;
  background-image: url('../../img/item_v3/ico_22.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .top .receive_list_wrapper .op_btn.swiper-button-next:hover {
  background-image: url('../../img/item_v3/ico_22_hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle {
  position: relative;
  width: 810px;
  min-height: 366px;
  margin-top: 20px;
  border-radius: 8px 8px 0px 0px;
  background: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .order_flow {
  display: block;
  width: 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper {
  overflow: hidden;
  padding-right: 80px;
  padding-left: 10px;
  /*background:-webkit-linear-gradient(left, #FF9C58 0%, #FE586B 100%);
                            background:-moz-linear-gradient(right, #FF9C58 0%, #FE586B 100%);
                            background:-o-linear-gradient(right, #FF9C58 0%, #FE586B 100%);
                            background:linear-gradient(to right, #FF9C58 0%, #FE586B 100%);*/
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .middle_tab_item {
  position: relative;
  float: left;
  box-sizing: border-box;
  height: 50px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
  color: #666666;
  width: 103px;
  text-align: center;
  margin-right: 0 !important;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .middle_tab_item.active {
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  background: url('../../img/item_v3/tab.png') no-repeat center center #ffffff;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .op_btn {
  top: 46px;
  left: auto;
  width: 18px;
  height: 18px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .op_btn.swiper-button-prev {
  top: 36px;
  right: 8px;
  background-image: url('../../img/item_v3/ico_27_hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .op_btn.swiper-button-prev:hover {
  background-image: url('../../img/item_v3/ico_27.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .op_btn.swiper-button-next {
  top: 36px;
  right: 34px;
  background-image: url('../../img/item_v3/ico_26_hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_tab_wrapper .op_btn.swiper-button-next:hover {
  background-image: url('../../img/item_v3/ico_26.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper {
  position: relative;
  min-height: 335px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item {
  display: none;
  padding-top: 30px;
  padding-bottom: 15px;
  padding: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 {
  overflow: hidden;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .game_img {
  display: block;
  float: left;
  width: 130px;
  height: 130px;
  border-radius: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div {
  float: left;
  margin-left: 18px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d1 {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #999;
  margin-top: -6px;
  float: left;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d1 span {
  color: #F71D1D;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d1 span span {
  font-size: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d1 .discount_text_wrapper {
  display: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .timeout_company {
  position: relative;
  float: left;
  width: 68px;
  height: 30px;
  margin-left: 15px;
  margin-top: 8px;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .timeout_company .company {
  display: block;
  width: 68px;
  height: 25px;
  background: url('../../img/item_v3/ico_17.png') no-repeat;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .timeout_company div {
  position: absolute;
  font-size: 12px;
  left: -81px;
  top: 22px;
  width: 250px;
  height: 36px;
  background: url("../../img/item_v3/ico_31.png") no-repeat;
  display: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .timeout_company div span {
  display: block;
  margin-top: 15px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .timeout_company:hover div {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d2 {
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  font-size: 12px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d2 p {
  float: left;
  padding: 0 8px;
  font-size: 12px;
  color: #FF671A;
  background: #FFE3D4;
  border-radius: 2px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d3 {
  height: 20px;
  font-size: 12px;
  line-height: 1.1;
  color: #999;
  position: absolute;
  right: 30px;
  top: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 > div .d3 img {
  display: inline-block;
  vertical-align: middle;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 {
  padding: 10px 0 0 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 div {
  overflow: hidden;
  width: 80px;
  height: 20px;
  background: linear-gradient(270deg, #ffd3d9 0%, #fff0f2 100%);
  border-radius: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 div span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 div .s1 {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 4px 2px 0 10px;
  background: url('../../img/item_v3/ico_32.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 div .s1.play {
  background: url('../../img/item_v3/ico_32_stop.png') no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 div .icon {
  display: inline-block;
  width: 29px;
  height: 10px;
  margin-top: 6px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt1 .txt2 div .s2 {
  padding-left: 2px;
  font-size: 12px;
  color: #FE586B;
  text-align: right;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt3 {
  padding-top: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt3 .txt3_title {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt3 .txt3_title i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url("../../img/item_v3/service_icon.png") no-repeat;
  margin-top: 2px;
  margin-right: 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt3 img {
  display: block;
  margin-top: 16px;
  margin-bottom: 5px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt3 div {
  overflow: hidden;
  min-height: 30px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt4 {
  border-top: 1px solid #F0F2F3;
  padding-top: 30px;
  margin-top: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt4 .txt4_title {
  display: inline-block;
  position: relative;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt4 .txt4_title .text {
  position: relative;
  display: block;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  z-index: 2;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt4 .txt4_title .icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  display: block;
  width: 30px;
  height: 5px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ff9774 0%, #ff465b 100%);
  border-radius: 3px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt4 .tag_list {
  margin-top: 28px;
  font-size: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt4 .tag_list .tag_li {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin-right: 12px;
  margin-bottom: 15px;
  padding: 0 16px;
  line-height: 30px;
  color: #626DAC;
  font-size: 14px;
  text-align: center;
  background: #f0f2f3;
  border-radius: 15px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill {
  margin-top: 40px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill .title {
  margin-bottom: 13px;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill .title i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url("../../img/item_v3/skil_iconl.png") no-repeat;
  margin-top: 2px;
  margin-right: 2px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 26px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill p span {
  display: inline-block;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill p span.skill_sub_title {
  width: 70px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill p span.skill_sub_content {
  width: 660px;
  color: #333;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .skill p:last-child {
  margin-bottom: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder {
  padding-top: 30px;
  width: 482px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .flyorder_title {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .flyorder_title i {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: url("../../img/item_v3/fly_title.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  margin-right: 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content {
  background-color: #F7F7F9;
  border-radius: 8px;
  padding: 8px 18px 9px 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_left {
  display: flex;
  align-items: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_left > img {
  width: 65px;
  height: 65px;
  margin-right: 9px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_left .fly_name {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 3px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_left .fly_desc {
  font-size: 12px;
  color: #A7A6AD;
  width: 175px;
  margin-bottom: 3px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_right {
  display: flex;
  align-items: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_right > img {
  width: 32px;
  height: 32px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_right .right_txt {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #1F1F1F;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .flyorder .fly_content .fly_right .right_txt span {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: bold;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 {
  margin-top: 40px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .txt5_title {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .txt5_title i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url("../../img/item_v3/powerful_icon.png") no-repeat;
  margin-top: 2px;
  margin-right: 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-container .swiper-wrapper .swiper-slide {
  width: 118px;
  margin-right: 8px;
  float: left;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-container .swiper-wrapper .swiper-slide .icon_start {
  width: 40px;
  height: 40px;
  background: url("../../img/item_v3/icon_start.png") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-button-next,
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-button-prev {
  width: 26px;
  height: 70px;
  margin-top: -35px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-button-next,
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-container-rtl .swiper-button-prev {
  background: url("../../img/item_v3//arrow_right.png") no-repeat center center;
  right: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-button-prev,
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .middle_content_item .txt5 .shili_box .swiper-container-rtl .swiper-button-next {
  background: url("../../img/item_v3//arrow_left.png") no-repeat center center;
  left: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox {
  position: absolute;
  top: 100px;
  right: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .load_app {
  position: absolute;
  height: 15px;
  width: 220px;
  right: 0;
  top: 53px;
  border: none;
  z-index: 1;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .load_app .img1 {
  display: block;
  animation: move 3s 0s infinite;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .load_app .img2 {
  position: absolute;
  left: 14px;
  top: 40px;
  display: none;
  width: 192px;
  max-width: 192px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .load_app:hover .img2 {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .change_num {
  position: absolute;
  width: 93px;
  height: 24px;
  line-height: 24px;
  left: -462px;
  top: 35px;
  border: none;
  font-size: 0;
  margin: 0 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .change_num input {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #656565;
  border: 1px solid #F0F2F3;
  outline: none;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .change_num p {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  color: #222;
  display: inline-block;
  vertical-align: top;
  background: #F0F2F3;
  font-size: 14px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox > div {
  float: left;
  box-sizing: border-box;
  width: 140px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox > div.off_line {
  color: #666;
  background: #d5d5d5;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox > div.on_line {
  color: #fff;
  background: #fe586b;
  box-shadow: 0px 2px 4px 0px rgba(254, 88, 107, 0.5);
  border-radius: 5px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .middle_content_wrapper .btnBox .chat_one_btn {
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  width: 140px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #FF9C58;
  border-radius: 5px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #F9F9F9;
  text-align: right;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i {
  display: inline-block;
  margin-right: 60px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i .text {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i:nth-child(1) .icon {
  background-image: url("../../img/item_v3/ico_28.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i:nth-child(2) .icon {
  background-image: url("../../img/item_v3/ico_29.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i:nth-child(3) {
  margin-right: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .desc_wrap .desc_i:nth-child(3) .icon {
  background-image: url("../../img/item_v3/ico_30.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .position_box {
  position: absolute;
  top: 22px;
  left: 390px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .position_box .discount {
  height: 14px;
  margin-top: 20px;
  line-height: 14px;
  float: left;
  cursor: pointer;
  position: relative;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .position_box .discount .discount_text_wrapper {
  position: absolute;
  z-index: 555;
  display: none;
  width: 89px;
  left: -27px;
  top: 27px;
  padding: 3px 10px;
  text-align: center;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #fba888;
  border-radius: 20px;
  background: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .position_box .discount .discount_text_wrapper .icon {
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 9px;
  margin: 0 auto;
  background-image: url('../../img/item_v3/xiaojiantou.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .position_box .discount .discount_text_wrapper .discount_text_item {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .middle .position_box .discount:hover .discount_text_wrapper {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom {
  width: 810px;
  padding: 45px 0 50px;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_tab_wrapper {
  padding: 0 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_tab_wrapper .bottom_tab_item {
  position: relative;
  display: inline-block;
  margin-right: 70px;
  cursor: pointer;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_tab_wrapper .bottom_tab_item .text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #222;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_tab_wrapper .bottom_tab_item .icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  display: none;
  width: 30px;
  height: 5px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ff9774 0%, #ff465b 100%);
  border-radius: 3px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_tab_wrapper .bottom_tab_item.active .text {
  font-weight: 600;
  font-size: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_tab_wrapper .bottom_tab_item.active .icon {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper {
  min-height: 400px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item {
  position: relative;
  display: none;
  /*评论*/
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.on {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content {
  padding-top: 10px;
  /*没有评论*/
  /*loading*/
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul {
  overflow: hidden;
  padding-top: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li {
  display: inline-block;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.avatar_wrap,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.avatar_wrap {
  padding-left: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1),
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) {
  width: 87px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic {
  position: relative;
  width: 70px;
  height: 100px;
  border-radius: 50%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic img,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic img {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_100,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_100,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_99,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_99,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_98,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_98,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_97,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_97,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_96,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_96,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_95,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_95,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_94,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_94,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_93,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_93,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_92,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_92,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_91,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_91,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_90,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_90,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_89,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_89,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_88,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_88,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_87,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_87,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_86,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_86,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_85,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_85,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_84,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_84,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_83,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_83,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_82,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_82,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_81,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_81,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_80,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_80,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_79,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_79,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_78,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_78,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_77,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_77,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_76,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_76,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_75,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_75,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_74,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_74,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_73,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_73,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_72,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_72,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_71,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_71,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_70,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_70,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_69,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_69,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_68,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_68,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_67,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_67,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_66,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_66,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_65,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_65,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_64,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_64,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_63,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_63,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_62,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_62,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_61,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_61,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_60,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_60,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_59,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_59,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_58,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_58,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_57,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_57,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_56,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_56,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_55,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_55,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_54,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_54,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_53,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_53,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_52,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_52,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_51,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_51,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_50,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_50,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_49,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_49,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_48,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_48,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_47,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_47,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_46,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_46,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_45,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_45,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_44,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_44,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_43,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_43,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_42,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_42,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_41,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_41,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_40,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_40,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_39,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_39,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_38,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_38,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_37,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_37,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_36,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_36,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_35,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_35,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_34,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_34,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_33,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_33,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_32,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_32,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_31,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_31,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_30,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_30,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_29,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_29,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_28,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_28,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_27,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_27,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_26,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_26,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_25,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_25,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_24,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_24,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_23,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_23,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_22,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_22,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_21,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_21,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_20,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_20,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_19,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_19,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_18,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_18,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_17,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_17,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_16,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_16,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_15,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_15 {
  background-image: url("../../../public/img/avatar_frame/frame_15.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_14,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_14 {
  background-image: url("../../../public/img/avatar_frame/frame_14.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_13,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_13 {
  background-image: url("../../../public/img/avatar_frame/frame_13.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_12,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_12 {
  background-image: url("../../../public/img/avatar_frame/frame_12.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_11,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_11,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_10,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_10,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_9,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_9 {
  background-image: url("../../../public/img/avatar_frame/frame_9.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_6 {
  background-image: url("../../../public/img/avatar_frame/frame_6.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_5,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_5 {
  background-image: url("../../../public/img/avatar_frame/frame_5.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_4,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_4 {
  background-image: url("../../../public/img/avatar_frame/frame_4.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_3 {
  background-image: url("../../../public/img/avatar_frame/frame_3.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_2 {
  background-image: url("../../../public/img/avatar_frame/frame_2.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1 {
  background-image: url("../../../public/img/avatar_frame/frame_1.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1050,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1050,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1049,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1049,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1048,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1048,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1047,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1047,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1046,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1046,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1045,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1045,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1044,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1044,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1043,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1043,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1042,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1042,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1041,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1041,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1040,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1040,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1039,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1039,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1038,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1038,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1037,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1037,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1036,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1036,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1035,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1035,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1034,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1034,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1033,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1033,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1032,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1032,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1031,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1031,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1030,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1030,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1029,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1029,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1028,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1028,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1027,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1027,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1026,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1026,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1025,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1025,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1024,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1024,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1023,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1023,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1022,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1022,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1021,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1021,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1020,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1020,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1019,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1019,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1018,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1018,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1017,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1017,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1016,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1016,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1015,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1015,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1014,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1014,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1013,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1013,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1012,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1012,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1011,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1011,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1010,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1010,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1009,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1009,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1008,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1008,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1007,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1007,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1006,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1006,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1005,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1005,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1004,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1004,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1003,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1003,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1002,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1002,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1001,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1001,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1000,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1000,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_100,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_100 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_99,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_99 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_98,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_98 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_97,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_97 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_96,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_96 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_95,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_95 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_94,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_94 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_93,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_93 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_92,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_92 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_91,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_91 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_90,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_90 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_89,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_89 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_88,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_88 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_87,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_87 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_86,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_86 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_85,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_85 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_84,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_84 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_83,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_83 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_82,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_82 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_81,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_81 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_80,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_80 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_79,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_79 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_78,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_78 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_77,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_77 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_76,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_76 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_75,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_75 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_74,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_74 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_73,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_73 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_72,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_72 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_71,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_71 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_70,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_70 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_69,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_69 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_68,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_68 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_67,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_67 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_66,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_66 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_65,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_65 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_64,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_64 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_63,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_63 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_62,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_62 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_61,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_61 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_60,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_60 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_59,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_59 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_58,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_58 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_57,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_57 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_56,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_56 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_55,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_55 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_54,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_54 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_53,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_53 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_52,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_52 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_51,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_51 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_50,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_50 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_49,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_49 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_48,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_48 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_47,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_47 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_46,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_46 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_45,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_45 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_44,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_44 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_43,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_43 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_42,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_42 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_41,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_41 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_40,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_40 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_39,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_39 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_38,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_38 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_37,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_37 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_36,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_36 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_35,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_35 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_34,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_34 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_33,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_33 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_32,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_32 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_31,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_31 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_30,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_30 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_29,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_29 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_28,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_28 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_27,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_27 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_26,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_26 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_25,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_25 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_24,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_24 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_23,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_23 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_22,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_22 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_21,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_21 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_20,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_20 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_19,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_19 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_18,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_18 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_17,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_17 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_16,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_16 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_15,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_15 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_14,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_14 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_13,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_13 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_12,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_12 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_11,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_11 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_10,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_10 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_9,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_9 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_8 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_4,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_4,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_5,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_5,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_7 {
  background-size: 100% auto;
  background-position: top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic p.frame_7 {
  left: 0px;
  top: -5px;
  width: 75px;
  height: 75px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_0,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_4,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_5,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(1) .pic .vip_num span.vip_num_9,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(1) .pic .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2),
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) {
  width: 663px;
  padding-bottom: 30px;
  position: relative;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick {
  height: 20px;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick > span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick > span {
  display: inline-block;
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .icon_wrapper,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .icon_wrapper {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .icon_wrapper .icon_nobile,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .icon_wrapper .icon_nobile {
  min-width: 44px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .icon_wrapper .icon_level,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .icon_wrapper .icon_level {
  min-width: 40px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .icon_wrapper .icon_title,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .icon_wrapper .icon_title {
  min-width: 34px;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .evaluate_scoring,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .evaluate_scoring {
  font-size: 14px;
  margin-left: 10px !important;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .evaluate_scoring.bad,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .evaluate_scoring.bad {
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .evaluate_scoring.mid,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .evaluate_scoring.mid {
  color: #FFAA00;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .nick .evaluate_scoring.good,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .nick .evaluate_scoring.good {
  color: #FFAA00;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .change_tags,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .change_tags {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .change_tags span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .change_tags span {
  color: #999;
  display: inline-block;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .change_tags i,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .change_tags i {
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 {
  position: relative;
  margin-top: 37px;
  color: #333;
  overflow: hidden;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 > i.ico,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 > i.ico {
  position: absolute;
  top: -8px;
  left: -14px;
  display: block;
  width: 45px;
  height: 45px;
  background: url('../../img/item_v1/img09.png') no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .text {
  display: inline-block;
  font-size: 14px;
  color: #222;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .text .god_remark,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .text .god_remark {
  display: inline-block;
  vertical-align: top;
  background: #FFF1C1;
  color: #FF8500;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 2px;
  margin-right: 5px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .text.style1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .text.style1 {
  overflow: hidden;
  height: 25px;
  padding: 2px;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(#ec6671, #ffadba, #ec6671);
  background-image: linear-gradient(#ec6671, #ffadba, #ec6671);
  box-shadow: 0 2px 6px rgba(120, 120, 120, 0.5);
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .text.style1 > div,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .text.style1 > div {
  height: 25px;
  padding-right: 10px;
  padding-left: 30px;
  line-height: 25px;
  border-radius: 50px;
  background: #fff;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1.on,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1.on {
  margin-top: 15px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .img_list,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .img_list {
  margin-top: 18px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .img_list .img_i,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .img_list .img_i {
  width: 120px;
  height: 120px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .video_wrap,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .video_wrap {
  position: relative;
  width: 360px;
  height: 200px;
  margin-top: 18px;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .video_wrap .video_img,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .video_wrap .video_img {
  width: 100%;
  height: 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .video_wrap .icon,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .video_wrap .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../img/item_v3/ico_video_2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .is_used,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .is_used {
  float: right;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .is_used i,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .is_used i {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  width: 12px;
  height: 13px;
  background: url("../../img/item_v3/arrow.png") no-repeat;
  margin-top: 3px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .is_used.on,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .is_used.on {
  color: #FFAA00;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt1 .is_used.on i,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt1 .is_used.on i {
  background: url("../../img/item_v3/arrow_on.png") no-repeat;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .s1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .s1 {
  float: right;
  font-size: 14px;
  vertical-align: top;
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt2 {
  position: relative;
  height: 64px;
  margin-top: 10px;
  line-height: 64px;
  border: solid 1px #ffe1d7;
  border-radius: 3px;
  background: #fff8f6;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt2 i,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt2 i {
  position: absolute;
  top: -12px;
  left: 24px;
  display: block;
  width: 18px;
  height: 12px;
  background: url('../../img/item_v1/ico_09.png') no-repeat;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .txt2 p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .txt2 p {
  padding: 5px 12px;
  line-height: 24px;
  color: #676765;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .invalid_icon,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .invalid_icon {
  position: absolute;
  width: 56px;
  height: 55px;
  background: url("../../img/item_v3/icon_invalid_v2.png") no-repeat;
  right: 80px;
  top: 30px;
  z-index: 2;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment {
  float: right;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .comment_i,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .comment_i {
  display: inline-block;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .comment_i p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .comment_i p {
  font-size: 14px;
  color: #222;
  margin: 0 2px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .comment_i p.icon,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .comment_i p.icon {
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .comment_i p.comment_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .comment_i p.comment_1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url("../../img/item_v3/ico_38.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .comment_i p.comment_1.ok,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .comment_i p.comment_1.ok {
  background-image: url("../../img/item_v3/ico_38_hover.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .comment_i p.comment_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .comment_i p.comment_3 {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url("../../img/item_v3/ico_39.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .comment .line,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .comment .line {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 10px;
  margin: 3px 10px;
  background: #C8C8C8;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list {
  padding: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item {
  display: block;
  font-size: 12px;
  width: 100% !important;
  line-height: 24px !important;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item.hide,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item.hide {
  display: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .r_content span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .r_content span {
  color: #698BB4;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn .r_time,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn .r_time {
  float: left;
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn .r_btn,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn .r_btn {
  float: right;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn:after,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn:after {
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in > p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in > p {
  display: inline-block;
  font-size: 13px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in > p span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in > p span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_content,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_content {
  width: 650px;
  height: 42px;
  padding: 5px;
  border: none;
  margin-top: 18px;
  outline: none;
  line-height: 20px;
  resize: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  background: #EDEDED;
  border-radius: 0 0 1px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle > p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle > p {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn {
  float: right;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn.comment_no,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn.comment_no {
  background: #C8C8C8;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn.comment_yes,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn.comment_yes {
  margin-right: -1px;
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_list .r_item:nth-child(2),
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_list .r_item:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 0 ;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_open,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_open {
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_open .icon_reply_op,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_open .icon_reply_op {
  display: inline-block;
  width: 9px;
  height: 8px;
  vertical-align: top;
  margin: 4px 2px;
  background-image: url('../../img/item_v3/ico_down.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_open .open_text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_open .open_text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_open .close_text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_open .close_text {
  display: none;
  font-size: 11px;
  color: #3464C2;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap .reply_open .open_text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap .reply_open .open_text {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap.on .reply_list .r_item.hide,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap.on .reply_list .r_item.hide {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap.on .reply_open .icon_reply_op,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap.on .reply_open .icon_reply_op {
  background-image: url('../../img/item_v3/ico_up.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap.on .reply_open .open_text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap.on .reply_open .open_text {
  display: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li:nth-child(2) .reply_wrap.on .reply_open .close_text,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li:nth-child(2) .reply_wrap.on .reply_open .close_text {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click {
  display: none;
  width: 663px;
  margin-left: 87px;
  border-bottom: 1px solid #F0F2F3;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click.on,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click.on {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in {
  width: 661px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in > p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in > p {
  display: inline-block;
  font-size: 13px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in > p span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in > p span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in .comment_content,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in .comment_content {
  width: 650px;
  height: 42px;
  padding: 5px;
  border: none;
  margin-top: 18px;
  outline: none;
  line-height: 20px;
  resize: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in .comment_middle,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in .comment_middle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  background: #EDEDED;
  border-radius: 0 0 1px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in .comment_middle > p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in .comment_middle > p {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in .comment_middle .btn,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in .comment_middle .btn {
  float: right;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in .comment_middle .btn.comment_no,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in .comment_middle .btn.comment_no {
  background: #C8C8C8;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click .comment_click_in .comment_middle .btn.comment_yes,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .comment_click_in .comment_middle .btn.comment_yes {
  margin-right: -1px;
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul {
  border-bottom: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 50px;
  height: 50px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_100,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_100,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_99,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_99,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_98,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_98,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_97,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_97,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_96,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_96,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_95,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_95,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_94,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_94,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_93,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_93,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_92,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_92,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_91,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_91,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_90,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_90,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_89,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_89,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_88,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_88,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_87,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_87,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_86,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_86,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_85,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_85,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_84,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_84,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_83,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_83,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_82,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_82,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_81,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_81,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_80,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_80,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_79,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_79,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_78,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_78,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_77,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_77,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_76,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_76,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_75,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_75,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_74,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_74,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_73,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_73,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_72,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_72,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_71,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_71,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_70,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_70,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_69,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_69,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_68,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_68,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_67,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_67,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_66,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_66,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_65,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_65,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_64,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_64,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_63,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_63,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_62,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_62,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_61,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_61,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_60,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_60,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_59,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_59,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_58,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_58,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_57,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_57,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_56,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_56,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_55,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_55,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_54,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_54,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_53,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_53,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_52,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_52,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_51,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_51,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_50,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_50,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_49,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_49,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_48,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_48,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_47,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_47,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_46,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_46,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_45,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_45,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_44,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_44,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_43,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_43,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_42,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_42,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_41,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_41,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_40,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_40,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_39,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_39,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_38,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_38,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_37,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_37,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_36,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_36,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_35,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_35,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_34,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_34,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_33,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_33,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_32,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_32,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_31,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_31,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_30,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_30,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_29,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_29,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_28,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_28,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_27,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_27,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_26,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_26,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_25,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_25,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_24,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_24,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_23,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_23,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_22,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_22,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_21,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_21,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_20,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_20,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_19,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_19,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_18,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_18,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_17,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_17,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_16,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_16,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_15,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_15 {
  background-image: url("../../../public/img/avatar_frame/frame_15.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_14,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_14 {
  background-image: url("../../../public/img/avatar_frame/frame_14.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_13,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_13 {
  background-image: url("../../../public/img/avatar_frame/frame_13.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_12,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_12 {
  background-image: url("../../../public/img/avatar_frame/frame_12.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_11,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_11,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_10,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_10,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_9,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_9 {
  background-image: url("../../../public/img/avatar_frame/frame_9.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_6 {
  background-image: url("../../../public/img/avatar_frame/frame_6.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_5,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_5 {
  background-image: url("../../../public/img/avatar_frame/frame_5.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_4,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_4 {
  background-image: url("../../../public/img/avatar_frame/frame_4.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_3 {
  background-image: url("../../../public/img/avatar_frame/frame_3.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_2 {
  background-image: url("../../../public/img/avatar_frame/frame_2.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1 {
  background-image: url("../../../public/img/avatar_frame/frame_1.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1050,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1050,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1049,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1049,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1048,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1048,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1047,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1047,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1046,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1046,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1045,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1045,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1044,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1044,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1043,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1043,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1042,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1042,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1041,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1041,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1040,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1040,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1039,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1039,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1038,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1038,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1037,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1037,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1036,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1036,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1035,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1035,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1034,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1034,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1033,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1033,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1032,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1032,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1031,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1031,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1030,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1030,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1029,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1029,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1028,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1028,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1027,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1027,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1026,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1026,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1025,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1025,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1024,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1024,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1023,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1023,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1022,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1022,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1021,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1021,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1020,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1020,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1019,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1019,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1018,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1018,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1017,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1017,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1016,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1016,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1015,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1015,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1014,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1014,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1013,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1013,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1012,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1012,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1011,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1011,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1010,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1010,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1009,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1009,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1008,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1008,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1007,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1007,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1006,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1006,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1005,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1005,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1004,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1004,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1003,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1003,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1002,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1002,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1001,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1001,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1000,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_1000,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_100,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_100 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_99,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_99 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_98,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_98 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_97,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_97 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_96,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_96 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_95,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_95 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_94,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_94 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_93,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_93 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_92,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_92 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_91,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_91 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_90,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_90 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_89,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_89 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_88,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_88 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_87,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_87 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_86,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_86 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_85,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_85 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_84,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_84 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_83,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_83 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_82,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_82 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_81,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_81 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_80,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_80 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_79,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_79 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_78,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_78 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_77,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_77 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_76,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_76 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_75,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_75 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_74,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_74 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_73,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_73 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_72,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_72 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_71,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_71 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_70,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_70 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_69,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_69 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_68,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_68 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_67,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_67 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_66,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_66 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_65,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_65 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_64,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_64 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_63,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_63 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_62,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_62 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_61,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_61 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_60,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_60 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_59,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_59 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_58,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_58 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_57,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_57 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_56,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_56 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_55,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_55 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_54,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_54 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_53,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_53 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_52,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_52 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_51,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_51 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_50,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_50 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_49,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_49 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_48,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_48 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_47,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_47 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_46,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_46 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_45,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_45 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_44,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_44 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_43,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_43 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_42,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_42 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_41,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_41 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_40,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_40 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_39,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_39 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_38,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_38 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_37,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_37 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_36,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_36 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_35,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_35 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_34,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_34 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_33,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_33 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_32,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_32 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_31,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_31 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_30,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_30 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_29,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_29 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_28,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_28 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_27,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_27 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_26,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_26 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_25,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_25 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_24,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_24 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_23,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_23 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_22,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_22 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_21,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_21 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_20,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_20 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_19,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_19 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_18,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_18 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_17,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_17 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_16,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_16 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_15,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_15 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_14,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_14 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_13,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_13 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_12,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_12 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_11,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_11 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_10,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_10 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_9,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_9 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_8 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_pic_box p.frame_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_pic_box p.frame_7 {
  left: 0px;
  top: -5px;
  width: 50px;
  height: 50px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .com_img,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .com_img {
  position: absolute;
  left: 5px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user {
  float: left;
  width: 603px;
  padding-left: 10px;
  margin-bottom: 40px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title {
  width: 100%;
  height: 23px;
  font-size: 14px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .comment_user_name,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .comment_user_name {
  display: inline-block;
  line-height: 23px;
  margin-right: 10px;
  color: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper {
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper img,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper img {
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_nobile,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_nobile {
  min-width: 44px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_level,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_level {
  min-width: 40px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_title,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_title {
  min-width: 34px;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_0,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_1,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_2,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_3,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_4,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_5,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_7,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_8,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_9,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .time,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .time {
  float: right;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_user_title .replay_btn,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_user_title .replay_btn {
  float: right;
  font-size: 12px;
  color: #222;
  margin-left: 10px;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li .comment_user .comment_mid,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li .comment_user .comment_mid {
  width: 100%;
  font-size: 14px;
  color: #222;
  margin-top: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li:last-child .comment_user,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li:last-child .comment_user {
  margin-bottom: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content ul li.comment_click ul li:nth-child(2),
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click ul li:nth-child(2) {
  padding-bottom: 0 !important;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content .empty,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .empty {
  display: none;
  padding-top: 80px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content .empty img,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .empty img {
  display: block;
  margin: 0 auto;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content .empty span,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .empty span {
  font-size: 14px;
  color: #ddd;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.evaluate .content .loadBox,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .loadBox {
  padding-top: 80px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content > ul > li:nth-child(1) {
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content > ul > li:nth-child(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click {
  border-bottom: none;
  width: auto;
  padding-left: 87px;
  margin-left: 0;
  border-bottom: 1px solid #F0F2F3;
  background: #F7F7F7 !important;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content ul li.comment_click .receive_list .comment_user {
  width: 633px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap {
  display: none;
  width: 600px;
  height: 100px;
  margin-top: 10px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap > p {
  display: inline-block;
  font-size: 13px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap > p span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap .comment_content {
  width: 590px;
  height: 42px;
  padding: 5px;
  border: none;
  margin-top: 18px;
  outline: none;
  line-height: 20px;
  resize: none;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap .comment_middle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  background: #EDEDED;
  border-radius: 0 0 1px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap .comment_middle > p {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap .comment_middle .btn {
  float: right;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap .comment_middle .btn.comment_no {
  background: #C8C8C8;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_inpt_wrap .comment_middle .btn.comment_yes {
  margin-right: -1px;
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list {
  margin-top: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i {
  margin-bottom: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i:last-child {
  margin-bottom: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap {
  display: inline-block;
  vertical-align: top;
  width: 583px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap .nickname_wrap {
  font-size: 14px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap .nickname_wrap .nickname {
  color: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap .nickname_wrap .text {
  font-size: 12px;
  margin: 0 3px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap .time {
  font-size: 12px;
  color: #999;
  float: right;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap .replay_btn {
  cursor: pointer;
  font-size: 12px;
  color: #222;
  float: right;
  margin-left: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .replay_list .replay_i .info_wrap .replay_detail {
  font-size: 14px;
  color: #222;
  display: block;
  margin-top: 8px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment {
  height: 20px;
  line-height: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_imgs {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  position: relative;
  width: auto;
  text-align: right;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_imgs .praise_img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -4px;
  background: #D8D8D8;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_imgs .praise_img:nth-child(1) {
  margin-left: 0;
  z-index: 1;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_imgs .praise_img:nth-child(2) {
  z-index: 2;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_imgs .praise_img:nth-child(3) {
  z-index: 3;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_imgs .praise_img:nth-child(4) {
  z-index: 4;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_num {
  font-size: 12px;
  color: #222;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.dynamic .content .comment .praise_wrap .praise_num .text {
  color: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift {
  padding: 65px 30px 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_tab_wrapper {
  height: 26px;
  line-height: 26px;
  background: #F0F2F3;
  border-radius: 13px;
  position: absolute;
  right: 30px;
  width: 120px;
  overflow: hidden;
  top: 20px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_tab_wrapper .gift_tab_item {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #666;
  border-radius: 13px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_tab_wrapper .gift_tab_item.active {
  color: #fff;
  background: #FE586B;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item {
  display: none;
  /*loading*/
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item.on {
  display: block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul {
  position: relative;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li {
  position: relative;
  margin-bottom: 30px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 10px;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .pic_img {
  position: absolute;
  top: 2px;
  left: 8px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_15 {
  background-image: url("../../../public/img/avatar_frame/frame_15.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_14 {
  background-image: url("../../../public/img/avatar_frame/frame_14.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_13 {
  background-image: url("../../../public/img/avatar_frame/frame_13.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_12 {
  background-image: url("../../../public/img/avatar_frame/frame_12.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_9 {
  background-image: url("../../../public/img/avatar_frame/frame_9.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_6 {
  background-image: url("../../../public/img/avatar_frame/frame_6.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_5 {
  background-image: url("../../../public/img/avatar_frame/frame_5.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_4 {
  background-image: url("../../../public/img/avatar_frame/frame_4.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_3 {
  background-image: url("../../../public/img/avatar_frame/frame_3.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_2 {
  background-image: url("../../../public/img/avatar_frame/frame_2.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1 {
  background-image: url("../../../public/img/avatar_frame/frame_1.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_100 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_99 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_98 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_97 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_96 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_95 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_94 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_93 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_92 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_91 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_90 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_89 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_88 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_87 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_86 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_85 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_84 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_83 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_82 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_81 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_80 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_79 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_78 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_77 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_76 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_75 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_74 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_73 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_72 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_71 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_70 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_69 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_68 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_67 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_66 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_65 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_64 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_63 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_62 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_61 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_60 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_59 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_58 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_57 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_56 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_55 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_54 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_53 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_52 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_51 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_50 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_49 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_48 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_47 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_46 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_45 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_44 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_43 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_42 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_41 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_40 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_39 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_38 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_37 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_36 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_35 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_34 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_33 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_32 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_31 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_30 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_29 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_28 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_27 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_26 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_25 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_24 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_23 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_22 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_21 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_20 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_19 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_18 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_17 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_16 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_15 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_14 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_13 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_12 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_11 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_10 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_9 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_8 {
  width: 80px;
  height: 80px;
  left: -4px;
  top: -10px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_6,
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic p.frame_7 {
  left: 0;
  top: -8px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .pic .vip_num {
  top: 57px;
  left: 7px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info {
  display: inline-block;
  width: 670px;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F2F3;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .nickname {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #222;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .icon_nobile {
  min-width: 44px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .icon_level {
  min-width: 40px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .icon_title {
  min-width: 34px;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .icon_wrapper .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .info .time {
  float: right;
  font-size: 12px;
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .gift_detail {
  display: block;
  text-align: left;
  margin-top: 4px;
  height: 45px;
  line-height: 45px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .gift_detail .text {
  display: inline-block;
  font-size: 14px;
  color: #222;
  vertical-align: top;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .gift_detail .icon {
  width: 45px;
  height: 45px;
  vertical-align: top;
  display: inline-block;
  margin: 0 4px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .gift_detail .num {
  font-size: 20px;
  font-weight: bold;
  font-style: oblique;
  color: #ffb83b;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item ul li .gift_detail .num span {
  font-size: 18px;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item .page {
  margin: 0 auto;
  padding: 15px 0 5px 0;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item .empty {
  display: none;
  padding-top: 80px;
  text-align: center;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item .empty img {
  display: block;
  margin: 0 auto;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item .empty span {
  font-size: 14px;
  color: #999;
}
section .detail_wrapper .detail_content .content_bottom .content_right .bottom .bottom_content_wrapper .bottom_content_item.gift .gift_content_wrapper .gift_content_item .loadBox {
  padding-top: 80px;
  text-align: center;
}
section #zuanshi_no .txt {
  margin-bottom: 30px;
  text-align: center;
}
section #zuanshi_no .txt img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
section .success_promotion .info {
  overflow: hidden;
  width: 360px;
  height: 280px;
  margin: 15% auto 0 ;
  background: #ffffff url('../../img/item_v3/up_grade_bg.png') top center no-repeat;
  position: relative;
  border-radius: 10px;
  /*div.msg {
                width: 500px;
                height: 67px;
                margin-top: 283px;

                font-size: 24px;

                text-align: center;

                color: #fff;
            }*/
  /*p {
                width: 100px;
                height: 53px;
                margin-top: 28px;
                margin-left: 192px;

                font-size: 18px;
                line-height: 53px;

                cursor: pointer;
                text-align: center;

                color: #fff;
            }*/
}
section .success_promotion .info .btn {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
  background: url("../../img/item_v3/up_grade_close.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
section .success_promotion .info .grade_box {
  width: 147px;
  height: 140px;
  margin: 0 auto;
  line-height: 140px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: url("../../img/item_v3/up_grade_text_bg.png") no-repeat;
  background-size: 100%;
}
section .success_promotion .info .title {
  font-size: 18px;
  color: #222;
  text-align: center;
}
section .success_promotion .info .sub_title {
  font-size: 16px;
  color: #666;
  text-align: center;
}
section .success_promotion .info .sub_title span {
  color: #FE586B;
}
section .success_promotion .info .link {
  width: 130px;
  height: 36px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  margin: 24px auto 0 auto;
  display: block;
  border: 1px solid #FE586B;
  color: #FE586B;
  border-radius: 18px;
}
section #guanming_info .g-maskBox {
  width: 362px;
  min-height: 464;
  border-radius: 10px;
  background: url('../../img/item_v2/pre_1.png') no-repeat #ffffff;
  padding: 0;
  margin-top: 10%;
}
section #guanming_info .g-maskBox > p > img {
  margin-top: 12px;
  margin-right: 25px;
}
section #guanming_info .g-maskBox .btn-box .btn-determine {
  width: 305px;
  height: 47px;
  background: url('../../img/item_v2/pre_2.png') no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 47px;
  margin-top: 15px;
}
section #guanming_info .g-maskBox .btn-box .btn_cancel {
  width: 305px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  background-color: #DCDCDC;
  border-radius: 24px;
  margin-top: 10px;
}
section #guanming_info .txt {
  text-align: center;
}
section #guanming_info .txt h3 {
  font-size: 36px;
  color: #FDFAF9;
  font-weight: 600;
  margin-top: -10px;
  text-shadow: 5px 5px 8px #ee407b;
}
section #guanming_info .txt p {
  font-size: 16px;
  color: #FDFAF9;
  font-weight: 400;
  margin-top: 5px;
}
section #guanming_info .txt1 {
  width: 306px;
  min-height: 120px;
  margin: 0 auto;
  margin-top: 34px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(223, 223, 223, 0.8);
  position: relative;
  padding-top: 95px;
  text-align: center;
}
section #guanming_info .txt1 .guan_box {
  position: absolute;
  top: -22px;
  left: 100px;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 8px rgba(247, 103, 140, 0.2);
}
section #guanming_info .txt1 .p_time {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
section #guanming_info .txt1 .p_time span {
  font-weight: 400;
  font-size: 14px;
  color: #FF0000;
}
section #guanming_info .txt1 input {
  display: block;
  width: 234px;
  height: 42px;
  margin-top: 20px;
  padding: 0 5px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  border: none;
  background-color: #F6F6F6;
  border-radius: 5px;
  outline: none;
}
section #guanming_info .txt1 img {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  margin-top: 18px;
}
section #guanming_info .txt1 p {
  width: 244px;
  height: 42px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  background-color: #F6F6F6;
  border-radius: 5px;
  outline: none;
  margin: 0 auto;
  margin-top: 6px;
}
section #guanming_info .txt1 p span {
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section #guanming_info .txt1 .tips_input {
  width: 122px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 5px;
}
section #guanming_info .txt1 .tips_class {
  width: 132px;
  display: inline-block;
}
section #guanming_info .txt1 .tips_p {
  font-size: 14px;
  color: #999999;
  border-top: 1px solid #F5F2F5;
  line-height: 40px;
  background-color: transparent;
  width: 100%;
  margin-top: 10px;
}
section #guanming_success .g-maskBox {
  width: 362px;
  min-height: 464;
  border-radius: 10px;
  background: url('../../img/item_v2/pre_1.png') no-repeat #ffffff;
  padding: 0;
  margin-top: 10%;
}
section #guanming_success .g-maskBox > p > img {
  margin-top: 12px;
  margin-right: 25px;
}
section #guanming_success .g-maskBox .btn-box .btn-determine {
  width: 305px;
  height: 47px;
  background: url('../../img/item_v2/pre_2.png') no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 47px;
  margin-top: 15px;
}
section #guanming_success .g-maskBox .btn-box .btn_cancel {
  width: 305px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  background-color: #DCDCDC;
  border-radius: 24px;
  margin-top: 10px;
}
section #guanming_success .txt {
  text-align: center;
}
section #guanming_success .txt h3 {
  font-size: 36px;
  color: #FDFAF9;
  font-weight: 600;
  margin-top: 28px;
  text-shadow: 5px 5px 8px #ee407b;
}
section #guanming_success .txt p {
  font-size: 16px;
  color: #FDFAF9;
  font-weight: 400;
  margin-top: 5px;
}
section #guanming_success .txt1 {
  width: 306px;
  min-height: 30px;
  margin: 0 auto;
  margin-top: 34px;
  position: relative;
  padding-top: 95px;
  text-align: center;
}
section #guanming_success .txt1 .guan_box {
  position: absolute;
  top: -22px;
  left: 100px;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 8px rgba(247, 103, 140, 0.2);
}
section #guanming_success .txt1 .p_time {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
section #guanming_success .txt1 .p_time span {
  font-weight: 400;
  font-size: 14px;
  color: #FF0000;
}
section #liwu_success .liwu_success_content {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 3%;
  padding: 0;
  border-radius: 5px;
}
section #liwu_success .liwu_success_content .gift_img {
  position: absolute;
  top: 280px;
  left: 435px;
  width: 356px;
}
section #liwu_success .liwu_success_content .gift_num {
  position: absolute;
  top: 410px;
  left: 820px;
  padding-bottom: 0;
  font-size: 90px;
  color: #ffda46;
}
section #liwu_success .liwu_success_content .gift_num .txt {
  font-size: 140px;
  font-style: oblique;
}
.share_wrapper {
  display: none;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  width: 1200px;
  height: 260px;
  margin: 0 auto;
}
.share_wrapper:hover {
  display: block;
}
.share_wrapper .share_box {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 370px;
  height: 260px;
  border-radius: 5px;
  background: #fff;
  background-image: url('../../img/item_v3/share_bg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.share_wrapper .share_box .share_title {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.share_wrapper .share_box .share_content {
  padding: 17px 22px 0;
}
.share_wrapper .share_box .share_content .bdsharebuttonbox {
  display: inline-block;
  overflow: hidden;
  width: 205px;
  height: 81px;
  margin-top: 18px;
}
.share_wrapper .share_box .share_content .bdsharebuttonbox a {
  width: 55px;
  height: 81px;
  margin: 0 20px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.share_wrapper .share_box .share_content .bdsharebuttonbox a span {
  z-index: 5555555;
  display: block;
  margin-top: 53px;
  font-size: 12px;
  vertical-align: top;
  text-indent: 0;
  color: #222;
}
.share_wrapper .share_box .share_content .bdsharebuttonbox a:nth-child(1) {
  background-image: url('../../img/item_v3/share_qq.png');
}
.share_wrapper .share_box .share_content .bdsharebuttonbox a:nth-child(2) {
  background-image: url('../../img/item_v3/share_zone.png');
}
.share_wrapper .share_box .share_content .bdsharebuttonbox a:nth-child(3) {
  margin-right: 0;
  background-image: url('../../img/item_v3/share_sina.png');
}
.share_wrapper .share_box .share_content .share_wx {
  display: inline-block;
  width: 66px;
  margin-left: 34px;
  padding: 7px;
  vertical-align: top;
}
.share_wrapper .share_box .share_content .share_wx img {
  width: 66px;
  height: 66px;
}
.share_wrapper .share_box .share_content .share_wx span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  color: #222;
}
.share_wrapper .share_box .share_url {
  margin-top: 25px;
  padding-left: 21px;
}
.share_wrapper .share_box .share_url .inpt {
  width: 240px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
.share_wrapper .share_box .share_url .copy_btn {
  display: inline-block;
  width: 62px;
  height: 40px;
  margin-left: 5px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background: #fb7888;
}
/*评论新功能样式*/
/*评论功能样式 */
.evaluate .content .evaluate_total_num_and_tags .total_and_average {
  padding-top: 20px;
  width: 750px;
  margin: 0 auto;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average .total_num {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average .average {
  float: right;
  padding-left: 36px;
  color: #FFAA00;
  font-size: 19px;
  line-height: 32px;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average .average span {
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average .average.bad {
  background: url("../../img/item_v3/face_3.png") no-repeat left center;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average .average.mid {
  background: url("../../img/item_v3/face_2.png") no-repeat left center;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average .average.good {
  background: url("../../img/item_v3/face_1.png") no-repeat left center;
}
.evaluate .content .evaluate_total_num_and_tags .total_and_average:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.evaluate .content .evaluate_total_num_and_tags .tags {
  width: 750px;
  margin: 0 auto;
  padding-top: 12px;
}
.evaluate .content .evaluate_total_num_and_tags .tags span {
  margin-top: 8px;
  line-height: 30px;
  border-radius: 4px;
  background: #F5F5F5;
  border: 1px solid #f5f5f5;
  text-align: center;
  padding: 0 12px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.evaluate .content .evaluate_total_num_and_tags .tags span.on,
.evaluate .content .evaluate_total_num_and_tags .tags span:hover {
  border: 1px solid rgba(255, 61, 117, 0.1);
  background: rgba(255, 61, 117, 0.1);
  color: #FF3D75;
}
.evaluate .content .evaluate_total_num_and_tags .tags span.bad.on,
.evaluate .content .evaluate_total_num_and_tags .tags span.bad:hover {
  border: 1px solid #eeeeee;
  color: #666;
  background: #fff;
}
.evaluate .content .content_box .content_wrap ul li:nth-child(2) {
  min-height: 80px;
  border-bottom: 1px solid #F0F2F3;
}
.evaluate .content .content_box .content_wrap ul li:nth-child(2) .reply_list li:nth-child(2) {
  min-height: auto !important;
}
.evaluate .content .content_box .list_more {
  display: none;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
.evaluate .content .content_box .list_more.on {
  display: block;
}
.evaluate .content .content_box .list_more .l_m_text {
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.evaluate .content .content_box .list_more .l_m_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top: 3px;
  background-image: url("../../img/item_v3/icon_more.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 185;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  overflow: hidden;
}
.folding_evaluation_pop .folding_evaluation_pop_content {
  position: absolute;
  margin: -308px auto;
  background: #fff;
  width: 808px;
  height: 727px;
  overflow: hidden;
  top: 50%;
  left: 0;
  border-radius: 8px;
  right: 0;
}
.folding_evaluation_pop .folding_evaluation_pop_content .top {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #E6E6E7;
  padding-left: 27px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .top .close {
  position: absolute;
  top: 15px;
  cursor: pointer;
  right: 27px;
  width: 16px;
  height: 16px;
  background-image: url('../../img/item_v3/close.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .bt_wrap {
  width: 752px;
  height: 70px;
  background: #EEEFFF;
  border-radius: 8px;
  border: 1px solid #A7A4FE;
  margin: 25px auto;
  padding: 12px 16px;
  box-sizing: border-box;
}
.folding_evaluation_pop .folding_evaluation_pop_content .bt_wrap .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 2px 2px 0;
  background-image: url("../../img/item_v3/icon_remind.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .bt_wrap .text {
  font-size: 14px;
  color: #333;
}
.folding_evaluation_pop .folding_evaluation_pop_content .bt_wrap .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  margin-left: 3px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content {
  padding-top: 10px;
  /*没有评论*/
  /*loading*/
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul {
  overflow: hidden;
  padding-top: 30px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li {
  display: inline-block;
  vertical-align: top;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.avatar_wrap {
  padding-left: 30px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) {
  width: 87px;
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic {
  position: relative;
  width: 70px;
  height: 100px;
  border-radius: 50%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic img {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_15 {
  background-image: url("../../../public/img/avatar_frame/frame_15.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_14 {
  background-image: url("../../../public/img/avatar_frame/frame_14.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_13 {
  background-image: url("../../../public/img/avatar_frame/frame_13.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_12 {
  background-image: url("../../../public/img/avatar_frame/frame_12.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_9 {
  background-image: url("../../../public/img/avatar_frame/frame_9.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_6 {
  background-image: url("../../../public/img/avatar_frame/frame_6.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_5 {
  background-image: url("../../../public/img/avatar_frame/frame_5.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_4 {
  background-image: url("../../../public/img/avatar_frame/frame_4.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_3 {
  background-image: url("../../../public/img/avatar_frame/frame_3.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_2 {
  background-image: url("../../../public/img/avatar_frame/frame_2.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1 {
  background-image: url("../../../public/img/avatar_frame/frame_1.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_100 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_99 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_98 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_97 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_96 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_95 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_94 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_93 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_92 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_91 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_90 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_89 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_88 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_87 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_86 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_85 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_84 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_83 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_82 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_81 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_80 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_79 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_78 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_77 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_76 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_75 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_74 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_73 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_72 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_71 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_70 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_69 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_68 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_67 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_66 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_65 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_64 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_63 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_62 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_61 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_60 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_59 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_58 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_57 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_56 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_55 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_54 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_53 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_52 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_51 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_50 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_49 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_48 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_47 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_46 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_45 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_44 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_43 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_42 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_41 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_40 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_39 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_38 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_37 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_36 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_35 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_34 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_33 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_32 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_31 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_30 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_29 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_28 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_27 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_26 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_25 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_24 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_23 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_22 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_21 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_20 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_19 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_18 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_17 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_16 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_15 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_14 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_13 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_12 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_11 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_10 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_9 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_8 {
  width: 83px;
  height: 83px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_1,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_3,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_2,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_4,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_5,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_6,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_7 {
  background-size: 100% auto;
  background-position: top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_6,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic p.frame_7 {
  left: 0px;
  top: -5px;
  width: 75px;
  height: 75px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(1) .pic .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) {
  width: 663px;
  padding-bottom: 30px;
  position: relative;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick {
  height: 20px;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick > span {
  display: inline-block;
  margin-right: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .icon_wrapper {
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .icon_wrapper .icon_nobile {
  min-width: 44px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .icon_wrapper .icon_level {
  min-width: 40px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .icon_wrapper .icon_title {
  min-width: 34px;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .evaluate_scoring {
  font-size: 14px;
  margin-left: 10px !important;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .evaluate_scoring.bad {
  color: #999;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .evaluate_scoring.mid {
  color: #FFAA00;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .nick .evaluate_scoring.good {
  color: #FFAA00;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .change_tags {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .change_tags span {
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .change_tags i {
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 {
  position: relative;
  margin-top: 37px;
  color: #333;
  overflow: hidden;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 > i.ico {
  position: absolute;
  top: -8px;
  left: -14px;
  display: block;
  width: 45px;
  height: 45px;
  background: url('../../img/item_v1/img09.png') no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .text {
  display: inline-block;
  font-size: 14px;
  color: #222;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .text .god_remark {
  display: inline-block;
  vertical-align: top;
  background: #FFF1C1;
  color: #FF8500;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 2px;
  margin-right: 5px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .text.style1 {
  overflow: hidden;
  height: 25px;
  padding: 2px;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(#ec6671, #ffadba, #ec6671);
  background-image: linear-gradient(#ec6671, #ffadba, #ec6671);
  box-shadow: 0 2px 6px rgba(120, 120, 120, 0.5);
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .text.style1 > div {
  height: 25px;
  padding-right: 10px;
  padding-left: 30px;
  line-height: 25px;
  border-radius: 50px;
  background: #fff;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1.on {
  margin-top: 15px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .img_list {
  margin-top: 18px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .img_list .img_i {
  width: 120px;
  height: 120px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .video_wrap {
  position: relative;
  width: 360px;
  height: 200px;
  margin-top: 18px;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .video_wrap .video_img {
  width: 100%;
  height: 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .video_wrap .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../img/item_v3/ico_video_2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .is_used {
  float: right;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .is_used i {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  width: 12px;
  height: 13px;
  background: url("../../img/item_v3/arrow.png") no-repeat;
  margin-top: 3px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .is_used.on {
  color: #FFAA00;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt1 .is_used.on i {
  background: url("../../img/item_v3/arrow_on.png") no-repeat;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .s1 {
  float: right;
  font-size: 14px;
  vertical-align: top;
  color: #999;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt2 {
  position: relative;
  height: 64px;
  margin-top: 10px;
  line-height: 64px;
  border: solid 1px #ffe1d7;
  border-radius: 3px;
  background: #fff8f6;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt2 i {
  position: absolute;
  top: -12px;
  left: 24px;
  display: block;
  width: 18px;
  height: 12px;
  background: url('../../img/item_v1/ico_09.png') no-repeat;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .txt2 p {
  padding: 5px 12px;
  line-height: 24px;
  color: #676765;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .invalid_icon {
  position: absolute;
  width: 56px;
  height: 55px;
  background: url("../../img/item_v3/icon_invalid_v2.png") no-repeat;
  right: 80px;
  top: 30px;
  z-index: 2;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment {
  float: right;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .comment_i {
  display: inline-block;
  vertical-align: top;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .comment_i p {
  font-size: 14px;
  color: #222;
  margin: 0 2px;
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .comment_i p.icon {
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: top;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .comment_i p.comment_1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url("../../img/item_v3/ico_38.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .comment_i p.comment_1.ok {
  background-image: url("../../img/item_v3/ico_38_hover.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .comment_i p.comment_3 {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url("../../img/item_v3/ico_39.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .comment .line {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 10px;
  margin: 3px 10px;
  background: #C8C8C8;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list {
  padding: 0;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item {
  display: block;
  font-size: 12px;
  width: 100% !important;
  line-height: 24px !important;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item.hide {
  display: none;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .r_content span {
  color: #698BB4;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn .r_time {
  float: left;
  color: #999;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn .r_btn {
  float: right;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .time_and_reply_enter_btn:after {
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
  display: block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in > p {
  display: inline-block;
  font-size: 13px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in > p span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_content {
  width: 650px;
  height: 42px;
  padding: 5px;
  border: none;
  margin-top: 18px;
  outline: none;
  line-height: 20px;
  resize: none;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  background: #EDEDED;
  border-radius: 0 0 1px 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle > p {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn {
  float: right;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn.comment_no {
  background: #C8C8C8;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item .comment_click_in .comment_middle .btn.comment_yes {
  margin-right: -1px;
  background: #FE586B;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_list .r_item:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 0 ;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_open {
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_open .icon_reply_op {
  display: inline-block;
  width: 9px;
  height: 8px;
  vertical-align: top;
  margin: 4px 2px;
  background-image: url('../../img/item_v3/ico_down.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_open .open_text,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_open .close_text {
  display: none;
  font-size: 11px;
  color: #3464C2;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap .reply_open .open_text {
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap.on .reply_list .r_item.hide {
  display: block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap.on .reply_open .icon_reply_op {
  background-image: url('../../img/item_v3/ico_up.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap.on .reply_open .open_text {
  display: none;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li:nth-child(2) .reply_wrap.on .reply_open .close_text {
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click {
  display: none;
  width: 663px;
  margin-left: 87px;
  border-bottom: 1px solid #F0F2F3;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click.on {
  display: block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in {
  width: 661px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in > p {
  display: inline-block;
  font-size: 13px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in > p span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in .comment_content {
  width: 650px;
  height: 42px;
  padding: 5px;
  border: none;
  margin-top: 18px;
  outline: none;
  line-height: 20px;
  resize: none;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in .comment_middle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  background: #EDEDED;
  border-radius: 0 0 1px 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in .comment_middle > p {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in .comment_middle .btn {
  float: right;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in .comment_middle .btn.comment_no {
  background: #C8C8C8;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click .comment_click_in .comment_middle .btn.comment_yes {
  margin-right: -1px;
  background: #FE586B;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul {
  border-bottom: none;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 50px;
  height: 50px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_100 {
  background-image: url("../../../public/img/avatar_frame/frame_100.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_99 {
  background-image: url("../../../public/img/avatar_frame/frame_99.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_98 {
  background-image: url("../../../public/img/avatar_frame/frame_98.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_97 {
  background-image: url("../../../public/img/avatar_frame/frame_97.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_96 {
  background-image: url("../../../public/img/avatar_frame/frame_96.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_95 {
  background-image: url("../../../public/img/avatar_frame/frame_95.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_94 {
  background-image: url("../../../public/img/avatar_frame/frame_94.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_93 {
  background-image: url("../../../public/img/avatar_frame/frame_93.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_92 {
  background-image: url("../../../public/img/avatar_frame/frame_92.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_91 {
  background-image: url("../../../public/img/avatar_frame/frame_91.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_90 {
  background-image: url("../../../public/img/avatar_frame/frame_90.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_89 {
  background-image: url("../../../public/img/avatar_frame/frame_89.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_88 {
  background-image: url("../../../public/img/avatar_frame/frame_88.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_87 {
  background-image: url("../../../public/img/avatar_frame/frame_87.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_86 {
  background-image: url("../../../public/img/avatar_frame/frame_86.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_85 {
  background-image: url("../../../public/img/avatar_frame/frame_85.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_84 {
  background-image: url("../../../public/img/avatar_frame/frame_84.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_83 {
  background-image: url("../../../public/img/avatar_frame/frame_83.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_82 {
  background-image: url("../../../public/img/avatar_frame/frame_82.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_81 {
  background-image: url("../../../public/img/avatar_frame/frame_81.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_80 {
  background-image: url("../../../public/img/avatar_frame/frame_80.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_79 {
  background-image: url("../../../public/img/avatar_frame/frame_79.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_78 {
  background-image: url("../../../public/img/avatar_frame/frame_78.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_77 {
  background-image: url("../../../public/img/avatar_frame/frame_77.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_76 {
  background-image: url("../../../public/img/avatar_frame/frame_76.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_75 {
  background-image: url("../../../public/img/avatar_frame/frame_75.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_74 {
  background-image: url("../../../public/img/avatar_frame/frame_74.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_73 {
  background-image: url("../../../public/img/avatar_frame/frame_73.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_72 {
  background-image: url("../../../public/img/avatar_frame/frame_72.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_71 {
  background-image: url("../../../public/img/avatar_frame/frame_71.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_70 {
  background-image: url("../../../public/img/avatar_frame/frame_70.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_69 {
  background-image: url("../../../public/img/avatar_frame/frame_69.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_68 {
  background-image: url("../../../public/img/avatar_frame/frame_68.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_67 {
  background-image: url("../../../public/img/avatar_frame/frame_67.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_66 {
  background-image: url("../../../public/img/avatar_frame/frame_66.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_65 {
  background-image: url("../../../public/img/avatar_frame/frame_65.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_64 {
  background-image: url("../../../public/img/avatar_frame/frame_64.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_63 {
  background-image: url("../../../public/img/avatar_frame/frame_63.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_62 {
  background-image: url("../../../public/img/avatar_frame/frame_62.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_61 {
  background-image: url("../../../public/img/avatar_frame/frame_61.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_60 {
  background-image: url("../../../public/img/avatar_frame/frame_60.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_59 {
  background-image: url("../../../public/img/avatar_frame/frame_59.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_58 {
  background-image: url("../../../public/img/avatar_frame/frame_58.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_57 {
  background-image: url("../../../public/img/avatar_frame/frame_57.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_56 {
  background-image: url("../../../public/img/avatar_frame/frame_56.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_55 {
  background-image: url("../../../public/img/avatar_frame/frame_55.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_54 {
  background-image: url("../../../public/img/avatar_frame/frame_54.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_53 {
  background-image: url("../../../public/img/avatar_frame/frame_53.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_52 {
  background-image: url("../../../public/img/avatar_frame/frame_52.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_51 {
  background-image: url("../../../public/img/avatar_frame/frame_51.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_50 {
  background-image: url("../../../public/img/avatar_frame/frame_50.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_49 {
  background-image: url("../../../public/img/avatar_frame/frame_49.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_48 {
  background-image: url("../../../public/img/avatar_frame/frame_48.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_47 {
  background-image: url("../../../public/img/avatar_frame/frame_47.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_46 {
  background-image: url("../../../public/img/avatar_frame/frame_46.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_45 {
  background-image: url("../../../public/img/avatar_frame/frame_45.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_44 {
  background-image: url("../../../public/img/avatar_frame/frame_44.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_43 {
  background-image: url("../../../public/img/avatar_frame/frame_43.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_42 {
  background-image: url("../../../public/img/avatar_frame/frame_42.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_41 {
  background-image: url("../../../public/img/avatar_frame/frame_41.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_40 {
  background-image: url("../../../public/img/avatar_frame/frame_40.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_39 {
  background-image: url("../../../public/img/avatar_frame/frame_39.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_38 {
  background-image: url("../../../public/img/avatar_frame/frame_38.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_37 {
  background-image: url("../../../public/img/avatar_frame/frame_37.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_36 {
  background-image: url("../../../public/img/avatar_frame/frame_36.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_35 {
  background-image: url("../../../public/img/avatar_frame/frame_35.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_34 {
  background-image: url("../../../public/img/avatar_frame/frame_34.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_33 {
  background-image: url("../../../public/img/avatar_frame/frame_33.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_32 {
  background-image: url("../../../public/img/avatar_frame/frame_32.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_31 {
  background-image: url("../../../public/img/avatar_frame/frame_31.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_30 {
  background-image: url("../../../public/img/avatar_frame/frame_30.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_29 {
  background-image: url("../../../public/img/avatar_frame/frame_29.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_28 {
  background-image: url("../../../public/img/avatar_frame/frame_28.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_27 {
  background-image: url("../../../public/img/avatar_frame/frame_27.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_26 {
  background-image: url("../../../public/img/avatar_frame/frame_26.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_25 {
  background-image: url("../../../public/img/avatar_frame/frame_25.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_24 {
  background-image: url("../../../public/img/avatar_frame/frame_24.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_23 {
  background-image: url("../../../public/img/avatar_frame/frame_23.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_22 {
  background-image: url("../../../public/img/avatar_frame/frame_22.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_21 {
  background-image: url("../../../public/img/avatar_frame/frame_21.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_20 {
  background-image: url("../../../public/img/avatar_frame/frame_20.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_19 {
  background-image: url("../../../public/img/avatar_frame/frame_19.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_18 {
  background-image: url("../../../public/img/avatar_frame/frame_18.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_17 {
  background-image: url("../../../public/img/avatar_frame/frame_17.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_16 {
  background-image: url("../../../public/img/avatar_frame/frame_16.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_15 {
  background-image: url("../../../public/img/avatar_frame/frame_15.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_14 {
  background-image: url("../../../public/img/avatar_frame/frame_14.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_13 {
  background-image: url("../../../public/img/avatar_frame/frame_13.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_12 {
  background-image: url("../../../public/img/avatar_frame/frame_12.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_11 {
  background-image: url("../../../public/img/avatar_frame/frame_11.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_10 {
  background-image: url("../../../public/img/avatar_frame/frame_10.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_9 {
  background-image: url("../../../public/img/avatar_frame/frame_9.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_8 {
  background-image: url("../../../public/img/avatar_frame/frame_8.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_7 {
  background-image: url("../../../public/img/avatar_frame/frame_7.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_6 {
  background-image: url("../../../public/img/avatar_frame/frame_6.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_5 {
  background-image: url("../../../public/img/avatar_frame/frame_5.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_4 {
  background-image: url("../../../public/img/avatar_frame/frame_4.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_3 {
  background-image: url("../../../public/img/avatar_frame/frame_3.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_2 {
  background-image: url("../../../public/img/avatar_frame/frame_2.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1 {
  background-image: url("../../../public/img/avatar_frame/frame_1.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1050 {
  background-image: url("../../../public/img/avatar_frame/frame_1050.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1049 {
  background-image: url("../../../public/img/avatar_frame/frame_1049.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1048 {
  background-image: url("../../../public/img/avatar_frame/frame_1048.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1047 {
  background-image: url("../../../public/img/avatar_frame/frame_1047.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1046 {
  background-image: url("../../../public/img/avatar_frame/frame_1046.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1045 {
  background-image: url("../../../public/img/avatar_frame/frame_1045.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1044 {
  background-image: url("../../../public/img/avatar_frame/frame_1044.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1043 {
  background-image: url("../../../public/img/avatar_frame/frame_1043.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1042 {
  background-image: url("../../../public/img/avatar_frame/frame_1042.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1041 {
  background-image: url("../../../public/img/avatar_frame/frame_1041.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1040 {
  background-image: url("../../../public/img/avatar_frame/frame_1040.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1039 {
  background-image: url("../../../public/img/avatar_frame/frame_1039.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1038 {
  background-image: url("../../../public/img/avatar_frame/frame_1038.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1037 {
  background-image: url("../../../public/img/avatar_frame/frame_1037.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1036 {
  background-image: url("../../../public/img/avatar_frame/frame_1036.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1035 {
  background-image: url("../../../public/img/avatar_frame/frame_1035.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1034 {
  background-image: url("../../../public/img/avatar_frame/frame_1034.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1033 {
  background-image: url("../../../public/img/avatar_frame/frame_1033.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1032 {
  background-image: url("../../../public/img/avatar_frame/frame_1032.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1031 {
  background-image: url("../../../public/img/avatar_frame/frame_1031.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1030 {
  background-image: url("../../../public/img/avatar_frame/frame_1030.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1029 {
  background-image: url("../../../public/img/avatar_frame/frame_1029.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1028 {
  background-image: url("../../../public/img/avatar_frame/frame_1028.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1027 {
  background-image: url("../../../public/img/avatar_frame/frame_1027.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1026 {
  background-image: url("../../../public/img/avatar_frame/frame_1026.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1025 {
  background-image: url("../../../public/img/avatar_frame/frame_1025.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1024 {
  background-image: url("../../../public/img/avatar_frame/frame_1024.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1023 {
  background-image: url("../../../public/img/avatar_frame/frame_1023.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1022 {
  background-image: url("../../../public/img/avatar_frame/frame_1022.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1021 {
  background-image: url("../../../public/img/avatar_frame/frame_1021.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1020 {
  background-image: url("../../../public/img/avatar_frame/frame_1020.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1019 {
  background-image: url("../../../public/img/avatar_frame/frame_1019.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1018 {
  background-image: url("../../../public/img/avatar_frame/frame_1018.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1017 {
  background-image: url("../../../public/img/avatar_frame/frame_1017.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1016 {
  background-image: url("../../../public/img/avatar_frame/frame_1016.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1015 {
  background-image: url("../../../public/img/avatar_frame/frame_1015.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1014 {
  background-image: url("../../../public/img/avatar_frame/frame_1014.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1013 {
  background-image: url("../../../public/img/avatar_frame/frame_1013.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1012 {
  background-image: url("../../../public/img/avatar_frame/frame_1012.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1011 {
  background-image: url("../../../public/img/avatar_frame/frame_1011.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1010 {
  background-image: url("../../../public/img/avatar_frame/frame_1010.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1009 {
  background-image: url("../../../public/img/avatar_frame/frame_1009.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1008 {
  background-image: url("../../../public/img/avatar_frame/frame_1008.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1007 {
  background-image: url("../../../public/img/avatar_frame/frame_1007.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1006 {
  background-image: url("../../../public/img/avatar_frame/frame_1006.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1005 {
  background-image: url("../../../public/img/avatar_frame/frame_1005.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1004 {
  background-image: url("../../../public/img/avatar_frame/frame_1004.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1003 {
  background-image: url("../../../public/img/avatar_frame/frame_1003.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1002 {
  background-image: url("../../../public/img/avatar_frame/frame_1002.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1001 {
  background-image: url("../../../public/img/avatar_frame/frame_1001.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.png?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_1000 {
  background-image: url("../../../public/img/avatar_frame/frame_1000.gif?123");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_100 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_99 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_98 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_97 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_96 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_95 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_94 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_93 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_92 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_91 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_90 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_89 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_88 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_87 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_86 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_85 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_84 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_83 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_82 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_81 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_80 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_79 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_78 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_77 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_76 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_75 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_74 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_73 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_72 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_71 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_70 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_69 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_68 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_67 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_66 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_65 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_64 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_63 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_62 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_61 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_60 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_59 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_58 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_57 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_56 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_55 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_54 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_53 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_52 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_51 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_50 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_49 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_48 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_47 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_46 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_45 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_44 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_43 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_42 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_41 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_40 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_39 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_38 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_37 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_36 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_35 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_34 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_33 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_32 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_31 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_30 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_29 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_28 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_27 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_26 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_25 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_24 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_23 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_22 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_21 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_20 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_19 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_18 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_17 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_16 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_15 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_14 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_13 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_12 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_11 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_10 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_9 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_8 {
  width: 59px;
  height: 59px;
  left: -4px;
  top: -10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_6,
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_pic_box p.frame_7 {
  left: 0px;
  top: -5px;
  width: 50px;
  height: 50px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .com_img {
  position: absolute;
  left: 5px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user {
  float: left;
  width: 603px;
  padding-left: 10px;
  margin-bottom: 40px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title {
  width: 100%;
  height: 23px;
  font-size: 14px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .comment_user_name {
  display: inline-block;
  line-height: 23px;
  margin-right: 10px;
  color: #FE586B;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper {
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper img {
  vertical-align: top;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_nobile {
  min-width: 44px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_level {
  min-width: 40px;
  margin-right: 4px;
  padding-left: 1px;
  padding-right: 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .icon_title {
  min-width: 34px;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num {
  position: absolute;
  top: 62px;
  left: 9px;
  width: 45px;
  height: 14px;
  padding-top: 4px;
  padding-left: 13px;
  margin: 0 auto;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_0 {
  background: url("../../../public/img/frame/0.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_1 {
  background: url("../../../public/img/frame/1.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_2 {
  background: url("../../../public/img/frame/2.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_3 {
  background: url("../../../public/img/frame/3.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_4 {
  background: url("../../../public/img/frame/4.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_5 {
  background: url("../../../public/img/frame/5.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_6 {
  background: url("../../../public/img/frame/6.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_7 {
  background: url("../../../public/img/frame/7.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_8 {
  background: url("../../../public/img/frame/8.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .icon_wrapper .vip_num span.vip_num_9 {
  background: url("../../../public/img/frame/9.png") top center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .time {
  float: right;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  color: #999;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_user_title .replay_btn {
  float: right;
  font-size: 12px;
  color: #222;
  margin-left: 10px;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li .comment_user .comment_mid {
  width: 100%;
  font-size: 14px;
  color: #222;
  margin-top: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li:last-child .comment_user {
  margin-bottom: 20px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content ul li.comment_click ul li:nth-child(2) {
  padding-bottom: 0 !important;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .empty {
  display: none;
  padding-top: 80px;
  text-align: center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .empty img {
  display: block;
  margin: 0 auto;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .empty span {
  font-size: 14px;
  color: #ddd;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .loadBox {
  padding-top: 80px;
  text-align: center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average {
  padding-top: 20px;
  width: 750px;
  margin: 0 auto;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average .total_num {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average .average {
  float: right;
  padding-left: 36px;
  color: #FFAA00;
  font-size: 19px;
  line-height: 32px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average .average span {
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average .average.bad {
  background: url("../../img/item_v3/face_3.png") no-repeat left center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average .average.mid {
  background: url("../../img/item_v3/face_2.png") no-repeat left center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average .average.good {
  background: url("../../img/item_v3/face_1.png") no-repeat left center;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .total_and_average:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .tags {
  width: 750px;
  margin: 0 auto;
  padding-top: 12px;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .tags span {
  margin-top: 8px;
  line-height: 30px;
  border-radius: 4px;
  background: #F5F5F5;
  border: 1px solid #f5f5f5;
  text-align: center;
  padding: 0 12px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .tags span.on,
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .tags span:hover {
  border: 1px solid rgba(255, 61, 117, 0.1);
  background: rgba(255, 61, 117, 0.1);
  color: #FF3D75;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .tags span.bad.on,
.folding_evaluation_pop .folding_evaluation_pop_content .content .evaluate_total_num_and_tags .tags span.bad:hover {
  border: 1px solid #eeeeee;
  color: #666;
  background: #fff;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .content_box .content_wrap ul li:nth-child(2) {
  min-height: 80px;
  border-bottom: 1px solid #F0F2F3;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .content_box .content_wrap ul li:nth-child(2) .reply_list li:nth-child(2) {
  min-height: auto !important;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .content_box .list_more {
  display: none;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .content_box .list_more.on {
  display: block;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .content_box .list_more .l_m_text {
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.folding_evaluation_pop .folding_evaluation_pop_content .content .content_box .list_more .l_m_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top: 3px;
  background-image: url("../../img/item_v3/icon_more.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.folding_evaluation_pop .folding_evaluation_pop_content .folding_evaluation_content {
  overflow: hidden;
  overflow-y: scroll;
  width: 808px;
  height: 545px;
}
@keyframes flowlight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.show_big_pic_for_shili {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_big_pic_for_shili .del_pop_for_video {
  position: absolute;
  color: #fff;
  font-size: 32px;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.show_big_pic_for_shili .left_arrow {
  width: 26px;
  height: 70px;
  background: url("../../img/playerCheck/arrow_left.png") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}
.show_big_pic_for_shili .right_arrow {
  width: 26px;
  height: 70px;
  background: url("../../img/playerCheck/arrow_right.png") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}
.show_big_pic_for_shili .center_content img {
  display: block;
  max-width: 500px;
  max-height: 400px;
}
.show_big_pic_for_shili .center_content .text_box {
  margin-top: 20px;
  text-align: center;
  color: #C8C8C8;
  font-size: 14px;
}
.show_big_pic_for_shili .center_content .text_box span {
  font-size: 18px;
  color: #fff;
}
.show_big_pic {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_big_pic img {
  height: auto;
  position: relative;
  max-height: 450px;
  max-width: 600px;
  display: block;
}
.show_big_pic .del_pop_for_video {
  position: absolute;
  color: #fff;
  font-size: 32px;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
