.wrap{
    padding-top: 63px;
}
.header{
    color: #1F1F1F;
}
.login > span {
    border: 1px solid #1F1F1F;
    color: #4D4D4D;
  }
  .logo-img{
    background: url(../img/lianlian-logo.png) no-repeat center center;
    background-size: 100%;
  }
.img-inner{
    display: flex;
    justify-content: space-around;
    margin-top: 160px;
    align-items: flex-end;
}
.img-inner>div{
margin: 0 4px;
    flex: 1;
}
.intro{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}
.img-inner img{
    width: 100%;
    border: 1px solid #e6e7eb;
    border-radius: 8px;
}
.download-btn{

    width:50%;
    padding: 0 15px;
    font-size: 16px;
    margin:62px auto 0px;
    text-align: center;
}

.download-btn a{
    display: none;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #267DE1;
    border-color: #267DE1;
    margin-top: 30px;
    border-radius: 4px;
}
.download-btn a.bcActive{
    background-color: #90C3FC;
    border-color: #90C3FC;
}

  /* 修改轮播图圆点 */
  .carousel-indicators{
    bottom: -50px;
  }
  .carousel-indicators li {

    background-color: rgba(0,0,0,0.1);
  }
  .carousel-indicators .active {

    background-color: #267DE1;
  }

.wxtip{
    text-align: right; display: none;background: rgba(0,0,0,0.6);  position: fixed; left:0; top: 0; width: 100%; height: 100%; z-index: 998;
    padding-right: 33px;
}
.wxtip-txt{
    color: #fff;padding-top: 30px;
}
.wxtip-txt>div:last-child{
    padding-right: 33px;
}
i.circle{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: #267DE1;
    color: #fff;
    font-style: normal;
}
.wxtip-icon{
    display: inline-block;
    width: 33px;
    height: 36px;
    background: url(../img/path.png) no-repeat center center;
    background-size: 33px auto;
}
/* 小屏幕时，图片和文字调换位置顺序 */
@media (max-width: 992px) {
    .header{
        color: #FFFFFF;
        background: #000D24;
    }
    /* .login > span {
        border: 1px solid #1F1F1F;
        color: #4D4D4D;
      } */
      .logo-img{
        background: url(../img/lianlian-logo-active.png) no-repeat center center;
        background-size: 100%;
      }
}