*{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    background-color: #F5F7FA;
    font-size: 62.5%;
    padding-top: 0.88rem;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC",STHeiti,sans-serif;
}
/*页面头部样式 start*/
.head{
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #F5F7FA;
}
.head .head-back{
    height: 0.36rem;
    width: 0.36rem;
    position: absolute;
    left: 0.4rem;
    top:0.26rem;
}
.head .head-title{
    font-size: 0.36rem;
    color: #1A1A1A;
    font-weight: bold;
}
.mark-success{
    width: 90%;
    position: fixed;
    top:1.3rem;
    left: 5%;
    height: 1.1rem;
    line-height: 0.9rem;
    border-radius: 0.12rem;
    text-align: center;
    z-Index: 999999;
    display: none;
}
.mark-success{
    opacity: 0.8;
    background: #07C160;
    box-shadow:0 0 0.2rem #07C160 ;
}
.mark-error{
    width: 90%;
    position: fixed;
    top:1.3rem;
    left: 5%;
    opacity: 0.8;
    background: #FC4237;
    box-shadow:0 0 0.2rem #FC4237;
    padding: 0.1rem;
    box-sizing: border-box;
    height: auto;
    min-height: 0.7rem;
    line-height: 0.24rem;
    border-radius: 0.12rem;
    text-align: center;
    z-Index: 999999;
    display: none;
}
.pop-img{
    width: 0.36rem;
    height: 0.36rem;
    vertical-align: middle;
    position: relative;
    top:0.03rem;
}
span.message{
    font-size: 0.32rem;
    color: #FFFFFF;
    word-break: break-all;
}

/*黑色成功提示框*/
.mark-copy{
    background: #000000;
    opacity: 0.7;
    border-radius: 0.12rem;
    width: 2.4rem;
    height: 2.4rem;
    position: fixed;
    top:4rem;
    left: calc((100% - 2.4rem)/2);
    text-align: center;
    display: none;
}
.mark-copy  .copy-img{
    height: 0.82rem;
    width: 0.92rem;
    margin: 0.4rem auto;
    display: block;
}
.mark-copy  .copyMsg{
    display: block;
    color: #F3F3F3;
    font-size: 0.28rem;
}

/*//页面头部按钮*/
/*.head-btn{*/
    /*appearance: none;*/
    /*position: absolute;*/
    /*right: 0.32rem;*/
    /*font-size: 0.3rem;*/
    /*top: 0;*/
    /*color: #0A87FF;*/
/*}*/
/*//页面头部按钮不可快点击颜色*/
/*.disable{*/
    /*color: #868686 ;*/
/*}*/
/*页面头部样式 end*/


a{
    text-decoration: none;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    border-bottom: none;
    display: block;
}
.load{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f5f7fa;
    z-index:9998;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load img{
    margin: auto;
    width: 15%;
}
