.header-btns input:-internal-autofill-selected{background:none;}
/**组件样式*/
.lmmc {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.lmmc span{
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    padding-left: 50px;
    color: #fff;
    position: relative;
    background: url(./images/bj20240606.png) left no-repeat;
    display: block;
    width: calc(100% - 7rem);
    margin-left: -1.5rem;}
@media only screen and (max-width: 1679px){
.lmmc span {
    font-size: 1.19vw;}
}
@media only screen and (max-width: 1399px){
.lmmc span {
    font-size: 16px;}
}
/**组件样式*/