/****
主要css文件
Author: neugls

**/
body{
    overflow: hidden;
}
.wechat-login-success svg,   .display-error svg {
    max-width: 30%;
}

.wechat-login-success,    .display-error {
    padding: 10rem 0 0 0;
}

.wechat-login-success p,    .display-error p {
    padding: 1rem 0 0 0;
    font-size: 2rem;
    margin-bottom: 14rem;
}

.wechat-login-success a.btn-primary,    .display-error a.btn-primary {
    padding: 1rem 5rem;
    border-radius: 10rem;
    background-color: #36aafd;
    border-color: #36aafd;
}

.wechat-login-success .st0 {
    fill: #43aafd !important;
}

.display-error .st0 {
    fill: #43aafd !important;
}

.auto-height-iframe-holder {
}

.auto-height-iframe-holder iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}