/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;

    max-width: 500px;
    margin: 0 auto;
}


body {
    font-size: 0.14rem;
    color: #333;
}

.container {
    padding: 0.5rem;
}


.header {
    text-align: center;
    font-size: 0.48rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.tips {
    color: #04be02;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 0.36rem;
    letter-spacing: 1px;
}

.fl {
    float: left;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* App 信息卡 */
.app-card {
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.4rem;
    /* display: flex; */
    align-items: center;
    margin-bottom: 0.5rem;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
}

.app-card img {
    width: 2rem;
    height: 2rem;
    /* border-radius: 0.2rem; */
    margin-right: 0.4rem;
}

.app-card .app-name {
    font-size: 0.4rem;
    font-weight: bold;
    padding-top: .1rem;
    margin-bottom: 0.7rem;
}

.app-card .get-btn {
    line-height: 0.6rem;
    background: #007aff;
    color: #fff;
    font-size: .3rem;
    text-decoration: none;
    padding: 0.15rem 0.3rem;
    border-radius: 0.3rem;
}

.get-app {
    width: 100%;
    position: relative;
}

.app-card .share-img {
    vertical-align: top;
    height: 0.6rem;
    width: 0.6rem;
    position: absolute;
    right: -5rem;
}

/* 步骤卡 */
.step-card {
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.5rem 0.4rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
}

.step-title {
    padding: 0rem 0.38rem;
    border-radius: 0 .373333rem .373333rem 0;
    margin-left: -0.4rem;
    font-size: .36rem;
    display: inline-block;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #007aff;
    color: #fff;
}

.step-content {
    font-size: 0.36rem;
    margin: 0.5rem;
    line-height: 0.36rem;
    text-align: center;
    
}

.step-content img {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    
}
.actives{
    margin-top: 0.5rem;
    text-align: center;
}
.href_logo{
    width: 0.5rem;
    height: 0.5rem;
    vertical-align: top;
}
.href_text{
    font-weight: bold;
}
.step-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.2rem 0;
    border: none;
    border-radius: 0.12rem;
    color: #000;
    font-size: 0.36rem;
    text-decoration: none;
    margin-bottom: 0.2rem;
    border: 1px solid #007aff;
    border-radius: 0.5rem;
}

.step-warning {
    color: #ea4e3d;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    font-weight: bold;
}