.mod-banner .bd {
  height: 200px;
  background: url('/static/image/xiazai/banner.png');
  text-align: center;
  color: #fff;
}

.mod-banner .bd h3 {
  padding-top: 66px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.mod-banner .bd p {
  line-height: 28px;
}

.mod-download .bd {
  padding: 20px 0 150px;
  overflow: hidden;
}

.mod-download .iphone {
  margin-right: 850px;
  height: 320px;
  background: url('/static/image/xiazai/iphone.png') center center no-repeat;
}

.mod-download .detail {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .mod-download .detail {
    width: 100%;
    margin: 0 auto;
  }
}

.mod-download .detail p.subtitle {
  height: 30px;
  margin-bottom: 15px;
  line-height: 30px;
  text-align: center;
  color: #666;
}

.mod-download .detail p.title {
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.mod-download ul {
  overflow: hidden;
}

.mod-download li {
  float: left;
  width: 33.33%;
}
.mod-download .item .code_show {
  display: block !important;
  background-color: #fff !important;
}

.mod-download .item {
  position: relative;
  height: 180px;
  margin: 0 8px;
  border-radius: 4px;
  /* background: #484848; */
  border: 1px solid #dbdbdb;
}

/* 新增 start */
.mod-download .android_icon {
  height: 100%;
}
.mod-download .android_icon,
.mod-download .ios_box {
  /* padding: 0 !important; */
  padding: 16px 45px !important;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  align-items: flex-end;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.mod-download .android_icon .btn,
.mod-download .ios_box .btn {
  width: 150px;
}

.mod-download .android_icon p {
  /* padding-top: 15px; */
  font-size: 14px;
}

.mod-download .android_icon p:first-child,
.mod-download .ios_box p:first-child {
  width: 150px;
}
.mod-download .android_icon p:first-child img,
.mod-download .ios_box p:first-child img {
  width: 65px !important;
  height: 65px !important;
}
.mod-download .android_icon p.android_wechat_none,
.mod-download .ios_box p:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(0%, -50%);
  padding: 0 !important;
}
.mod-download .android_icon p.android_wechat_none img,
.mod-download .ios_box p:nth-child(2) img {
  margin: 0;
  width: 130px !important;
  height: 130px !important;
}
.mod-download .android_icon p:last-child,
.mod-download .ios_box p:last-child {
  margin-top: 10px;
}
/* 新增 end */

@media (max-width: 1200px) {
  .mod-download .android_icon,
  .mod-download .ios_box {
    padding: 16px 30px !important;
  }
  .mod-download .android_icon p.android_wechat_none,
  .mod-download .ios_box p:nth-child(2) {
    left: 30px;
  }
  @media (max-width: 1100px) {
    /* 二维码 */
    .mod-download .android_icon p.android_wechat_none img,
    .mod-download .ios_box p:nth-child(2) img {
      width: 120px !important;
      height: 120px !important;
    }
    /* 图标和下载按钮 */
    .mod-download .android_icon p:first-child,
    .mod-download .android_icon .btn,
    .mod-download .ios_box p:first-child,
    .mod-download .ios_box .btn {
      width: 140px !important;
    }
    @media (max-width: 1050px) {
      /* 安卓盒子 */
      .mod-download .android_icon,
      .mod-download .ios_box {
        padding: 16px 10px !important;
      }
      .mod-download .android_icon p.android_wechat_none,
      .mod-download .ios_box p:nth-child(2) {
        left: 10px;
      }
      @media (max-width: 900px) {
        /* 二维码 */
        .mod-download .android_icon p.android_wechat_none img,
        .mod-download .ios_box p:nth-child(2) img {
          width: 105px !important;
          height: 110px !important;
        }
        /* 图标和下载按钮 */
        .mod-download .android_icon p:first-child,
        .mod-download .android_icon .btn,
        .mod-download .ios_box p:first-child,
        .mod-download .ios_box .btn {
          width: 125px !important;
        }
        .mod-download .ios_box p:first-child img,
        .mod-download .android_icon p:first-child img {
          width: 50px !important;
          height: 50px !important;
          margin-top: 10px;
        }
        .mod-download .ios_box p:last-child,
        .mod-download .android_icon p:last-child {
          padding-top: 4px;
        }
      }
    }
  }
}

.mod-download .icon {
  padding: 30px 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.mod-download .code {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2bd3a0;
  border-radius: 4px;
}

.mod-download .item:hover .code {
  display: block;
}

.mod-download .code p {
  padding-top: 15px;
  text-align: center;
}
.mod-download .ios p:nth-of-type(1) img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-download .ios p:nth-of-type(1) span {
  margin-top: 22px;
  margin-left: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 240px;
  height: 105px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.mod-download .ios p:nth-of-type(1) span i {
  text-align: left;
  font-style: normal;
}
.mod-download .ios p:nth-of-type(2) {
  display: none;
}

.mod-download .btn {
  display: inline-block;
  width: 160px;
  height: 36px;
  background: #2bd3a0;
  border: none;
  border-radius: 20px;
  line-height: 36px;
  color: #fff;
}

.mod-download .bd .after {
  display: block;
  width: 70px;
  height: 172px;
  background-image: url(/static/image/index/bubbleTitle.png);
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  position: absolute;
  right: -45px;
  top: 150px;
  color: #fff;
  font-size: 16px;
  line-height: 57px;
  text-indent: 20px;
  display: inline-block;
}

.versionHistory {
  background-color: #fff;
  margin-bottom: 20px;
}

.versionHistory .title {
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.versionHistory .tabBox {
  margin-bottom: 20px;
  font-size: 20px;
  color: #636673;
}

.versionHistory .tabBox .tab {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  padding: 5px 15px;
  color: #02a7f0;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #ccc;
}

.versionHistory .tabBox .tab.active {
  color: #fff;
  background-color: #02a7f0;
}

.versionHistory .content {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #636673;
  font-size: 20px;
}

.versionHistory .content .titleList {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.versionHistory .content .titleList span {
  flex: 1;
  margin-right: 3px;
  color: #02a7f0;
}

.versionHistory .content ul li {
  display: flex;
  justify-content: space-around;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
}

.versionHistory .content ul li:nth-child(2n + 1) {
  background-color: #f9fafb;
}

.versionHistory .content ul li.active span:first-child::after {
  content: '最新版';
  position: absolute;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  padding: 3px 10px 5px;
  border-radius: 5px;
  margin-left: 10px;
  background-color: #f53d59;
  top: 50%;
  transform: translateY(-50%);
  min-width: 48px;
}

.versionHistory .content ul li span {
  flex: 1;
  position: relative;
  text-align: center;
}

.versionHistory .content ul li a {
  flex: 1;
  text-align: center;
  color: #169bd5;
}

@media screen and (max-width: 1400px) {
  .mod-download .inner .bd .after {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .mod-banner .bd {
    height: 90px;
  }

  .mod-banner .bd {
    padding: 25px 0;
  }

  .mod-banner .bd h3 {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .mod-download .bd {
    padding: 25px 0;
  }

  .mod-download .detail {
    float: none;
    width: auto;
  }

  .mod-download .detail p.title {
    margin-bottom: 0;
  }

  .mod-download .iphone {
    margin-right: 0;
  }

  .mod-download ul {
    margin-bottom: 20px;
  }

  .mod-download li {
    width: 50%;
  }

  .mod-download li:nth-child(3) .btn {
    background: #00a65a;
  }

  .mod-download li:nth-child(2) .btn {
    background: #0474c8;
  }

  .mod-download li:nth-child(1) {
    display: none;
  }

  .mod-download .item {
    height: 150px;
  }

  .mod-download .item .icon {
    padding: 15px 0 10px;
    line-height: 32px;
    font-size: 16px;
  }

  .mod-download .item .icon img {
    width: 40px;
    height: 40px;
  }

  .mod-download .code {
    position: static;
    display: block;
    height: auto;
    background: none;
  }

  .mod-download .code p {
    padding-top: 0;
  }

  .mod-download .code img {
    display: none;
  }
  .mod-download .ios p:nth-of-type(1) {
    display: none;
  }
  .mod-download .ios p:nth-of-type(2) {
    display: block;
  }
  .mod-download .btn {
    background: #2bd3a0;
    width: 135px;
    color: #fff;
    border-radius: 16px;
  }

  .mod-download .ft {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .container .mod-download .bd .after {
    display: none;
  }

  .versionHistory .content {
    padding: 30px 5px;
  }
}

@media screen and (max-width: 880px) {
  .versionHistory .title {
    /* font-size: .46296296rem;
		margin-bottom: .18518519rem */
    font-size: 18px;
    margin-bottom: 20px;
  }

  .versionHistory .tabBox {
    font-size: 0.37037037rem;
  }

  .versionHistory .content .titleList {
    font-size: 0.37037037rem;
  }

  .versionHistory .content ul li {
    font-size: 0.37037037rem;
  }

  .versionHistory .content ul li.active span:first-child::after {
    font-size: 12px;
    padding: 0 5px;
    top: 18px;
    right: 0;
  }
}

.mobile_show {
  display: none;
}
@media (max-width: 800px) {
  .mod-download .btn {
    font-size: 14px;
  }
  .mod-download li {
    margin: 0;
  }
  /* 安卓移动端 start */
  .mod-download .android_hover .android_icon,
  .mod-download .ios_box {
    display: flex;
    align-items: inherit;
    padding: 0 !important;
  }

  .mod-download .android_icon p:nth-child(1),
  .mod-download .ios_box p:nth-child(1) {
    width: auto !important;
  }
  .mod-download .android_icon p:nth-child(1) img,
  .mod-download .ios_box p:nth-child(1) img {
    width: 60px !important;
    height: 60px !important;
  }
  .mod-download .android_hover .android_icon .android_wechat_none,
  .mod-download .ios_box p:nth-child(2) img {
    display: none;
  }
  /* 安卓移动端 end */
  .mod-download .item .icon img {
    width: 60px;
    height: 60px;
  }
  .mod-download .android_hover:hover .android_icon p:nth-child(1) {
    visibility: visible !important;
  }
  .mod-download .android_hover:hover .android_icon p:nth-child(2) {
    display: none !important;
  }
  .mod-download .ios_icon:hover p:nth-child(1) {
    visibility: visible !important;
  }
  .mod-download .ios_icon:hover p:nth-child(2) {
    display: none !important;
  }
}
.mod-download .ios_icon {
  padding: 0 !important;
}
/* .mod-download .android_icon p:nth-child(2) {
  display: none;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -0%);
} */
.mod-download .android_icon p {
  /* padding-top: 15px; */
  font-size: 14px;
}
.mod-download .ios_link p {
  /* padding-top: 15px; */
}
.mod-download .ios_icon p {
  /* padding-top: 15px; */
  font-size: 14px;
}
