@media screen and (max-width: 760px) {
  #logo {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .showimg {
    padding: 0;
  }
  .showimg img {
    display: none;
  }
  .right-side {
    width: auto;
    height: auto;
    text-align: left;
  }
  .right-side h1 {
    text-align: left;
    font-weight: 10;
  }
  .right-side p {
    text-align: left;
    font-size: 16px;
  }
  .site-footer {
    text-align: justify;
  }
  .site-footer h6 {
    text-align: center;
  }
  .about-img {
    width: 100%;
  }
  .about-img img {
    display: block;
  }

  /* 游戏介绍信息 */
  .game-info {
    margin: 50px auto 10px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .game-info .title {
    color: #860a00;
    font-size: 24px;
    font-weight: 600;
  }
  .game-info .small-title {
    color: #333333;
    font-size: 12px;
  }
  .game-info .content {
    width: 100%;
    padding: 25px 0;
    margin-top: 15px;
    background-color: #aaccbb;
    border-radius: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .game-info .content .item {
    width: 50%;
    padding: 10px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .game-info .content .item .bg-item {
    width: 95%;
    height: 200px;
    background-color: #ddd;
    padding: 15px;
    border-radius: 15px;
  }
  .game-info .content .item .item-title {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    text-align: left;
  }
  .game-info .content .item .item-list {
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    text-align: left;
  }

  .game-two {
    width: 100%;
    padding: 15px 10px;
    margin: auto;
    background-color: #61b48b;
    border-radius: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .game-two .ele {
    width: 48%;
    height: 220px;
    background-color: #ddd;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .game-two .ele .ele-title {
    font-weight: 600;
    font-size: 16px;
    color: #444444;
  }
  .game-two .ele .ele-content {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    text-align: left;
  }

  /* welcome页面 */
  .welcome {
    display: none;
  }

  .welcome-body .down {
    background-color: rgb(133, 23, 23);
    border-radius: 5px;
  }

  .welcome-body .down a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
  }

  .welcome-body .star-and-downcount {
    margin: 15px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .welcome-body .star-and-downcount .item {
    padding: 5px 25px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }

  .welcome-body .star-and-downcount .star {
    border-right: 1px solid #444444;
  }

  .welcome-body .intro-txt {
    margin: 15px 0;
    font-size: 16px;
  }

  .welcome-body {
    background-color: #f6f6f6;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding: 30px 0;
    font-size: 14px;
  }

  .welcome-body .rummy-carousel {
    width: 100%;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
    color: #333333;
  }

  .welcome-body .rummy-carousel .carousel-indicators li {
    background-color: #666;
    margin: 0 3px;
  }

  .welcome-body .rummy-carousel .carousel-caption {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }

  .welcome-body .rummy-carousel .carousel-caption h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .welcome-body .rummy-carousel .carousel-caption p {
    color: #555555;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
  }

  .welcome-body .down-step {
    width: 100%;
    margin: 25px;
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
  }

  .welcome-body .down-step .item img {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }

  .welcome-body .user-comment {
    width: 100%;
    padding: 0 15px;
  }

  .welcome-body .user-comment .item {
    margin: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #d7d7d7;
    padding: 10px;
    border-radius: 10px;
  }

  .welcome-body .user-comment .item .avator {
    width: 60px;
    height: 60px;
  }

  .welcome-body .user-comment .item .avator img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    margin-right: 15px;
  }

  .welcome-body .user-comment .item .user-intro {
    flex: 1;
    padding-left: 20px;
  }

  .welcome-body .user-comment .item .user-intro .name-addr {
    font-size: 15px;
    font-weight: 600;
  }

  .welcome-body .user-comment .item .user-intro .name-addr .ddr {
    margin-left: 25px;
    color: #666;
  }

  .welcome-body .user-comment .item .user-intro .desc {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
  }

  .welcome-body .please-note {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .welcome-body .please-note .title {
    font-weight: 600;
    color: #860a00;
  }

  .welcome-body .please-note .notes span {
    font-weight: 500;
    padding: 0 5px;
    color: #860a00;
  }
}
