.iosappxiaohuojianicon {
    margin: auto;
    width: 140px;
    box-shadow: 0 0 60px rgba(36,34,46,.1), 0 5px 10px rgba(36,34,46,.1);
    margin-bottom: 20px;
      border-radius: 15%;
      padding: 10px;
      background-color: #fff;
}
.iosapptips{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    background-image: url(https://imgcssjs-1251114932.cos.ap-chengdu.myqcloud.com/yeswall/help/bgtips.png);
    background-repeat: no-repeat;
    background-attachment: scroll;

}
.shadow-none{
    box-shadow: none;
}
.iosdowntipicon {
   margin-bottom: -38px;
}
.iosplusiconsvg{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 3px 30px rgb(59 153 255 / 42%), 0 9px 16px rgb(42 119 174 / 15%);
    color: #017bff;
    float: left;
    margin-right: 16px;
}
.iosdownnavtext .btn{
   
    font-weight: 500;
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/

    font-family:'Noto Sans SC',Roboto,San Francisco,"Helvetica Neue",Helvetica,Arial,PingFangSC-Light,"Hiragina Sans GB","WenQuanYi Micro Hei",'microsoft yahei ui','microsoft yahei',sans-serif!important;
}

@media (min-width: 320px) and (max-width:653px) {
    .iosdownnavtext {
        -webkit-font-smoothing: antialiased; /*chrome、safari*/
        -moz-osx-font-smoothing: grayscale;/*firefox*/
    font-size: 16px!important;
    font-weight: 500;
    }
    .iosplusiconsvg{
        width: 18px;
        height: 18px;
        border-radius: 50%;
        box-shadow: 0 3px 20px rgb(59 153 255 / 36%), 0 9px 12px rgb(42 119 174 / 8%);
        color: #017bff;
        float: left;
        margin-right: 8px;
        margin-left: -10px;
    }
    .yidongshebeishangxiajianju{
        margin-top: 10px;
    }
}