html body{
    background: #fff;
}

/*提醒图标*/
#warnning{
    width: 80px;
    height: 80px;
    margin: 50px auto 20px;
}
#warnText{
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
#warnning img{
    width: 80px;
    height: 80px;
}



/*客服码*/
#kf_safety{
    width: 100%;
    height: 45px;
    background: #e8fef2;
    position: fixed;
    top: 0;
}
#kf_safety .icon{
    width: 26px;
    height: 26px;
    float: left;
    background: url('../../static/img/renzheng.png')no-repeat;
    margin:9.5px 9.5px;
}
#kf_safety .text{
    width: calc(100% - 45px);
    height: 45px;
    float: left;
    color: rgba(7,193,96);
    font-size: 15px;
    line-height: 45px;
}
#kf_beizhu{
    text-align: justify;
    color: #666;
    padding:15px 15px;
    margin: 15px auto 0;
    background: #f6f6f6;
    border-radius: 10px;
    width: 80%;
    font-size: 15px;
}
#kfzm_qrcode{
    width: 90%;
    max-width: 350px;
    margin: 15px auto 0;
}
#kfzm_qrcode img{
    width: 100%;
    height: auto;
    display: block;
}
#kf_online_true{
    width: 90%;
    padding:15px 10px;
    position: fixed;
    bottom: 30px;
    background: rgba(7,193,96);
    border-radius: 10px;
    left:0;
    right: 0;
    margin:0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
#kf_online_false{
    width: 90%;
    padding:15px 10px;
    position: fixed;
    bottom: 30px;
    background: #fc5531;
    border-radius: 10px;
    left:0;
    right: 0;
    margin:0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
}


#tipsText{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
#alertModal{
    width:170px;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding:20px 0;
    display: none;
}
#alertModal span{
    display: block;
    text-align: center;
    color: #fff;
    padding:0px 20px;
    font-size: 16px;
}



#copyModal {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    text-align: center;
    transition: opacity 0.3s;
    max-width: 80%;
}