
.content-wrapper .project-header .desc{
  overflow: hidden;
}
.content-wrapper .project-header .desc .item{
  float: left;
  line-height: 23px;
  font-size: 15px;
  margin-right: 20px;
}
.content-wrapper .project-header .desc .item.user-avatar{
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.content-wrapper .project-header .desc .item.cs-time-box,
.content-wrapper .project-header .desc .item.cs-views
{
  color: #666;
}
.content-wrapper .project-header .desc .cs-time{
  margin-left: 4px;
}
.content-wrapper .project-header .title{
      display: inline-block;
    height: 30px;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    max-width: 680px;
    position: relative;
}


.content-wrapper .project-body {
  overflow: hidden;
  margin-top: 20px;
}
.content-wrapper .project-body .player-left{
  float: left;
  width: 718px;
  height: 590px;
}
.content-wrapper .project-body .player-right{
  float: left;
  height: 590px;
  padding-left: 20px;
  width: 451px;
}

.content-wrapper .project-body .player-right .player-right-body{
    height: 470px;
    overflow: hidden;
    overflow-y: auto;
}
.player-right-body .cs-right-title{
    color: #333333;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}
.player-right-body .cs-right-desc{
      color: #666666;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 19px;
    margin-bottom: 25px;
}
.player-right-footer .label-row{
  margin-bottom: 15px;
}
.player-right-footer .button-row .ui.button{
    margin-right: 30px;
}
.project-footer{
   border-top:1px solid #eee;
   margin-top:15px;
   overflow: hidden;
   padding:20px 20px;
   overflow: hidden;
}
.project-footer .footer-item{
  float: left;
  margin-right: 50px;
  font-size: 16px;
  cursor: pointer;
}
.project-footer .footer-item .icon.hand,
.project-footer .footer-item .hand-text{
    float: left;
}
.project-footer .footer-item .hand.icon{
   margin-top: -4px;
}
.player-right-footer{
  padding-top: 23px;

}
.ui.project-segment{
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  margin: 1rem 0;
  padding: 1em 1em;
  border-radius: .28571429rem;
  border: 1px solid rgba(34,36,38,.15);
}
.ui.project-segment .score-ribbon{
  position: absolute;
}
.ui.project-segment  .ui[class*="right ribbon"].label{
  left: calc(100% + 1rem);
}
.project-segment .ribbon .score-left{
   font-size: 40px;
   margin-right: 10px;
   font-weight: normal;
}
.project-segment .ribbon .score-right .score-people{
    margin-top: 5px;
    color: #ddd;
}
.sc-header-title{
    font-size: 1.48571429em;
    line-height: 40px;
}
.sc-padding{
  padding: 15px;
}
.avatar.image{
  margin-right: .25em;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}
.share-ways.fl{
  margin-top:-5px !important;
  margin-left: 15px;
}
.sc-body-left{
  position: relative;
  width: 718px;
  float: left;
}
.ui.dimmer {
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,.6);
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 6;
}
.ui.dimmer>.loader{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.bdsharebuttonbox .bds_weixin {
  background: url(/public/img/icons/sweixin.png) no-repeat !important;;
  height: 32px !important;
  width: 32px !important;
  background-size: 32px 32px !important;
}
.bdsharebuttonbox .bds_qzone {
  background: url(/public/img/icons/sqq.png) no-repeat !important;
  height: 30px !important;
  width: 30px !important;
  background-size: 30px 30px !important;
}
.bdsharebuttonbox .bds_tqq {
  background: url(/public/img/icons/sweibo.png) no-repeat !important;
  height: 33px !important;
  width: 33px !important;
  background-size: 33px 33px !important;
}
.item-row{
  line-height: 30px;
  overflow: hidden;
}
.item-row .item{
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.bd_weixin_popup{
  height: 310px !important;
}
.score_average{
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px;
}
.item.sc-item-color{
  color: #999;
}
.footer-item.thumbs-up-btn{
    display: inline-block;
    height: 30px;
    width: 30px;
    padding-left: 30px;
    cursor: pointer;
    line-height: 30px;
    color: #666;
    background: url(/public/img/icons/hund-up.png) no-repeat;
    background-size: 25px 25px;
    background-position: 0px 0px;
}
.footer-item.thumbs-up-btn.active{
    background: url(/public/img/icons/hund-up-active.png) no-repeat;
    background-size: 25px 25px;
    background-position: 0px 0px;
}
.layui-rate{
  padding:0px;
}
.score-container{
  display: flex;
  width: 230px;
  height: 56px;
  align-items: center;
  background: rgba(255, 197, 48, 0.15);
  border-radius: 56px 0 0 56px;
  box-sizing: border-box;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 30px;
  color: #999;
}
.comment.segment{
  padding: 30px;
}
.comment-header{
  color: #666;
}
.comment-editor{
  padding: 15px 0px;
}
.comment-editor>.comment-editor-footer{
  overflow: hidden;
  padding: 10px 0px;
}

.ui.feed:last-child {
    margin-bottom: 0;
}
.ui.feed {
    font-size: 1rem;
}


.ui.feed>.event:first-child {
    border-top: 0;
    padding-top: 0;
}
.ui.feed>.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: .21428571rem 0;
    margin: 0;
    background: 0 0;
    margin-top:10px;
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
}
.ui.feed>.event>.label {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.5em;
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: left;
}
.ui.feed>.event>.label+.content {
    margin: .5em 0 .35714286em 1.14285714em;
    margin-top: 0px;
}
.ui.feed>.event .desc{
  display: block;
  width: 100%;
  color: #444;
  font-size: 13px;
  margin: 10px 0px;
}

.ui.feed>.event>.content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: left;
    word-wrap: break-word;
}
.ui.feed>.event>.content .summary {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    color: rgba(0,0,0,.87);
}
.ui.feed>.event>.content .meta {
    display: inline-block;
    font-size: .85714286em;
    margin: .5em 0 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    color: rgba(0,0,0,.6);
}
.ui.feed>.event>.content .user {
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    vertical-align: baseline;
}

.ui.feed>.event>.content a {
    cursor: pointer;
    color: #666;
}

.ui.feed>.event>.content .summary>.date {
    display: inline-block;
    float: none;
    font-weight: 400;
    font-size: .85714286em;
    font-style: normal;
    margin: 0 0 0 .5em;
    padding: 0;
    color: rgba(0,0,0,.4);
}

.ui.feed>.event>.content .date {
    margin: -.5rem 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 1em;
    font-style: normal;
    color: rgba(0,0,0,.4);
}
.ui.feed>.event>.content .meta .like {
    color: '';
    -webkit-transition: .2s color ease;
    transition: .2s color ease;
}





 
 div[class^='player_stage-only'] :not([class*="stage_stage-wrapper-overlay"])>[class^="stage_stage-bottom-wrapper"] {
    width: 100% !important;
    bottom: 0;
    top: initial;
    left: 0 !important;
    margin-left: 0 !important;
}
div[class^='player_stage-only'],
div[class^='player_stage-only'] [class^='stage_stage-wrapper'] [class^='stage_stage'],
div[class^='player_stage-only'] [class^='stage_stage'] canvas
{
       min-width: 718px !important; 
       min-height: 540px !important;
       margin-top: 0px;
}
#player-container{
    width: 718px !important;
    height: 584px !important;
    margin:0 auto;
    position: relative;
    background-color: #1E9FFF;
}
div[class^='stage-header_stage-header-wrapper']{
    background-color: #eee;
}
div[class^='player_stage-only'] canvas[class^='stage_dragging'] {
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
}
div[class^="stage_stage-wrapper_"]>div[class^="stage_stage_"],
div[class^="stage_stage-wrapper_"]>div[class^="stage_green-flag-overlay"]{
    border: none;
    border-radius: 0 !important;
}

div[class^='player_stage-only'] div{
}


