#ie {
    position: relative;
    background-color: black;
    height: 100% !important;
    width: 100% !important;
    position: relative;
    display: none;

}

#ie .ie-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

#ie .ie-tips {
    font-size: 14px;
    color: white;
}

#ie .ie-comfort {
    margin-top: 5px;
    font-size: 14px;
    color: #888888;
}

#ie .ie-download-wrap {
    margin-top: 10px;


}

#ie .ie-item {
    display: flex;
    margin-top: 5px;
    height: 40px;
    cursor: pointer;




}

#ie .ie-left {
    width: 135px;
    height: 100%;
    line-height: 40px;
    padding: 4px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-color: #0089ff;
    border-style: solid;
    display: flex;
    align-items: center;




}

#ie .ie-left img {
    height: 20px;
    width: 20px;
}

#ie .ie-left span {
    margin-left: 2px;
    margin-top: 5px;
    color: white;
    font-size: 14px;
}

#ie .ie-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #0089ff;


}

#ie .ie-right img {
    height: 20px;
    width: 20px;
}