.ios-apple-guide-body {
    margin-top: 18px;
}

.ios-apple-guide-list {
    margin-top: 12px;
}

.ios-apple-guide-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.ios-apple-guide-item:last-child {
    border-bottom: 0;
}

.ios-apple-guide-item-content {
    flex: 1;
    min-width: 0;
    padding-right: 12px;
}

.ios-apple-guide-item-title {
    color: #313131;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
}

.ios-apple-guide-item-desc {
    margin-top: 5px;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 20px;
}

.ios-plan-link {
    display: inline-block;
    flex-shrink: 0;
    height: 34px;
    padding: 0 16px;
    border: 0;
    border-radius: 17px;
    background: #5187f5;
    color: #ffffff;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

/* 独立方案详情页 */
.ios-plan-standalone,
.ios-plan-standalone body {
    min-height: 100%;
    margin: 0;
    background: #f4f4f4;
    color: #444444;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ios-plan-fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 50px;
    background: #393d41;
    color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
}

.ios-plan-fixed-header .ios-plan-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
}

.ios-plan-fixed-header .ios-plan-back::before {
    content: "‹";
    display: inline-block;
    margin-right: 5px;
    font-size: 25px;
    line-height: 45px;
    vertical-align: -2px;
}

.ios-plan-fixed-header .ios-plan-title {
    height: 50px;
    margin: 0 58px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ios-plan-main {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 66px 14px 30px;
    box-sizing: border-box;
}

.ios-plan-card {
    padding: 18px 16px 28px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}

.ios-plan-content {
    color: #444444;
    font-size: 14px;
    line-height: 1.75;
}

.ios-plan-content h3 {
    margin: 24px 0 8px;
    color: #313131;
    font-size: 16px;
    font-weight: bold;
}

.ios-plan-content h3:first-child {
    margin-top: 0;
}

.ios-plan-content p {
    margin: 0 0 12px;
}

.ios-plan-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 12px auto 20px;
}

.ios-apple-guide-warning {
    margin: 0 0 14px;
    padding: 14px;
    border-radius: 8px;
    background: #fff3f3;
    color: #d84949;
}

.ios-apple-guide-warning strong {
    display: block;
    margin-bottom: 6px;
}

.ios-apple-id-form {
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fafafa;
}

.ios-apple-id-row {
    display: flex;
    align-items: center;
    min-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.ios-apple-id-row:last-of-type {
    border-bottom: 0;
}

.ios-apple-id-row > span {
    width: 46px;
    flex-shrink: 0;
    color: #888888;
}

.ios-apple-id-row > strong {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
    color: #313131;
    font-weight: normal;
    word-break: break-all;
    user-select: text;
    -webkit-user-select: text;
}

.ios-apple-id-row button {
    flex-shrink: 0;
    padding: 5px 10px;
    border: 0;
    border-radius: 4px;
    background: #edf3ff;
    color: #2468f2;
}

.ios-apple-id-refresh {
    height: 34px;
    margin-top: 14px;
    padding: 0 16px;
    border: 0;
    border-radius: 17px;
    background: #5187f5;
    color: #ffffff;
    line-height: 34px;
}

.ios-apple-id-note {
    color: #d84949;
}

.ios-copy-message {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 1200;
    display: none;
    padding: 9px 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .72);
    color: #ffffff;
    font-size: 13px;
    transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
    .ios-apple-guide-body {
        height: auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ios-apple-guide-item {
        align-items: flex-start;
    }

    .ios-plan-main {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ios-plan-card {
        padding-right: 13px;
        padding-left: 13px;
    }

    .ios-plan-content img {
        margin-bottom: 16px;
    }
}
