* {
  margin: 0;
  padding: 0; }

#header {
  background: url(../image/top_bg_middle.png) top center no-repeat;
  background-size: 100% auto;
  height: 260px;
  margin-bottom: 20px; }

@media screen and (max-width: 980px) {
  #header {
    background: url(../image/top_bg_mobile.png) top center no-repeat;
    background-size: 100% auto;
    height: 100px; } }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.content {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .content .app-logo {
    margin-bottom: 30px; }
    .content .app-logo > .img {
      width: 100px;
      height: 100px;
      display: inline-block; }
  .content .app-title {
    padding-top: 10px;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .content .app-title .android-icon {
      display: inline-block;
      width: 28px;
      margin-right: 5px; }
  .content .app-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px; }
    .content .app-breadcrumb .item {
      padding-right: 10px;
      margin-right: 5px;
      margin-bottom: 4px;
      color: #788090; }
  .content .app-qrcode {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center; }
    .content .app-qrcode > img {
      width: 126px;
      height: 126px;
      border: none;
      padding: 3px;
      display: inline-block; }
  .content .app-install {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7ebed; }
    .content .app-install .in-btn {
      background-color: #28caad;
      line-height: initial;
      border: 1px solid transparent;
      z-index: 1040;
      font-size: 18px;
      padding: 8px 20px;
      border-radius: 30px;
      color: #fff;
      text-decoration: none; }
  .content .tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
    text-align: left; }
    .content .tag-box .content-title {
      color: #0A0D26;
      margin-bottom: 15px;
      font-weight: 600;
      font-size: 20px;
      line-height: 25px; }
    .content .tag-box .imgs-list {
      max-width: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      overflow-x: auto; }
      .content .tag-box .imgs-list .img {
        width: 220px;
        display: block;
        margin: 10px;
        border-radius: 16px;
        box-shadow: 0 0 5px #ddd; }
    .content .tag-box .version_explain {
      color: #969b9d; }
  .content #modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: right;
    transition: all linear .2s;
    overflow: hidden; }
    .content #modal.hide {
      opacity: 0;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%; }
    .content #modal .modal-text {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      text-align: right;
      margin: 0 20px 0 0;
      line-height: 30px; }
      .content #modal .modal-text .browser-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 4px;
        vertical-align: sub; }
    .content #modal .arrow-icon {
      transform: rotate(-65deg);
      display: inline-block;
      margin: 30px 20px 0 0; }
