html,
body,
div,ul,li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'PingFang SC';
    
}
html,
body{
    background: #fff;
}

ul,li {
    list-style: none;
}

.logo {
    display: block;
    width: 1.4rem;
    height: .44rem;
    margin: .44rem auto 0;
}

.app-img {
    display: block;
    width: 3.75rem;
    margin: 0 auto;
}

.title {
    margin: .24rem auto 0;
    font-size: 0.23rem;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.list {
    width: 100%;
}

.list .item {
    display: flex;
    margin-top: .12rem;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: .14rem;
    color: #585858;
}

.list .item .icon-wrapper {
    width: .2rem;
}

.list .item .text {
    width: 2.4rem;
    white-space: nowrap;
}

.list .item .icon {
    display: block;
    width: .14rem;
    height: .14rem;
    margin-top: 1px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
}

.arrow {
    position: fixed;
    top: .12rem;
    right: .22rem;
    width: .5rem;
    height: .58rem;
}

.IP {
    position: fixed;
    top: .48rem;
    right: 2.46rem;
    width: .56rem;
    height: .78rem;
}

.tips-wrapper {
    position: fixed;
    top: .76rem;
    right: .34rem;
    color: #fff;
    text-align: right;
}

.tips {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.08rem;
}

.sub-tips {
    font-size: 12px;
    transform: scale(.92);
    transform-origin: 100% 0;
}

.download-wrapper {
    display: none;
}

.download {
    display: block;
    width: 2.63rem;
    line-height: .44rem;
    margin: .36rem auto .12rem;
    font-weight: 500;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    background: #FF6907;
    border-radius: 49px;
}

.invoke {
    padding-bottom: .3rem;
    font-size: .14rem;
    height: .22rem;
    line-height: .22rem;
    text-align: center;
    color: #FF6907;
}

.download-code {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: .1rem 0 .1rem;
}

.download-code >img {
    height: 1rem;
    width: 1rem;
}

.download-code >.text {
    color: #FF6907;
}