.tip-wrap {
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    font-size: 1.194539rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.tip-cont {
    display: table-cell;
    vertical-align: middle;
}

.cont {
    position: relative;
    background-color: #fff;
    max-width: 512px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    border-radius: 5px;
    font-size: 1.194539rem;
    line-height: 17px;
    letter-spacing: 1px;
}

.icon-close {
    position: absolute;
    top: 9px;
    right: 9px;
}
.icon-close img{width:30px;}

.cont-text {
    padding: 2rem 0;
    box-sizing: border-box;
}

.confirm-btn-wrap {
    overflow: hidden;
    border-top: 0.042662rem solid #d9d9d9;
}
.btn-confirm:first-child {
    float:left;
    border-left: 0px;
}
.btn-confirm {
    float:right;
    width: 50%;
    border-left: 0.042662rem solid #d9d9d9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 0px;
    text-decoration: none;
    color: #000;
}

.tooltip {
    display: none;
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-width: 160px;
    padding: 0.8rem 1.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 1.109215rem;
    text-align: center;
    border-radius: 0.170648rem;
    background-color: rgba(0,0,0,0.5);
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.loadingTip .cont {
    background-color: transparent;
    color: #fff;
}
.loading-pic {
    width: 30px;
}