.banquan-link {
    color: #777;
}

.photo-bg
{
    background-image: url('../../img/app/bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    left:auto;
    right:0;
}

@media screen and (max-width: 48em){
    .photo-bg
    {
        background-size:contain;
    }
}

.photo-wms
{
    width: 800px;
    text-align: right;
}
.pc-login
{
    display: block;
}
.mobile-download
{
    display: none;
}
.footer-bei-1
{
    text-align: right;
}
.footer-bei-2
{
    text-align: left;
}
.mdposition
{
    text-align: center;
    margin-top: 10rem;
}
@media screen and (max-width: 48em) {
    .photo-wms
    {
        width: 100%;
        text-align: center;
    }
    .mdposition
    {
        z-index: 999;
        margin-top: 6rem;
    }
    .footer-bei-1
    {
        text-align: center;
    }
    .footer-bei-2
    {
        text-align: center;
    }

    .pure-menu-heading img
    {
        width: 110px;
        height: 32px;
    }
    /*.pc-login*/
    /*{*/
    /*    display: none;*/
    /*}*/
    /*.mobile-download*/
    /*{*/
    /*    display: block;*/
    /*}*/
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}
