.IE {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    overflow: hidden;
    display: block;
}

.IE .container {
    margin: 0 auto;
    text-align: center;
}

.IE .container .tips-img {
    margin: 160px 0 40px;
}

.IE .container .tips-text {
    font-size: 25px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #3a3d4b;
}

.IE .container .tip-sub-text {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #3a3d4b;
    margin: 8px 0 48px;
}

.IE .container .browsers {
    margin: 0 auto;
}

.IE .container .browser-item {
    display: inline;
}

.IE .container a {
    width: 148px;
    height: 84px;
    background: #f0f6ff;
    border: 1px solid #92b7f7;
    border-radius: 8px;
    margin: 0 8px;
    display: inline-block;
    color: #3A3D4B;
    box-sizing: border-box;
}

.IE .container a:focus, .IE .container a:hover {
    background: #d6e5ff;
    border: 1px solid #92b7f7;
}

.IE .container .browsers img {
    width: 30px;
    height: 30px;
    margin: 14px auto 4px;
}
