html,body{
    color:#49B673;
}
.tipcontainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.tipcontainer img{
    display: block;
    width: 40%;
}

.el-button--primary {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688 !important;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none !important;
    border-radius: 2px!important;
    cursor: pointer;
}

.el-button:focus,
.el-button:hover {
    border-color: #009688 !important;
    color: #333 !important;
    background-color:#fff;
}

.el-button--primary:focus,
.el-button--primary:hover {
    opacity: .8 !important;
    color: #fff !important;
}
.layui-card-body{
    min-height: 420px;
}
.msg{
    display: block;
    width: 100%;
    font-size: 25px;
    color: red;
}
.color{
    color: #1abc9c;
}

#qrcode{
    margin-bottom: 10px;
}
select{
    color: #49B673;
    background-color: #1C191E;
}
input{
    color: #49B673;
    background-color: #1C191E!important;
}
.el-dialog{
    width: 450px!important;
}
table button{
    height: 28px!important;
    line-height: 28px!important;
    padding: 0 10px!important;
}

@media screen and (max-width: 600px) {
    .tipcontainer img{
        width: 100%;
    }
    .el-dialog{
        width: 80%!important;
    }
}