body {
  background: white; }

.title-2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  z-index: 1000;
  margin-bottom: 30px; }

.title-3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  border-left: 4px solid #0ba847;
  padding-left: 15px; }

#page-productor .app-banner {
  background: url(../images/20171007203206.jpg) no-repeat center;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  background-size: 100% auto;
  height: 500px; }

.summary {
  padding: 50px; }
  .summary .words {
    width: 500px; }
  .summary .poster {
    position: absolute;
    right: 20px;
    top: -20px; }
    .summary .poster img {
      width: 550px; }

.navigation {
  position: relative;
  top: 20px;
  left: 50px;
  width: 400px;
  top: 300px; }
  .navigation .item {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    margin-right: 20px;
    color: white;
    cursor: pointer;
    -webkit-animation-duration: .7s;
            animation-duration: .7s; }
  .navigation .item1 {
    background: #f6c22c;
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft; }
  .navigation .item2 {
    background: #81d8dd;
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp; }
  .navigation .item3 {
    background: #c7d40e;
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight; }

.character {
  z-index: 1000;
  margin-top: 50px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 20px; }
  .character .subitem {
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative; }
    .character .subitem .viewport {
      height: 250px;
      background-size: 100% 100%; }
    .character .subitem .words {
      width: 400px;
      background: white;
      position: absolute;
      height: 250px; }
  .character .subitem1 {
    background: #e6e6e6; }
    .character .subitem1 .viewport {
      background: url(../images/vbg-1.jpg) no-repeat center;
      padding: 30px; }
    .character .subitem1 .words {
      padding-right: 30px;
      background: #e6e6e6; }
  .character .subitem2 .viewport {
    background: url(../images/vbg-2.jpg) no-repeat center; }
  .character .subitem2 .words {
    right: 0;
    top: 0;
    padding-left: 30px;
    width: 330px; }
  .character .subitem3 {
    background: #e6e6e6; }
    .character .subitem3 .viewport {
      background: url(../images/vbg-3.jpg) no-repeat center;
      padding: 30px; }
    .character .subitem3 .words {
      width: 330px;
      padding-right: 50px;
      background: #e6e6e6; }
  .character .subitem4 {
    background: url(../images/vbg-4.jpg) no-repeat center; }
    .character .subitem4 .words {
      right: 0;
      top: 0;
      padding-left: 40px;
      width: 300px; }

#ability {
  background: whitesmoke;
  padding-top: 40px;
  padding-bottom: 40px; }
  #ability .detail {
    overflow: hidden; }
    #ability .detail .title-3 {
      text-align: center;
      border-left: none;
      font-size: 20px; }
    #ability .detail .subitem {
      float: left;
      width: 37.5%;
      border: 1px solid #d4d4d4;
      padding: 20px 60px;
      height: 230px;
      background: white;
      border-left: 4px solid #04b8be; }
      #ability .detail .subitem .btn {
        background: #04b8be;
        padding: 10px 20px;
        display: block;
        width: 140px;
        margin: 20px auto;
        border-radius: 4px;
        color: white; }
    #ability .detail .subitem2 {
      float: right; }

#source {
  padding: 30px 0;
  position: relative; }
  #source .detail {
    overflow: hidden; }
  #source .subitem {
    float: left; }
    #source .subitem .title-3 {
      margin-top: 30px; }
    #source .subitem .content {
      width: 520px; }
  #source .subitem2 {
    float: right; }
  #source .poster {
    position: absolute;
    right: 95px;
    bottom: 0px; }

#datatype {
  background: #e7e7e7;
  font-size: 14px;
  padding: 40px 0; }
  #datatype .detail {
    text-align: center; }
  #datatype table {
    width: 100%; }
    #datatype table td {
      border: 1px solid #b6b6b6;
      padding: 15px 0; }
  #datatype .words {
    text-align: left;
    margin-top: 10px;
    font-size: 13px; }
