.bind-parent {
    margin-bottom: 2rem;
}

.bind-title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    padding-top: 0.5rem;
}

.app-item {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.app-item .tel-icon {
    width: 1.3rem;
    margin-right: 0.4rem;
}

.app-item  .relate-title {
    font-size: 0.3rem;
    font-weight: 600;
}

.app-item  .relate-stitle {
    font-size: 0.24rem;
}

.app-list {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-top: 0.5rem;
}

.ap-item {
    padding: 0.25rem;
    background: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(184, 184, 184, 0.3);
    border-radius: 6px;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ap-item .left-ap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.24rem;
}

.ap-item .left-ap .app-icon {
    width: 0.9rem;
    margin-right: 0.2rem;
}

.down-btn {
    width: 2rem;
    text-align: center;
    border-radius: 10px;
    color: #ffffff !important;
    padding: 0.1rem 0;
    background: rgb(50, 85, 230);
    font-size: 0.24rem;
}

.version {
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background: rgb(242, 242, 242);
    margin-top: 0.8rem;
}

.version-wrap {
    padding: 0.5rem 0;
}

.vdesc {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.4rem;
}

.version-wrap .vtitle {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.vtxt {
    text-align: justify;
}

.step-wrap {
    padding-bottom: 1rem;
}

.step-wrap .step-title {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fun-desc {
    padding: 0.4rem;
}

.fun-title {
    font-size: 0.3rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.fun-item {
    margin-top: 0.5rem;
}

.fun-item .fun-stitle {
    font-size: 0.24rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.fun-item .fun-stitle .left-title {
    font-weight: 600;
    margin-right: 0.2rem;
}

.fun-item .fun-stitle .right-title {
    color: #999;
}

.fun-item .txt {
    text-align: justify;
    font-size: 0.24rem;
    color: #999;
}


.toggle-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.to-left {
    transform: rotate(180deg);
}

.pic-num {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.enter-pic {
    width: 100%;
}