@media(min-width: 1010px) {
  .page-header {
    display: none;
  }
  .ii-promotion-stories {
    width: 500px;
    margin: auto;
  }
  .ii-promotion-link {
    position: relative;
  }
  .ii-promotion-link a {
    position: absolute;
    top: 240px;
    right: 30px;
    width: 168px;
    height: 40px;
  }
  .ii-stories-rule {
    display: none;  
  }
/*
 * ----------------------------------------------------------------------------
 * comment
 * ----------------------------------------------------------------------------
 */
  .ii-markting-comment-position {
    width: 500px;
    margin: auto;
    padding: 30px 15px;
    background-color: #fff;
  }
  .ii-pro-comment-img {
    display: none;
  }
  form#comment {
    padding: 0px;
  }
  #comment_text {
    width: 368px;
  }
  #comment_btn {
    float: right;
  }
  ul.ii-comment-tabs {
    padding-top: 15px;
  }
  .ii-comment-lists.by-hot .ii-comment-date {
    float: left;
    padding-left: 15px;
    line-height: 1.5;
  }
  .ii-comment-position {
    float: right;
    line-height: 1.5;
  }
/*
 * ----------------------------------------------------------------------------
 * model
 * ----------------------------------------------------------------------------
 */
  .ii-story-reward-container {
    position: fixed;
    top: 60px;
    left: calc(50% - 250px);
    height: 100vh;
    width: 500px;
    z-index: 999;
    background-color: rgba(0,0,0,0.8);
  }
  .ii-story-reward-container > div {
    background-color: #fff;
    margin: 120px 60px 0px;
    padding: 15px 30px;
    position: relative;
    border-radius: 4px;
  }
  .ii-story-reward-container .icon-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px;
    font-size: 20px;
  }
  .ii-story-reward-content {
    font-size: 16px;
    padding: 40px 15px 15px;
    text-align: center;
  }
  .ii-story-reward-content img {
    margin: 0px auto 15px;
  }
}
