.ie-rompt-bar{
    display: none;
    width: 100%;
    margin: 0 auto;
    background: #fff537;
    height: 30px;
    position: fixed;
    top: 0;
    z-index: 11111;
}
.ie-rompt-bar .view{
    width: 1680px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
}
.ie-rompt-bar .l{
    float: left;
    display: flex;
    align-items: center;
}
.ie-rompt-bar .r{
    float: right;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}
.ie-rompt-bar .l span{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    padding-left: 10px;
}
.ie-rompt-bar .l i{
    background: url("../img/icon.png")no-repeat -542px -943px;
    width: 16px;
    height: 14px;
}
.ie-rompt-bar .l a{
    font-size: 14px;
    color: #0062FF;
    letter-spacing: 0;
    line-height: 20px;
}
.ie-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.4);
}