p{
    font-size: 16px;
    color: #333;
}
.wrapper{
    width: 100%;
}

.page-header{
    padding: 5px 40px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.page-header .logo{
    width: 60px;
    vertical-align: middle;
    display: inline-block;
}
.page-header .htitle{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.08052rem;
}

.page-content{
    width: 69%;
    margin: 20px auto;
}
.btn-appstore{
    display: inline-block;
    padding: 10px 20px;
    background: -webkit-linear-gradient(135deg,#eb4eb1,#9257f9 50%,#3150ed);
    background: linear-gradient(315deg,#eb4eb1,#9257f9 50%,#3150ed);
    color: #fff !important;
    font-size: 20px;
    border-radius: 20px
}
strong{
    color: #1c83ed;
}

.item_content{
    padding: 20px;
    border: 0.5px solid #a9adb0;
    border-radius: 5px;
    margin: 15px 15px;
}
.item_content .title{
    text-decoration: underline;
}
.item a{
    color: #000;
}
.item a:focus{
    color: #000;
}

.step-container{
    margin-top: 20px;
    margin-bottom: 10px;
}
.istep-item{
    margin-top: 35px;
}


.istep-item a{
    color: #1c83ed;
}
.istep-item img{width: 100%;}
.istep-item .inline-img{
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}
.step-title{
    background: #333;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
}
.step-title.red{
    background-color: #d21f00;
}
.warning-text{
    color: red;
}
.item-tips{
    color: red !important;
    font-size: 20px;
}
.item-tips span{vertical-align: middle;}
.tips{
    font-style: italic;
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}

.ioscopybtn {
    width: 60%;
    border: 0.6px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    padding: 5px;
    margin: 6px 0;
    position: relative;
}

@media screen and (max-width:768px) { 
    .item{
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .istep-item .col-9, .istep-item .col-3{
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
