﻿.top_l {
    fill: #f26522;
}

.top_r {
    fill: #8dc63f;
}

.bom_l {
    fill: #00aeef;
}

.bom_r {
    fill: #ffc20e;
}

.ms_text, .b_text {
    fill: #666;
}


#binglogo {
    margin-inline-start: 0px;
    /*margin-inline-start: 52px;*/
    padding: 2.5px;
}

#binglogo:hover {
     cursor: pointer;
}


#binglogo:focus, #binglogo:active {
        outline: 1px dashed black;
}


@media only screen and (max-width:767px) {
    .logo-group {
        justify-content: center;
    }

    #binglogo {
        margin-inline-start: 0px;
    }
}

