body {
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    background: linear-gradient(-42deg, #4DE7F2, #47CCEB);
    display: flex;
    flex-direction: column;
}

.bg-box {
    width: 100vw;
    height: 63.5%;
    background: url('../../images/Appdownload/download-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-img {
    width: 74%;
    height: auto;
}

.logo-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8%;
}

.logo-box span {
    font-size: 12px;
    font-weight: bold;
    color: #595959;
}

.logo-img {
    width: 27%;
    height: auto;
}

.btn-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-box button {
    width: 200px;
    height: 45px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
}

.btn-box span {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* 遮罩 */
#weixinTip {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.guiddeBox {
    display: flex;
    justify-content: flex-end;
    padding-right: 26px;
}

.tips-box {
    padding-top: 50px;
}

.guiddeBox .img1 {
    height: 83px;
    width: 64px;
}

.guiddeBox .tips1, .guiddeBox .tips2 {
    display: flex;
    align-items: center;
    margin: 4px 0;
}

.guiddeBox .index1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
    color: #666666;
    margin-right: 5px;
}

.guiddeBox .index2 {
    font-size: 18px;
    color: #fff;
}

.guiddeBox .index3 {
    font-size: 14px;
    color: #fff;
}

.guiddeBox .icon1 {
    width: 28px;
    height: 30px;
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.guiddeBox .icon1 img {
    width: 19px;
    height: 4px;
}

.guiddeBox .icon2 {
    height: 28px;
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    margin: 0 4px;
}

.guiddeBox .icon2 img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}