
.big-god {
    position: relative;
    display: inline-block;
    width: 100%;
}
.text-god {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    align-items: center;
    display: flex;
}
.god-mark-origin {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
  z-index: 1;
}
.swf-top {
  background: #fff;
  background-color: rgb(255, 255, 255);
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  cursor: hand;
  z-index:1;
  line-height: 0;
}
.god-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    font-size: 12px;
    height: 20px !important;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
    border-radius: 8px 0 0 0;
}
.text-god .xps-mark {
    margin-right: 4px;
}
.text-content{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
