/****
主要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%;
}

.err-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f2f3f8;
}

.ec-box {
    width: 75%;
    height: 75%;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ec-box img {
    width: 50%;
    height: 50%;
    min-width: 245px;
    object-fit: contain;
}
.ecb-title{
    font-size: 20px;
    font-weight: 700;
    color: #333;    
}
.ecv-text{
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.ec-weixin-tip {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: contain;
    bottom: 0;
    right: 0;
}