.btnSwitchModel {
    width: 80%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 8px;
    background-color: #E86E35;
}

#divContrast {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.contrast-item {
    width: calc((100% - 3px) / 3);
    height: 50px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-image: url("../image/icon-dbd.png");
    background-position: 50% 5px;
    background-repeat: no-repeat;
    background-color: #1658A0;
    background-size: 25px 25px;
    position: relative;
}

.contrast-item2 {
    background-image: url("../image/icon-fontm.png");
}

.contrast-item3 {
    background-image: url("../image/icon-fontx.png");
}

.contrast-item4 {
    width:100%;
    background-image: url("../image/icon-reset.png");
}

.contrast-item p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}

.contrast-item-active {
    background-color: #2971B4;
}


body .color-y {
    color: rgb(255, 255, 0) !important;
}

    body .color-y font {
        color: rgb(255, 255, 0) !important;
    }
