
/*等待支付样式*/
#loadingpanel {
    width: 445px;
    height: 430px;
    background-image: url('../Images/newPayment/waitpay.png');
    background-size: 465px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: absolute;
    left: -10px;
    top: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px !important;
    color: #494949;
}

    #loadingpanel > div {
        text-align: center;
    }

div.waitmsg {
    color: #17365B;
    margin-top: 260px;
    text-align: center;
    padding-left: 10px;
}

    div.waitmsg:before {
        content: "";
        display: table;
    }

#loadingpanel > div.waitmsgT {
    margin-top: 10px;
    color: #17365B;
    text-align: center;
    padding-left: 10px;
}

#loadButtons {
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
}

    #loadButtons > span {
        display: inline-block;
        width: 200px;
        height: 44px;
        line-height: 44px;
        background-size: 200px;
        margin: 6px;
        color: #fff;
        vertical-align: bottom;
    }

#payError {
    background-image: url('../Images/newPayment/payfail.png');
}

#paySuccess {
    background-image: url('../Images/newPayment/paysuccess.png');
}

/*注册流程样式*/
#loadingpanelT {
    width: 445px;
    height: 430px;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: left;
    z-index: 1022;
    font-size: 18px;
}

    #loadingpanelT > div {
        width: 445px;
        height: 30px;
        box-sizing: border-box;
        z-index: 1033;
        margin: 30px 0;
    }

.doingMsg {
    color: #A6A6A6;
}

.finishMsg {
    color: #494949;
}



.doingMsg, .finishMsg {
    display: inline-block;
    width: 340px;
}

#loadingpanelT img {
    width: 28px;
    vertical-align: middle;
}

.cicle {
    animation: cicle-rotate 1.5s infinite linear;
}



@keyframes cicle-rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-180deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

#loadingpanelT > div.errorMsg > div.errorPhoto > img {
    width: 350px;
    margin-left: -30px;
}

div.errorMsg {
    width: 300px;
    color: #F88381;
    margin: 50px;
    text-align: center;
}

    div.errorMsg > div {
        width: 300px;
        margin: 50px;
        text-align: center;
    }

/*等待处理样式*/
#loadingpanelH {
    padding-top: 85px;
    font-size: 18px;
    color: #17365B;
    text-align:center;
}
    #loadingpanelH > div {
        text-align:center;
    }
    #loadingpanelH > div > img {
        width: 220px;
    }
.emailLoginTip {
    color: #BB2D05;
}